-
Notifications
You must be signed in to change notification settings - Fork 22
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
Allow passing a path to GAP.Packages.load
#893
Allow passing a path to GAP.Packages.load
#893
Conversation
addresses issue oscar-system#892
(but these are still not enough)
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #893 +/- ##
==========================================
+ Coverage 75.65% 75.84% +0.19%
==========================================
Files 51 51
Lines 4115 4157 +42
==========================================
+ Hits 3113 3153 +40
- Misses 1002 1004 +2
|
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.
Great!
src/packages.jl
Outdated
#TODO: What shall happen when `spec` is a symbolic link that points to | ||
# the installation path of the loaded package? | ||
|
||
# Call `Wrappers.SetPackagePath`. |
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.
The comment which indicates Wrappers.SetPackagePath
is about to be called comes 7 lines before the actual call, that seems odd?
# Call `Wrappers.SetPackagePath`. |
Two tests with Julia nightly were cancelled after about 18 minutes. The output of "Julia nightly - ubuntu-latest" looks as if the tests were started but did not make progress. (See #905.) Here is the log.
|
addresses issue #892