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

-preview=in: Replace 'in ref' with either 'in' or 'const scope ref' #129

Merged
merged 1 commit into from
Sep 1, 2020

Conversation

Geod24
Copy link
Contributor

@Geod24 Geod24 commented Sep 1, 2020

Allow the code to compile with '-preview=in'.
In the test code, 'in ref' was replaced with simply 'in',
as the test code isn't much affected by the loss of 'ref'.
However, for the library code, the original meaning was retained.

In support of dlang/dmd#11632 (so I can ensure projects compile and the switch is usable).

Allow the code to compile with '-preview=in'.
In the test code, 'in ref' was replaced with simply 'in',
as the test code isn't much affected by the loss of 'ref'.
However, for the library code, the original meaning was retained.
@9il 9il merged commit 62df39c into libmir:master Sep 1, 2020
@Geod24 Geod24 deleted the preview-in branch September 1, 2020 09:39
@Geod24
Copy link
Contributor Author

Geod24 commented Oct 3, 2020

@9il : Can we get this tagged ?

@9il
Copy link
Member

9il commented Oct 3, 2020

done

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