Open
Conversation
Ensure the compiler generated operator code is always used for operators and therefore avoid writing out kernel code definitions for basic operators. squash
Allow the compiler to generate js op's instead.
Sourcing this script will link the current directory into ELM_HOME. Future compiles (in current shell) will use the custom core version. Make sure to delete elm-stuff in your project directory after running the script.
A first step towards moving platform logic into elm. We define Cmds and Subs as elm types (with a fair bit of trickery). Works in dev and optimise modes!
Turns out that there is a fourth type of Bag in elm. This type is for messages that are sent from an event manager to its self. I do not really understand these. Next step is to find an SSCCE that fails without this patch.
nothing in kernel land is correct though
Need to rework our task data type though
uses an more elmy Task based on functions. Not a single fudgeType or HiddenTypeXXX! The only problem is it currently doesn't work; there is a bug somewhere.
not a fix I am happy with, further iteration needed
Big commit this one :)
It feels good to lose the crud!
I still have no idea what this does
copy without modification from elm/random. Will fix soon.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I will fill in this in time.