-
Notifications
You must be signed in to change notification settings - Fork 149
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
Panic: file not found for pos when importing #226
Comments
Did you reinstall gore when upgrading Go? |
Oops, you seem to. Hmm. |
Okay, some of gore features stopped working since Go 1.22. Confirmed that the existing tests ( |
Oh, this was already fixed in latest unreleased Go golang/go@9b1f8f3. Will be fixed in Go 1.24. |
Awesome. Thanks for investigating! I'm looking forward to the Go 1.24 release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for creating this handy REPL! It works as expected for the most part, but I've encountered the panic issue. Could you please take a look and see if you can identify why this is happening?
Reproducible steps
gore> fmt.Print
)a. Got an undefined error
gore> :import fmt
a. A panic occurred
Detail Log
Environment
The text was updated successfully, but these errors were encountered: