Skip to content
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

Support Mathematica v11 #21

Merged
merged 5 commits into from
Oct 23, 2016
Merged

Support Mathematica v11 #21

merged 5 commits into from
Oct 23, 2016

Conversation

jkuczm
Copy link
Owner

@jkuczm jkuczm commented Oct 23, 2016

Adapted to new behavior of Extract on Association.
Use `SyntaxAnnotations`` v0.2.1

Simplify extractMessageLink and backported Association Extract and
Lookup.

Add new Lookup and Association tests
Since v11 when Extract doesn't find given key `k` in an association it
emits `Extract::keyw` message and returns `Missing["KeyAbsent", k]]`
even if `Key[k]` was passed to `Extract`. In version 10
`Missing["KeyAbsent", Key[k]]]` was returned and no messages were
emitted.
@jkuczm jkuczm added this to the 0.2.1 milestone Oct 23, 2016
@jkuczm jkuczm merged commit bd2b1eb into master Oct 23, 2016
@jkuczm jkuczm deleted the mma_v11 branch October 23, 2016 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant