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
downloadDeps
A package with these settings:
module gno.land/tests/replaceavl replace ( "gno.land/p/demo/avl" => "gno.land/r/sys/users" )
package main import ( avl "gno.land/p/demo/avl" ) var foo = avl.RegisterUser
Hangs, because replaceavl imports r/sys/users, which in turn wants to import avl but it gets replaced with itself.
We should be able to detect this.
cc @n0izn0iz
The text was updated successfully, but these errors were encountered:
n0izn0iz
No branches or pull requests
A package with these settings:
Hangs, because replaceavl imports r/sys/users, which in turn wants to import avl but it gets replaced with itself.
We should be able to detect this.
cc @n0izn0iz
The text was updated successfully, but these errors were encountered: