-
Notifications
You must be signed in to change notification settings - Fork 20
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
Recursive dependency linking #1073
Open
CodeByDrescher
wants to merge
23
commits into
master
Choose a base branch
from
RecursiveDependencyLinking
base: master
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.
+3,677
−3,691
Open
Changes from 8 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1afdb18
Some Syntax refactoring with minimal impact except for readability
CodeByDrescher 3f8936d
Finished prototype fix; need to test (and add unit tests)
CodeByDrescher c4961af
Fixing bugs; but getting nullptrexception
CodeByDrescher f16cea6
Added extra parsing
CodeByDrescher 6a83283
Fixed bug where wrong link name was provided when providing an altern…
CodeByDrescher f6ab53b
removed old, broken method
CodeByDrescher f61e415
Small changes to remove all warnings.
CodeByDrescher 04a1e73
Merge branch 'master' into RecursiveDependencyLinking
CodeByDrescher b22fdb0
Merge remote-tracking branch 'origin/master' into RecursiveDependency…
CodeByDrescher aa5e090
Refactor of Simulation-esk classes to new subfolder; No significant c…
CodeByDrescher dd63161
Updated Git Ignore
CodeByDrescher 15e9169
Added null check to omex handler
CodeByDrescher db698d1
Upgraded solver version
CodeByDrescher 5d6150c
Merge branch 'master' into RecursiveDependencyLinking
CodeByDrescher de6d02c
Removed deleted class' old import
CodeByDrescher a963852
Update ci_cd.yml to use 22.04
CodeByDrescher abb2549
Enforce docker container using Ubuntu 22.04
CodeByDrescher 7f25fb6
Added min call to prevent StringIndexOutOfBoundsError
CodeByDrescher 21562cc
switched os to ubuntu from debian
CodeByDrescher cbe3f29
Merge branch 'master' into RecursiveDependencyLinking
CodeByDrescher d4dd0a1
Added infrastructure to pipe error code to output
CodeByDrescher 08d3eea
Revert "Added infrastructure to pipe error code to output"
CodeByDrescher 5447d89
Merged in master changes
CodeByDrescher 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the latest java, null pointer exceptions give nice contextual messages. I you are going to throw a raw NullPointerException, then you might as well let the for loop fail with a nicely formatted NullPointerException.