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

Stabilize uniform_paths #56759

Merged
merged 6 commits into from
Jan 12, 2019
Merged

Stabilize uniform_paths #56759

merged 6 commits into from
Jan 12, 2019

Commits on Jan 12, 2019

  1. Configuration menu
    Copy the full SHA
    099b3d8 View commit details
    Browse the repository at this point in the history
  2. resolve: Prohibit use of uniform paths in macros originating from 201…

    …5 edition
    
    ...while still keeping ambiguity errors future-proofing for uniform paths.
    This corner case is not going to be stabilized for 1.32 and needs some more general experiments about retrofitting 2018 import rules to 2015 edition
    petrochenkov committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    e1d1487 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf1e70c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f3db49 View commit details
    Browse the repository at this point in the history
  5. Stabilize uniform_paths

    petrochenkov committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    79134c0 View commit details
    Browse the repository at this point in the history
  6. Fix a hole in generic parameter import future-proofing

    Add some tests for buggy derive helpers
    petrochenkov committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    250935d View commit details
    Browse the repository at this point in the history