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

check User doesn't work #2835

Closed
mahrud opened this issue May 15, 2023 · 2 comments · Fixed by #3418
Closed

check User doesn't work #2835

mahrud opened this issue May 15, 2023 · 2 comments · Fixed by #3418
Labels
Core Issues involving the Core scripts.

Comments

@mahrud
Copy link
Member

mahrud commented May 15, 2023

i1 : TEST ///print 12///

i2 : check User
 -- capturing check(0, "User")                                               -- 0.0430203 seconds elapsed
stdio:2:1:(3): error: file not found on path: "User.m2"

Broken due to c04e5b0, specifically this line.

Note that I patched this in the brew build, so this only fails in other builds.

@DanGrayson
Copy link
Member

It's not intended to work. "User" isn't an actual package.

@mahrud
Copy link
Member Author

mahrud commented May 17, 2023

I don't know what you mean by "actual package". It has type Package, has dictionaries, you can add documentation and tests for it, and it is returned when you run package on any symbol you've defined. What I've written above used to work, and it's useful for many purposes, in this case running quick tests without creating a temporary package and immediately deleting it.

@mahrud mahrud added the Core Issues involving the Core scripts. label May 15, 2024
@mahrud mahrud linked a pull request Aug 20, 2024 that will close this issue
@mahrud mahrud closed this as completed Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Issues involving the Core scripts.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants