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

toolset.using preserves current project #407

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

grisumbras
Copy link
Contributor

Proposed changes

using project rule preserves the current project, and toolset.using does not. The problem is that the former is not available in modules that are not projects, and so one has to preserve the current project manually, just in case. I don't think there is ever any point in not preserving the current project when initialising a toolset module, so this change pushes this reponsibility on toolset.using.

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist

@grafikrobot grafikrobot merged commit 937a9f3 into bfgroup:main Nov 10, 2024
145 checks passed
@grisumbras grisumbras deleted the protect-project-in-using branch November 11, 2024 18:46
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