Mango The Fourth
Mango The Fourth
If you actually want to start using this you should remove all constraints from the cabal files (only on base) then comment out all source-repository packages in the cabal.project file,...
something is wrong with the c++ generated by souffle. I don't know what exactly but maybe someone can fix it. at least we have deprecation warnings that error again.
> if the type does not implement Generic I mistook that for granted.
Hi! I think all building blocks for cutting a release on both `bytebuild` and `chronos` are there - it would be nice if we could have it, if you have...
I guess you mean if you have a `cabal.project` file, that has `source-repository` packages declared, there should be information on that? What kind of information do you imagine? A fork...
Yes, it appears. Perhaps we could add a warning like “this dependency is included in your project a fork, take extra care”
I think I will make this part of a larger task that I’m imagining to also suggest updating outdated dependencies, I think that’s a good fit.
I think we're failing in `GHC.RTS.Events.Binary.getEvent :: EventParsers -> Get (Maybe Event)` where we try to index into the `parsers` and instead of getting an `EventTypeNum` within range, we get...
jup, the last four parses before it blows up look like this: ```hs evSpec: HeapProfSampleCostCentre {heapProfId = 0, heapProfResidency = 912, heapProfStackDepth = 1, heapProfStack = [78]}, etRef: 163 evSpec:...
@TeofilC is it possible that this is the Ccs stack being too deep for the profStackDepth Word8? And then it overflows and we don't read the `Vector` to end?