Re: [elixir-core:5898] Elixir v1.3.0-rc.0 released

2016-06-02 Thread Eric E.
mix local.rebar --force
On Jun 2, 2016 1:48 PM, "Myron Marston"  wrote:

> Thanks Eric!  I can confirm it's available on Travis now.
>
> I'm running into an issue with using it on Travis, though...when my build
> gets to a step that does:
>
> mix compile --warnings-as-errors --force
>
>
> ...it gets stuck at this prompt:
>
> Could not find "rebar3", which is needed to build dependency :idna
>> I can install a local copy which is just used by Mix
>> Shall I install rebar3? [Yn]
>
>
> ...and then the build times out after 10 minutes.
>
> I thought there was a flag to force mix to download things like rebar3
> when needed so it can work in situations like this but I haven't been able
> to figure out what the flag is.  Anyone have a suggestion?
>
> Thanks,
> Myron
>
> On Thu, Jun 2, 2016 at 8:30 AM, Eric Meadows-Jönsson <
> eric.meadows.jons...@gmail.com> wrote:
>
>> It should be available now.
>>
>> On Wednesday, 1 June 2016, Myron Marston  wrote:
>>
>>> The new 1.3 features look really great!  Any idea when 1.3.0-rc.0 will
>>> be available on hex so it can be used on travis?
>>>
>>> On Monday, May 30, 2016 at 6:41:32 AM UTC-7, José Valim wrote:

 Hello everyone,

 We are glad to announce our first release candidate for Elixir v1.3.0.
 This release includes the new Calendar types as well as many improvements
 to the toolchain. We hope it will make everyone more productive, specially
 when using Mix and ExUnit.

 Since this is a release candidate, there is a chance your package
 managers won't be updated to include it. Luckily, you can use a
 version manager
 
  or compile from source
 
 .

 To learn more about this release, read the CHANGELOG
 
  or access its docs .

 We recommend everyone to take this new release for a spin and let us
 know how it goes. This release should be fully backwards compatible, please
 report any inconsistencies you find in our issues tracker
 .

 Happy coding!

 *José Valim*
 www.plataformatec.com.br
 Skype: jv.ptec
 Founder and Director of R

>>> --
>>> 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 elixir-lang-core+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/elixir-lang-core/3460f9bf-07fb-4e56-8647-a63130fe900d%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>> --
>> Eric Meadows-Jönsson
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "elixir-lang-core" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/elixir-lang-core/JptOMxrLxcs/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> elixir-lang-core+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/elixir-lang-core/CAM_eaphTVHBgR%2B0SUKG-sdjeXS2cNAPC7P7d%3Dwj5oNvcy2-ofA%40mail.gmail.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "elixir-lang-core" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/elixir-lang-core/JptOMxrLxcs/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> elixir-lang-core+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elixir-lang-core/CADUxQmuXfMoJ7gKiVrYoB4hsRadfPEjs0ft5wvcLzMn-%2B_5uiA%40mail.gmail.com
> 
> .
> 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 elixir-lang-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit 

Re: [elixir-core:5897] Elixir v1.3.0-rc.0 released

2016-06-02 Thread Myron Marston
Thanks Eric!  I can confirm it's available on Travis now.

I'm running into an issue with using it on Travis, though...when my build
gets to a step that does:

mix compile --warnings-as-errors --force


...it gets stuck at this prompt:

Could not find "rebar3", which is needed to build dependency :idna
> I can install a local copy which is just used by Mix
> Shall I install rebar3? [Yn]


...and then the build times out after 10 minutes.

I thought there was a flag to force mix to download things like rebar3 when
needed so it can work in situations like this but I haven't been able to
figure out what the flag is.  Anyone have a suggestion?

Thanks,
Myron

On Thu, Jun 2, 2016 at 8:30 AM, Eric Meadows-Jönsson <
eric.meadows.jons...@gmail.com> wrote:

> It should be available now.
>
> On Wednesday, 1 June 2016, Myron Marston  wrote:
>
>> The new 1.3 features look really great!  Any idea when 1.3.0-rc.0 will be
>> available on hex so it can be used on travis?
>>
>> On Monday, May 30, 2016 at 6:41:32 AM UTC-7, José Valim wrote:
>>>
>>> Hello everyone,
>>>
>>> We are glad to announce our first release candidate for Elixir v1.3.0.
>>> This release includes the new Calendar types as well as many improvements
>>> to the toolchain. We hope it will make everyone more productive, specially
>>> when using Mix and ExUnit.
>>>
>>> Since this is a release candidate, there is a chance your package
>>> managers won't be updated to include it. Luckily, you can use a version
>>> manager
>>> 
>>>  or compile from source
>>> 
>>> .
>>>
>>> To learn more about this release, read the CHANGELOG
>>> 
>>>  or access its docs .
>>>
>>> We recommend everyone to take this new release for a spin and let us
>>> know how it goes. This release should be fully backwards compatible, please
>>> report any inconsistencies you find in our issues tracker
>>> .
>>>
>>> Happy coding!
>>>
>>> *José Valim*
>>> www.plataformatec.com.br
>>> Skype: jv.ptec
>>> Founder and Director of R
>>>
>> --
>> 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 elixir-lang-core+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/elixir-lang-core/3460f9bf-07fb-4e56-8647-a63130fe900d%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> --
> Eric Meadows-Jönsson
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "elixir-lang-core" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/elixir-lang-core/JptOMxrLxcs/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> elixir-lang-core+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elixir-lang-core/CAM_eaphTVHBgR%2B0SUKG-sdjeXS2cNAPC7P7d%3Dwj5oNvcy2-ofA%40mail.gmail.com
> 
> .
>
> 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 elixir-lang-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/CADUxQmuXfMoJ7gKiVrYoB4hsRadfPEjs0ft5wvcLzMn-%2B_5uiA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.