-
-
Notifications
You must be signed in to change notification settings - Fork 608
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
allow 'in ref' for legacy compatibility #15443
Conversation
|
Thanks for your pull request, @WalterBright! 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. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + dmd#15443" |
|
Then we can never make |
Editions solves this. Just have to work out what editions are. Oh and implement 😛 |
Does |
|
I just realised I have fixed endianness methods, that load integers from byte arrays, so it takes |
Then there's no need to deprecate |
|
Note that the current behavior of -preview=in is passing by ref is implementation dependent. |
I don't see how this is true. If with |
@WalterBright off topic: just noticed this forum web interface does not mask off people's email address. |
|
Ah, IIRC |
I don't see a problem with allowing this, and disallowing it breaks existing code:
https://www.digitalmars.com/d/archives/digitalmars/D/Windows_experience_is_atrocious_369807.html#N369818
@Geod24