-
Notifications
You must be signed in to change notification settings - Fork 78
new reusable functions for using PathConfig #2270
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
Draft
jurgenvinju
wants to merge
35
commits into
main
Choose a base branch
from
maintain-pathconfig
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+376
−355
Draft
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
461c564
starting to factor PathConfig into its own module
jurgenvinju 8e565a8
added and documented the inverse of relativize: resolve
jurgenvinju e7523ca
based interactions with PathConfig added
jurgenvinju f08b0a6
moved RascalConfigMode back to util::Reflective and started fixing th…
jurgenvinju 4d168a3
factored all parameters of all 6 mapping functions into a LanguageFil…
jurgenvinju d730235
minor doc things
jurgenvinju 7488c7c
inherited some tests from ReflectiveTests to test the new language-pa…
jurgenvinju 27e8af8
commented back in forgotten docs
jurgenvinju ca95804
replacing generatedSources by resources and adding projectRoot, also …
jurgenvinju 482149d
unused imports resolved to get to the real warnings
jurgenvinju d53058e
added inverse test
jurgenvinju 689cca1
added another inverse test for pathConfig
jurgenvinju 1c53e18
added the last inverse test
jurgenvinju ec4a370
docs
jurgenvinju f8c6567
brought back util::Monitor
jurgenvinju edacfc5
fixed tests
jurgenvinju cd99dc2
removed debug print
jurgenvinju 6086609
minor improvements
jurgenvinju 7410d75
docs
jurgenvinju 887897f
layout
jurgenvinju 746cdc9
added back generatedSources and completed with generatedResources for…
jurgenvinju 3d405e4
details
jurgenvinju 0aa5b0a
Merge branch 'main' into maintain-pathconfig
jurgenvinju 2ff5504
imports
jurgenvinju 1111db8
made all function names use strictly adaptations of the field names o…
jurgenvinju 3bebab3
factoring out reusable functions and fixing tests
jurgenvinju 3d38596
fixed issue in test
jurgenvinju b21db00
improved documentation
jurgenvinju e5adad2
naming consistency in doc strings
jurgenvinju dccc645
clean up
jurgenvinju ce3f91b
Merge branch 'main' into maintain-pathconfig
jurgenvinju 6aeea6b
fixed merge issue
jurgenvinju d0a5cac
activated all tests in util:: modules. task manager wasn\'t running a…
jurgenvinju 7678934
removed duplicate declaration due to sloppy manual merge
jurgenvinju 2f6ebfb
Merge branch 'main' into maintain-pathconfig
jurgenvinju File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -241,4 +241,4 @@ test bool printLongUnfinishedLine() { | |
println("Done"); | ||
jobEnd("job"); | ||
return true; | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
module util::Reflective | ||
|
||
extend util::PathConfig; | ||
|
||
import IO; | ||
import List; | ||
import ParseTree; | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.