-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Fixes for disjoint stuff #209
Conversation
- Change over intersection to use disjoint function - Also add valgrind to performance and size (WIP improvements to be made in the future)
Changed range back, now getting some weird and complex types :(
|
- Run performance-and-size automatically on PRs with compiler-performance label - Change "features" around on checker-specification
- Narrowing fix
- Remove ast-explorer and REPL from WASM build - Change JS tests - Removing lexing from ast-explorer
- Fixes a bit more intrinsics - Extract helpers and operator modules - Fix disjoint warning for !== - Remove intermediate operation
- More range fixes - Literal on object - Indentation in specification
- Disjoint on template literals - Move specification tests
} | ||
} | ||
|
||
#[derive(Debug)] |
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.
@@ -770,6 +770,47 @@ a satisfies 0; b satisfies string; | |||
|
|||
- Expected string, found 1 | |||
|
|||
#### Array map |
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.
Unfortunately it seems I broke the event recording inside .map
and other iteration based things. Will come back to at some point
Not 100% on this merge. Some concerns
CI is green and have to have these changes in the release for the blog so merging now!
|
LessThan
andGreaterThan