-
-
Notifications
You must be signed in to change notification settings - Fork 706
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
Fix #10607 - Structs lines
and ByLineCopy
cannot be usefully constructed in @safe
code
#9035
Conversation
Thanks for your pull request, @schveiguy! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.
|
Replaces #9034 |
I'm completely confused on the style problem. What style thing is wrong? |
That is unrelated |
@schveiguy can you complete the Bug Report and Test cases? Will merge once those are in. The style failures appear spurious. |
lines
and ByLineCopy
cannot be usefully constructed in @safe
code
Looks like the macOS GHA got stuck once again :/ |
… constructed in `@safe` code Originally known as "Properly mark lines constructor". Co-authored-by: Elias Batek <[email protected]>
Ah, thanks @0xEAB I had this tab open and was planning on getting to it. Sorry. |
No worries, you’re welcome :) |
Still need
I just first want to see that it doesn't break anything.