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

Contract call wip #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Contract call wip #2

wants to merge 1 commit into from

Conversation

go7066
Copy link
Contributor

@go7066 go7066 commented Dec 26, 2022

Error log while testing gnodev test r/multisig --verbose --root-dir ../gno

panic: unknown import path gno.land/r/gnoland/blog [recovered]
	panic: ./r/multisig/multisig.gno:1: unknown import path gno.land/r/gnoland/blog

goroutine 1 [running]:
github.com/gnolang/gno/pkgs/gnolang.predefineNow.func1()
	/Users/admin/Documents/j121/gno/pkgs/gnolang/preprocess.go:2812 +0x317
panic({0x168c9a0, 0xc000304ba0})
	/usr/local/go/src/runtime/panic.go:838 +0x207
github.com/gnolang/gno/pkgs/gnolang.tryPredefine({0x187d040, 0xc000344360}, {0x187a7a8, 0xc0004142c0}, {0x18793c8, 0xc00011cd00?})
	/Users/admin/Documents/j121/gno/pkgs/gnolang/preprocess.go:2927 +0x12b9
github.com/gnolang/gno/pkgs/gnolang.predefineNow2({0x187d040, 0xc000344360}, {0x187a7a8, 0xc0004142c0}, {0x18793c8?, 0xc00011cd00?}, 0x203000?)
	/Users/admin/Documents/j121/gno/pkgs/gnolang/preprocess.go:2828 +0x13a
github.com/gnolang/gno/pkgs/gnolang.predefineNow({0x187d040, 0xc000344360}, {0x187a7a8, 0xc0004142c0}, {0x18793c8, 0xc00011cd00})
	/Users/admin/Documents/j121/gno/pkgs/gnolang/preprocess.go:2817 +0x149
github.com/gnolang/gno/pkgs/gnolang.PredefineFileSet({0x187d040, 0xc000344360}, 0xc000430840, 0xc00030dc08)
	/Users/admin/Documents/j121/gno/pkgs/gnolang/preprocess.go:38 +0x6ea
github.com/gnolang/gno/pkgs/gnolang.(*Machine).runFiles(0xc0003f17a0, {0xc00070e9c0, 0x1, 0x1})
	/Users/admin/Documents/j121/gno/pkgs/gnolang/machine.go:367 +0x276
github.com/gnolang/gno/pkgs/gnolang.(*Machine).RunFiles(...)
	/Users/admin/Documents/j121/gno/pkgs/gnolang/machine.go:333
github.com/gnolang/gno/pkgs/gnolang.(*Machine).RunMemPackage(0xc0003f17a0, 0xc000714600, 0x1)
	/Users/admin/Documents/j121/gno/pkgs/gnolang/machine.go:190 +0x20d
main.gnoTestPkg(0x168c9a0?, {0xc0003969a0, 0xc}, {0xc0003938a0?, 0x1, 0x168c9a0?}, {0x0, 0x0, 0x8?}, {0x1, ...})
	/Users/admin/Documents/j121/gno/cmd/gnodev/test.go:183 +0x22f
main.testApp(0x1718e00?, {0xc000032200, 0x1, 0x4}, {0x1718e00?, 0xc00030b040?})
	/Users/admin/Documents/j121/gno/cmd/gnodev/test.go:133 +0xe51
github.com/gnolang/gno/pkgs/command.(*Command).Run(0xc00030e960, 0x17ac848, {0xc000032200?, 0xa044558?, 0x203000?}, {0x1718e00, 0x1c95e80})
	/Users/admin/Documents/j121/gno/pkgs/command/command.go:64 +0x2e4
main.runMain(0xc0000021a0?, {0xc000207f70?, 0x1007659?}, {0xc0000321f0, 0x5, 0x5})
	/Users/admin/Documents/j121/gno/cmd/gnodev/main.go:60 +0x42c
main.main()
	/Users/admin/Documents/j121/gno/cmd/gnodev/main.go:14 +0x6f
	```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant