Skip to content

Restrict + operators to valid directory parent combinations#27

Merged
SimonCropp merged 4 commits into
mainfrom
Restrict-+-operators-to-valid-directory-parent-combinations
Jun 18, 2026
Merged

Restrict + operators to valid directory parent combinations#27
SimonCropp merged 4 commits into
mainfrom
Restrict-+-operators-to-valid-directory-parent-combinations

Conversation

@SimonCropp

Copy link
Copy Markdown
Owner

No description provided.

Restrict + operators to valid directory-parent combinations
A ProjectFile is a leaf, so it can no longer be the left operand. Removes
ProjectFile + string, ProjectFile + ProjectFile, and ProjectFile + ProjectDirectory.
ProjectDirectory + string now returns ProjectDirectory instead of string.
The implicit string conversion is retained.
@SimonCropp SimonCropp added this to the 1.4.0 milestone Jun 18, 2026
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.

1 participant