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

Refactor analysis framework for pluggable abstract domains / Add TypeCheckSmallTest #212

Merged
merged 11 commits into from
Feb 8, 2024

Conversation

jhnaldo
Copy link
Contributor

@jhnaldo jhnaldo commented Feb 8, 2024

The existing framework does not support changing abstract domains for different analyses during a single execution. To support pluggable abstract domains, this PR refactored the analysis framework. Then, it also introduced TypeCheckSmallTest to test the type analysis fo ECMA-262.

@jhnaldo jhnaldo requested review from jaehyun1ee and removed request for jaehyun1ee February 8, 2024 18:01
@jhnaldo jhnaldo added test Adds tests enhancement Enhance the quality of a feature area:analyzer Related to analyzer labels Feb 8, 2024
@jhnaldo jhnaldo merged commit c7b7152 into dev Feb 8, 2024
6 checks passed
@jhnaldo jhnaldo deleted the analyzer-refactor branch February 8, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:analyzer Related to analyzer enhancement Enhance the quality of a feature test Adds tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant