You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm aware that we never run _test.gno files on chain. But since we publish them on chain and are a part of pkg/realm. We should validate them before publishing and disallow self import to keep the behaviour consistent with Go.
--
PR #1206 highlights/removes all the instances of import cycles in _test.gno files.
The text was updated successfully, but these errors were encountered:
Description
A while back I noticed we can self import a pkg in _test.gno files. For example this is a totally valid gno test file.
avl_test.gno
:I'm aware that we never run
_test.gno
files on chain. But since we publish them on chain and are a part of pkg/realm. We should validate them before publishing and disallow self import to keep the behaviour consistent with Go.--
PR #1206 highlights/removes all the instances of import cycles in
_test.gno
files.The text was updated successfully, but these errors were encountered: