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

replacing lib scheme #23

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

replacing lib scheme #23

wants to merge 2 commits into from

Conversation

jurgenvinju
Copy link
Member

@jurgenvinju jurgenvinju commented Sep 25, 2024

  • Simply a matter of replacing lib://typepal by PathConfig.resolveProject...("typepal"), etc. etc. in the current project.
  • However the cleanup PathConfig's also enable further cleaning up:
    • no more double configuration of classpaths for the JVM plus dynamic SourceLocationClassloaders for the JavaBridge.
    • no more dynamic javaCompilerClasspath
    • less error checking and special cases handling (now in reusable PathConfig.createFrom... code)
  • And; upstream projects like rascal-core, rascal-tutor and typepal where they use the old fields of PathConfig may need changing first,
  • compiler - this requires changes in rascal-core; namely not using the removed fields classloaders and javaCompilerPath anymore.
  • packager
  • tutor - this can't be done without changing rascal-tutor first due to the embedded REPL simulator in there. Since we have a branch that merges rascal-tutor into rascal; we'd better finish that first.
  • generate sources
  • console mojo
  • reusable utilities
  • testing
    • rascal project
    • rascal-core project
    • flybytes
    • salix
    • rascal-tutor

…big classpaths for the JVM which were then again constructed inside of the REPL by PathConfig calling into mvn
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.

1 participant