-
Notifications
You must be signed in to change notification settings - Fork 29
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
Wrong package name gives infinite errors #4
Comments
Right now any user-contributed code in |
Currently, building the generated Pushup app is a black box - would like to wrap it, perhaps by inspecting stderr.
Agreed, basically any error causes this loop. |
I think recent changes (specifically baa912f) fixed this. I am no longer able to recreate original buggy infinite loop errors by supplying the wrong package name in dev reload mode. |
If you use
package main
instead ofpackage build
in a go file inapp/pkg
, while the server is running in dev mode, I get an infinite list of:The text was updated successfully, but these errors were encountered: