John Wiegley

Results 358 comments of John Wiegley

What do you guys want the default behavior to be? I don't use `:ensure`.

Part of the problem here is that `:demand t` means "load it when you see it". `:after` should have not have much effect in that case. So I think that...

I appreciate the desire to make everything declarative, but I'm very reticent to make `:hook` any more magical than it is already.

There should be no order dependence of this sort, since keywords are always processed in these same order. In cases like this, I would suggest expanding the macro to see...

Well, certainly using `declare-function` can't hurt. `:functions` is only there for convenience.

> Is this PR obsoleted by #1184 ? I would call this PR an improvement upon it. Except that now, this PR is only doing a pure code reorg, and...

I don't quite understand the "off-chain SMT" concept here. It sounds like you could only trust account balances to be validated simply by signature if you can fully trust the...

This is a known issue that relates to how `print` is implemented. Basically, it's effectively a queue of depth 1 that gets overwritten by the later `print` statements. We are...

Pinging @jmcardon who has been working on this issue.

@larskuhtz Did you mention in Slack that this failed replay?