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

Fix issue with type environments and unified ops. #7277

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

cristianoc
Copy link
Collaborator

Fixes #7275

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Syntax Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.05.

Benchmark suite Current: f63cc17 Previous: e1b7fb7 Ratio
Parse RedBlackTree.res - time/run 1.3625955933333331 ms 1.2123143266666667 ms 1.12
Parse Napkinscript.res - time/run 42.28882162 ms 39.28006235333333 ms 1.08
Parse HeroGraphic.res - time/run 5.747935586666666 ms 5.13472718 ms 1.12

This comment was automatically generated by workflow using github-action-benchmark.

@cristianoc cristianoc merged commit 7b601f2 into master Feb 5, 2025
20 checks passed
@cristianoc cristianoc deleted the env-unified-ops branch February 5, 2025 09:32
@cometkim
Copy link
Member

cometkim commented Feb 5, 2025

Looks great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using plus in module affects type environment in the rest of the code.
3 participants