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

Replace lib:/// scheme by mvn:/// and file:/// and jar+file:/// everywhere #1969

Open
wants to merge 47 commits into
base: main
Choose a base branch
from

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    8ff9eae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0608349 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. cleanup of PathConfig and added diagnostics to the dependency resolut…

    …ion and configuration process by adding a messages field to PathConfig
    jurgenvinju committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5a5d5a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    086aa60 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. implemented Messages

    jurgenvinju committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    37e3c96 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    002e2f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0b8709 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d8ba06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b212c7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f879803 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    339eaea View commit details
    Browse the repository at this point in the history
  2. the shell evaluator factory and junit evaluator creator now print the…

    … errors that PathConfig creation detects
    jurgenvinju committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3034ebd View commit details
    Browse the repository at this point in the history
  3. some cleanup

    jurgenvinju committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e3248de View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. improved message printing

    jurgenvinju committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1ed3643 View commit details
    Browse the repository at this point in the history
  2. improved message printing

    jurgenvinju committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b83b6f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66fd82b View commit details
    Browse the repository at this point in the history
  4. improved error messages

    jurgenvinju committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    107f687 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    63ea033 View commit details
    Browse the repository at this point in the history
  2. changed warning message

    jurgenvinju committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f767142 View commit details
    Browse the repository at this point in the history
  3. The std scheme is not opaque anymore but transparant

    ```
    rascal>resolveLocation(|std:///|)
    loc: |jar+file:///Users/jurgenv/git/rascal/target/rascal-0.40.3-RC2-SNAPSHOT.jar!/org/rascalmpl/library/|
    ```
    jurgenvinju committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    38bdf96 View commit details
    Browse the repository at this point in the history
  4. added more comments

    jurgenvinju committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a14a82a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    72b2ba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d076cf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. removed unused import

    jurgenvinju committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5ea2006 View commit details
    Browse the repository at this point in the history
  2. fixed issue in std:// resolver in the case where we are applying it w…

    …hile testing from rascal/target/classes instead of from a jar file. now the tests can succeed as well
    jurgenvinju committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ac8080f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11739c4 View commit details
    Browse the repository at this point in the history
  4. fixed typo

    jurgenvinju committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    cb4b38e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4597800 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    561ce9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9fdfe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4221cb0 View commit details
    Browse the repository at this point in the history
  4. exposed new classpath resolution functions from PathConfig in util::R…

    …eflective for help in creating smart PathConfig instances
    jurgenvinju committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    88b88fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27f91c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b437fbf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1596860 View commit details
    Browse the repository at this point in the history
  8. used constants better

    jurgenvinju committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e4aa0d0 View commit details
    Browse the repository at this point in the history
  9. rename

    jurgenvinju committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    30dc484 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    968d013 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2621744 View commit details
    Browse the repository at this point in the history
  12. mvn hostname syntax changed from ! separators to ~ for compatibility …

    …with URL and URI hostname standards
    jurgenvinju committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    564dde9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3fd5e12 View commit details
    Browse the repository at this point in the history
  14. comment fixed

    jurgenvinju committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    18581ea View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. fix minor hickups after changing mvn scheme syntax and confusions wit…

    …h renamed packages of jline
    jurgenvinju committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3a16fd9 View commit details
    Browse the repository at this point in the history
  2. rascalMF generation was broken (no empty line at end). Also factored …

    …functions to generate pom.xml and RASCAL.MF independently, for later use in quickfixes
    jurgenvinju committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    497f6ca View commit details
    Browse the repository at this point in the history
  3. refactoring

    jurgenvinju committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d571153 View commit details
    Browse the repository at this point in the history
  4. removed duplicate addition of rascal runtime in case of a dependency …

    …on the rascal project in the pom file
    jurgenvinju committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4b6dcb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6637721 View commit details
    Browse the repository at this point in the history