Skip to content

Comments

Include subpackage checking#156

Merged
rcosta358 merged 2 commits intomainfrom
subpackages
Feb 23, 2026
Merged

Include subpackage checking#156
rcosta358 merged 2 commits intomainfrom
subpackages

Conversation

@CatarinaGamboa
Copy link
Collaborator

Previously we were not checking for subpackages for refinements.
Somehow it works in the extension (@rcosta358 maybe you did some trick?) but using the verifier alone we were erasing the information from the parent package refinements and not checking the insides.
For example:

| FileRefinements.java
| TestIncorrect.java // would be caught as an error
| test
 -| TestIncorrect2.java // would not be checked with the info from FileRefinements

This PR fixes that

@CatarinaGamboa
Copy link
Collaborator Author

@rcosta358 check if this doesnt break anything from the extension side pls

Copy link
Collaborator

@rcosta358 rcosta358 left a comment

Choose a reason for hiding this comment

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

lgtm. also tested in the extension.

@rcosta358 rcosta358 merged commit adfed42 into main Feb 23, 2026
1 check passed
@rcosta358 rcosta358 deleted the subpackages branch February 23, 2026 13:56
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.

2 participants