-
Notifications
You must be signed in to change notification settings - Fork 30
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
add new Array and Map types #219
Conversation
this tries to enforce that all array elements are of the same type, but this is not very strict at the moment, it does not look at lower levels of composite types. **breaking change**: in the Datalog language, sets will now be delimited by '{' and '}' instead of '[' and ]'. Arrays are now delimited by '[' and ']'
This introduces a breaking change: now parameter names need to start with a letter
it accepts integers, strings and parameters as keys
CodSpeed Performance ReportMerging #219 will not alter performanceComparing Summary
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v5 #219 +/- ##
==========================================
+ Coverage 68.57% 68.83% +0.25%
==========================================
Files 25 25
Lines 5681 5932 +251
==========================================
+ Hits 3896 4083 +187
- Misses 1785 1849 +64 ☔ View full report in Codecov by Sentry. |
the json macro takes a json-like syntax, not a string
this tries to enforce that all array elements are of the same type, but this is not very strict at the moment, it does not look at lower levels of composite types.
breaking changes:
Todo: