We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wave my fist at the sky every time I have to laboriously type
needsPackage("PkgName", FileName => ".../PkgName.m2")
I mean, the whole /PkgName.m2 part is unnecessary (not to mention FileName ...)
/PkgName.m2
Solution: add option Prefix that accepts a directory and deprecate FileName (i.e. still accept it but maybe don't mention it in the documentation).
Prefix
FileName
The text was updated successfully, but these errors were encountered:
I would be happy with such a change, I also find it painful to type all that in! Prefix seems like a good solution...
Sorry, something went wrong.
Would you like to implement it?
No branches or pull requests
I wave my fist at the sky every time I have to laboriously type
I mean, the whole
/PkgName.m2
part is unnecessary (not to mention FileName ...)Solution: add option
Prefix
that accepts a directory and deprecateFileName
(i.e. still accept it but maybe don't mention it in the documentation).The text was updated successfully, but these errors were encountered: