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

Split interpreter specs into separate files #11578

Merged
merged 7 commits into from
Dec 21, 2021

Conversation

straight-shoota
Copy link
Member

The original interpreter specs were amassed in a single spec file with over 6k lines. This patch separates them into individual files. That makes everything easier to handle. Especially considering that we certainly want to grow these specs.

Also adds a main entry point for interpreter specs at spec/compiler/interpreter_spec.cr which requires all the individual specs in that folder.

Copy link
Member

@asterite asterite left a comment

Choose a reason for hiding this comment

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

Looks good!

@straight-shoota straight-shoota added this to the 1.3.0 milestone Dec 13, 2021
Copy link
Member

@sdogruyol sdogruyol left a comment

Choose a reason for hiding this comment

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

Thank you @straight-shoota 🙏

@straight-shoota straight-shoota removed this from the 1.3.0 milestone Dec 15, 2021
@straight-shoota
Copy link
Member Author

Interpreter CI has been disabled in #11623. So we can merge this without breaking CI.

@straight-shoota straight-shoota added this to the 1.3.0 milestone Dec 20, 2021
@straight-shoota straight-shoota merged commit 5b8cb31 into crystal-lang:master Dec 21, 2021
@straight-shoota straight-shoota deleted the refactor/i-specs branch December 21, 2021 17:45
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.

3 participants