Process: I want this thread to be focused on things like: I ran into problem X with the installer. It looks like link Y is broken. Etc. Otherwise, start new threads to talk about particular aspects of things.
--
You received this message because you are subscribed to the Google Groups "elm-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elm-dev/CAF7GuPGyE7ZmossTnSGe77UnV8kYjTRv%3DCu9dHZ6niRa9Na41Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Note: One person has reported that they needed to delete ~/.elm/ to get things working. Please let us know if this is true for you as well.--
I have a question. One of the items under https://gist.github.com/evancz/4cc6c31dd4d56dfb8dd41727f4fe0229#remaining-work mentions moving
Graphics.*toevancz/graphics. Before doing that move, will you consider the various pull requests currently open againstelm-lang/corethat are about fixing stuff inGraphics.*?There are many relevant issues and many relevant pull requests. Moving issues over to a new repository will not be a big deal. For pull requests, it’s more of a concern. Everything that gets merged before splitting off will reduce hassle for contributors. Obviously, I’m not saying that all
Graphics.*-related pull requests should just be merged. Many actually can’t, because there are merge conflicts with the current master branch. And others, while without merge conflicts, may not be suitable for merging because of other reasons. But there are certainly ones that are truly fixing stuff that needs fixing and that would be beneficial additions. If you want to go through to make decisions, here is the current list of pull requests (not issues) related toGraphics.*and not having merge conflicts:https://github.com/elm-lang/core/pull/222
https://github.com/elm-lang/core/pull/456
https://github.com/elm-lang/core/pull/499
https://github.com/elm-lang/core/pull/504
https://github.com/elm-lang/core/pull/535
https://github.com/elm-lang/core/pull/544
https://github.com/elm-lang/core/pull/562
--
You received this message because you are subscribed to the Google Groups "elm-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elm-dev/CAF7GuPGyE7ZmossTnSGe77UnV8kYjTRv%3DCu9dHZ6niRa9Na41Q%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 "elm-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elm-dev/CAGkFuyCAHwgA%2Bb%3DoXARAy3xUu_qUmarPmA9Y2SWdTTr1Z_EnFw%40mail.gmail.com.
elm-make: error while loading shared libraries: libgmp.so.10: cannot open shared object file: No such file or directory
I just ported a simple app with ports to Elm 0.17: https://github.com/fredcy/elm-pw-reset-form/compare/0.17?expand=1
Although it feels weird to go entirely without Signal the changes seem really good to me. One small measure: `NoOp` is no longer needed.
I did stumble on a few things:
The module that uses ports has to start with port module, literally.
On one machine I had to wipe out ~/.elm to get elm-make to work; otherwise it would complain about “Could not find package elm-lang/core”.
Static incoming ports don’t seem to be possible. I had to move that data into the model and use Html.App.programWithFlags to load that data into the model via the init function.
In the JS it’s now Elm.MyApp.embed(... rather than Elm.embed(MyApp, ....
The generated JS for my app is quite a bit smaller in 0.17, as is the minified JS (via uglifyjs):
| 0.16 | 0.17 | 0.17 / 0.16 | |
| reset-elm.js | 319897 | 193757 | 0.61 |
| reset-elm-min.js | 137042 | 65884 | 0.48 |
--
You received this message because you are subscribed to the Google Groups "elm-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elm-dev/5c99a5cc-f9d0-408b-96cf-49233a2cff11%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "elm-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elm-dev/a9e8f4c0-a442-4e62-8ae5-b8e558028c1b%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elm-dev/defff213-6a42-4185-a87c-cfec78fa13c1%40googlegroups.com.
Possibly a DNS issue? Janis is in Germany, right? Where are you, Maxime?
To view this discussion on the web visit https://groups.google.com/d/msgid/elm-dev/CAGkFuyBTbo8hJ%2BsPfLryw_dp8Cf6WrZsvkVvces0oPSLyO4%3DpA%40mail.gmail.com.
$ ./elm
-bash: ./elm: No such file or directory
$ sudo apt-get install libc6-i386
$ ./elm
./elm: error while loading shared libraries: libgmp.so.10: cannot open shared object file: No such file or directory
--
You received this message because you are subscribed to the Google Groups "elm-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elm-dev/a7428345-ecac-4dc1-a8a1-53ab47c96aa2%40googlegroups.com.