-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update elm implementation, fix keywords and metadata, merge eval #608
Closed
Commits on Feb 7, 2022
-
Most changes are variable renamings because elm does not allow masking a visible name anymore. Deal with changes in the standard library, especially in the Parser interface. Source files must now start with a capital letter. Dockerfile: remove unneeded dependencies, install nodejs from debs. Remove the redundant Maybe from the return value of readstring. Stop embedding the colon in keyword represenation.
Configuration menu - View commit details
-
Copy full SHA for 2881df7 - Browse repository at this point
Copy the full SHA 2881df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 583d82a - Browse repository at this point
Copy the full SHA 583d82aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f444144 - Browse repository at this point
Copy the full SHA f444144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95adfe7 - Browse repository at this point
Copy the full SHA 95adfe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a93486c - Browse repository at this point
Copy the full SHA a93486cView commit details
Commits on Feb 20, 2022
-
Remove obsolete comment. Fix a typo and avoid an unneeded function mapping.
Configuration menu - View commit details
-
Copy full SHA for f3e8571 - Browse repository at this point
Copy the full SHA f3e8571View commit details -
elm: merge ideas from kanaka#450
It was necessary to rename some ambiguous variables. Some more names could probably be changed in order to reduce the diff with kanaka#450 (my names were choosen in order to reduce the diff with master...) Peek ideas from kanaka#450: - sort imports - skip a line between '->' or before 'else' - no indentation after 'in' - fix indentation when it was only intended to reduce diff - remove some unneeded parenthesis and - if .. return True else False -> ...
Configuration menu - View commit details
-
Copy full SHA for a643634 - Browse repository at this point
Copy the full SHA a643634View commit details -
elm: merge more ideas from kanaka#450
Various trivial changes reducing the diff to kanaka#450. Dockerfile: npm already depends on nodejs Core.elm: change profile of deepEquals instead of uncurrying before each call.
Configuration menu - View commit details
-
Copy full SHA for 0cc6296 - Browse repository at this point
Copy the full SHA 0cc6296View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4cf41f2 - Browse repository at this point
Copy the full SHA 4cf41f2View commit details
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.