Nicolas Frisby

Results 60 comments of Nicolas Frisby

Some context: we used to have a way to run nightly tests, via BuildKite. But then IOG removed its BuildKite infra structure, so our `Test.Util.Nightly` stuff is no longer used....

I took a closer look today. I think this `takeWhile` might be the problem. I anticipate that Javier wrote that because `validChains` is careful to sort the chains before it...

^^^ I opened Issue #3999 for the above failure cc @bartfrenk

I came here to open this same Issue and fortunately found yours first. My motivation is to be able to use the type-checker to ensure that some serialization uses the...

Just an experience report. Thanks for resolving this! 2.22.0 from Hackage failed to work for me. I eventually found this Issue. It took me a while to realize what to...

I'll chime in too :) , even though ORMOLU_DISABLE/ENABLE is enough already, in my own experience. If we were to use explicit comments to label the region for `ormolu`, then...

> with the correct protocol version > using that version @nc6 By "with/use", do you mean that the nodes have started to use the new proposed protocol parameter values even...

For what it's worth, I found this list in the old cardanodocs.com documentation after clicking various and sundry links. At the very least, it might be helpful to copy some...

On our sync call today, we think we determined why the ThreadNet tests have been failing. The existing ThreadNet logic that ensure the forge thread waits until the crucial txs...

Yeah, it should be easy enough to add a `Word64` counter that gets included in some log `Tracer` events. Edit: and I _think_ double counting isn't a risk since that...