Hi Travis, I have written to deal with what you need https://git.io/make-test-file
save it in the elixir folder, and run ./make-test-file lib/elixir/test/elixir/io/ansi_test.exs cheers On Tue, 20 Sep 2016 00:48:49 -0700 (PDT) Travis Herrick <[email protected]> wrote: > Also... Is there a way to run a specific spec using the filename (and > ideally a line number)? > > I know how to do this with mix, but I'm not sure with make. > > On Tuesday, September 20, 2016 at 12:42:06 AM UTC-7, Travis Herrick wrote: > > > > My git version is 2.7.4. > > > > How do I know when I need to run `make clean`? > > > > On Tuesday, September 20, 2016 at 12:27:57 AM UTC-7, José Valim wrote: > >> > >> Hi Travis, I believe it is because you have an old Git version. What is > >> your "git --version"? It is fine to discuss it in this forum (thanks for > >> checking!). > >> > >> Anyway, those are failures in the Mix application and you don't need to > >> worry about those for your patch. Running "make test_stdlib" should be > >> enough. > >> > >> > >> > >> *José Valim* > >> www.plataformatec.com.br > >> Skype: jv.ptec > >> Founder and Director of R&D > >> > >> On Tue, Sep 20, 2016 at 9:20 AM, Travis Herrick <[email protected]> > >> wrote: > >> > >>> That's exactly what I was thinking. I haven't made any changes yet, but > >>> I have 3 failing specs. Is this there a better forum for working through > >>> any troubles I have getting specs to pass? > >>> > >>> They all appear to be around testing updating dependencies > >>> (deps.git_test.exs). `** (File.Error) could not write to file > >>> ".git/info/sparse-checkout": no such file or directory` > >>> > >>> I kept that brief in case this is not the correct forum for > >>> troubleshooting this. > >>> > >>> On Thursday, September 15, 2016 at 7:22:53 AM UTC-7, José Valim wrote: > >>>> > >>>> Would it be ok to add the light versions of foreground colors (ansi > >>>>> codes 90-97) and background colors (ansi codes 100-107)? I have looked > >>>>> at > >>>>> the code already and I'm more than willing to do the work and submit a > >>>>> pull > >>>>> request. > >>>>> > >>>> > >>>> Yes, please! :D What do you have in mind for the names? light_red, > >>>> light_cyan and so on? > >>>> > >>>> -- > >>> You received this message because you are subscribed to the Google > >>> Groups "elixir-lang-core" group. > >>> To unsubscribe from this group and stop receiving emails from it, send > >>> an email to [email protected]. > >>> To view this discussion on the web visit > >>> https://groups.google.com/d/msgid/elixir-lang-core/c6cdf1dc-e3ae-474e-868d-a59ed9170dfc%40googlegroups.com > >>> > >>> <https://groups.google.com/d/msgid/elixir-lang-core/c6cdf1dc-e3ae-474e-868d-a59ed9170dfc%40googlegroups.com?utm_medium=email&utm_source=footer> > >>> . > >>> For more options, visit https://groups.google.com/d/optout. > >>> > >> > >> > -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/20160920154624.69e3f8df.eksperimental%40autistici.org. For more options, visit https://groups.google.com/d/optout.
