[elm-discuss] Re: Set.fromList crashing

2016-07-14 Thread William Bailey
What's the paradigm for developers to setup an env that stays current with 
latest & greatest?  

I installed Elm 0.17 back when it was first released and just noticed via:
% ls elm-stuff/packages/elm-lang/core
4.0.1

That I'm not running the latest version of core, despite actively 
building/using Elm every day.  I cross checked that I do seem to have the 
latest of the myriad other packages I use via 'ls' per above, then 
confirming via the online doc that is the latest version.

Surely there is a better way?  Perhaps a "elm package install..." command 
that says to update to the latest version of all installed packages?

--bill

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Re: Set.fromList crashing

2016-07-14 Thread William Bailey

>
> PS: I code in GO aka GOLANG a lot too and this has been an active area for 
> them for the last year.  They call it "vendoring".


 I suppose that ideally there would be a way to auto-update to the latest 
bug-fix releases but major release updates (eg the move to 0.17 from 0.16) 
would need to be done consciously by hand.  

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [elm-discuss] Re: Set.fromList crashing

2016-07-14 Thread Zachary Kessin
I reworked the code into a dict, not a great solution but it worked and
everyhting is now good

Zach
ᐧ

On Thu, Jul 14, 2016 at 1:49 PM, William Bailey 
wrote:

> PS: I code in GO aka GOLANG a lot too and this has been an active area for
>> them for the last year.  They call it "vendoring".
>
>
>  I suppose that ideally there would be a way to auto-update to the latest
> bug-fix releases but major release updates (eg the move to 0.17 from 0.16)
> would need to be done consciously by hand.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Elm Discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to elm-discuss+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Zach Kessin
Your CRM Link

Twitter: @zkessin 
Skype: zachkessin

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [elm-discuss] Re: Set.fromList crashing

2016-07-14 Thread Evan
Zach, try deleting elm-stuff/ and building the Set version again. Is there 
a problem then? If so, try deleting ~/.elm as well. Still a problem?

On Thursday, July 14, 2016 at 9:21:09 AM UTC-7, Zachary Kessin wrote:
>
> I reworked the code into a dict, not a great solution but it worked and 
> everyhting is now good
>
> Zach
> ᐧ
>
> On Thu, Jul 14, 2016 at 1:49 PM, William Bailey  
> wrote:
>
>> PS: I code in GO aka GOLANG a lot too and this has been an active area 
>>> for them for the last year.  They call it "vendoring".
>>
>>
>>  I suppose that ideally there would be a way to auto-update to the latest 
>> bug-fix releases but major release updates (eg the move to 0.17 from 0.16) 
>> would need to be done consciously by hand.  
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Elm Discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to elm-discuss+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Zach Kessin
> Your CRM Link 
> 
> Twitter: @zkessin 
> Skype: zachkessin
>

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.