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

Cleanup up standard names #368

Merged
merged 6 commits into from
Oct 20, 2023
Merged

Commits on Oct 20, 2023

  1. Remove Names.{str,attr,annot}.

    Move `attr` and `annot` within `reader.classfiles`, as they are
    only used there.
    sjrd committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a7724a9 View commit details
    Browse the repository at this point in the history
  2. Remove the Ordering[SimpleName].

    It was only used within the `Loaders`.
    sjrd committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    88f3f5d View commit details
    Browse the repository at this point in the history
  3. Remove defn.ByNameParamClass2x.

    It was not used. The Scala 2 unpickler desugars references to it
    into `ByNameType`s by name.
    sjrd committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    5b3d8bb View commit details
    Browse the repository at this point in the history
  4. Rename nme.RootPackageName into UserLandRootPackageName.

    That makes the difference wrt. `RootName` clearer.
    sjrd committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    947c375 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb66a1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ac61e5 View commit details
    Browse the repository at this point in the history