-
Notifications
You must be signed in to change notification settings - Fork 24
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
Wrc20 balance fixes #310
Wrc20 balance fixes #310
Conversation
Causes infinite loop, it seems, not actually a speed up. Not worth investigating, I think, at least for now.
Some of these lemmas appear to make the term bigger, which always makes me skeptical. But I don't want to hold this up. |
I agree in general, but I think it's alright as long as they are only in a specialized module, like |
@hjorthjort FYI, once |
Thanks for letting me know, that's a time saver
ehildenb <[email protected]> schrieb am Di., 21. Apr. 2020, 8:18 PM:
… @hjorthjort <https://github.com/hjorthjort> FYI, once automerge is
applied, and it's approved, and tests are passing, you don't need to
manually merge it into master. In some cases it will make it merge sooner
to do so, but on the average doing so will just increase the build pressure
on our servers.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#310 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBGJJ72F6CEGG2Q23QVHLDRNXPQHANCNFSM4MIVWHZQ>
.
|
Can you make sense of this error? Seems all the tests ran into it:
|
Also, the conformance tests all got this error, but it seems it didn't stop them:
|
@hjorthjort the first error just means rvwork-2 went offline for a bit, so you just need to force rebuild. The second error usually shows up if the Jenkinsfile or Makefile does any git operations. It usually is harmless. It's because we have a server-wide git-cache running, but the cache is not available once you've finished the |
Not sure |
Misc fixes, mostly necessary for verifying
$do-balance
in KEwasm