Josh Berdine
Josh Berdine
A motivation to include intervals and p-values in the core would be to enable performing runs until a desired p-value is reached, as an alternate to the current calculation of...
Yes, I also think that the F# async ability to select the desired monad on a per-block rather than per-file basis is a significant benefit. Nesting them (essentially shadowing the...
Thanks for the update @kit-ty-kate! This LGTM, though I haven't tested the old versions.
I have been using conf-llvm pinned to this change without trouble. It seems that no llvm_config is being found at all for you, but there isn't enough info in the...
@kit-ty-kate, there are extra quote characters that prevent `${llvm_config}` from being evaluated. I fixed version 11.0.0 and tested, but wonder if you have some automation for propagating across all the...
@mseri if you wanted to test to see if this resolves the failure you observed, it would be very helpful.
Yes, this is only going to hurt when exceptions are used a lot, and especially when they are raised from deeply-recursive functions. I'm not sure that control-flow versus handlable-crash is...
Yes, I don't know when the right time to do this will be. At some point we will have spent more time (adding up small pieces) fighting with the current...
Note that this sort of style, where the nesting of formatting boxes will need to be quite different from the nesting structure of the parsetree (because the indentation of the...
Easier after #406