-
Notifications
You must be signed in to change notification settings - Fork 373
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
chore: try to automate bug in gnolang/gnochess#97 #1172
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Because now AssertOriginCall works properly, filetest can't be a realm, they must a non realm package like 'main'
** as requested, this is a squash of the following commits: - feat: use commands.IO - chore: cleanup gnoland output using context logger - chore: cleanup integration test - chore: cleanup - feat: add test data example - chore: cleanup - fix: concurent run of gnoland - chore: cleanup - fix: cleanup - fix: docker integration test - chore: cleanup root dir and validate config - fix: correctly update command io argument - chore: cleanup Signed-off-by: gfanton <[email protected]>
Signed-off-by: gfanton <[email protected]>
Signed-off-by: moul <[email protected]>
github-actions
bot
added
🧾 package/realm
Tag used for new Realms or Packages.
📦 🤖 gnovm
Issues or PRs gnovm related
📦 🌐 tendermint v2
Issues or PRs tm2 related
📦 ⛰️ gno.land
Issues or PRs gno.land package related
labels
Sep 25, 2023
moul
changed the title
dev/moul/bug gnochess 97
chore: try to automate bug in gnolang/gnochess#97
Sep 25, 2023
Signed-off-by: moul <[email protected]>
Signed-off-by: moul <[email protected]>
7 tasks
The test is now passing on master. I'll close this PR and make a new one to add the txtar test as a regression test :) |
thehowl
added a commit
that referenced
this pull request
Feb 1, 2024
From #1172, pushed to current codebase. Co-authored-by: Manfred Touron <[email protected]>
leohhhn
pushed a commit
to leohhhn/gno
that referenced
this pull request
Feb 2, 2024
From gnolang#1172, pushed to current codebase. Co-authored-by: Manfred Touron <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
📦 🌐 tendermint v2
Issues or PRs tm2 related
📦 ⛰️ gno.land
Issues or PRs gno.land package related
📦 🤖 gnovm
Issues or PRs gnovm related
🧾 package/realm
Tag used for new Realms or Packages.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Success! Integration test demonstrating this bug:
gnokey error: unexpected object with id 0f4e03c94c94f711cb9b4a049a6517e886b3bc42:4
.Interesting file: https://github.com/moul/gno/blob/746eb1be13d479eba98d5992e9efafb943e97799/gno.land/cmd/gnoland/testdata/bug-gnochess-97.txtar.
Depends on #1171.
cc @thehowl.