-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Version 8.0.0 → 9.0.0 #635
Conversation
I think I have everything but toMap implemented in dhall-ruby -- I will try to actually get a matching release out this time.
|
Should we also standardize banning surrogates and other non-codepoints before this release? Shouldn't be a big change and goes hand-in-hand with the new |
@singpolyma: Yeah, I can include that |
Fine with me! |
Should #630 be mentioned in the changelog? |
@sjakobi: Yes, I plan to update the changelog before cutting the release to reflect the recently merged pull requests |
@sjakobi: Alright, I updated the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
It's been over 30 days since the last release of the standard, so I'm starting the process to cut the next release.
The one feature I definitely plan to wait for is:
toMap
keyword to create homogeneous maps from records... if only because I wrote the rest of the
CHANGELOG
assuming the feature was merged 🙂For other changes in progress I'll include them if they make it in before that or before the waiting period is over (i.e. 3 days since last change).
Edit: Also waiting for:
./Prelude/Map.dhall
#639: Remove./Prelude/Map.dhall
toMap
normalization test #641: FixtoMap
normalization testList
annotationstoMap
ListLitEmptyPrecedence
parsing test #654: FixListLitEmptyPrecedence
parsing test