Artem Pelenitsyn

Results 315 comments of Artem Pelenitsyn

@bennn cool workaround! Unfortunately, doesn't apply if I deal with someone else's PDF, which I do most of the time. Having this option on by default does sound reasonable but...

Same here. @FlorianFranzen how do I pin the `emacs` version?

Also, it looks like `emacs-overlay` was pinned in this project: https://github.com/nix-community/nix-doom-emacs/commit/c283bcf19b64aba8c50d5618cb58457967f6cdb7

I see, thanks a lot for the explanation. Indeed, `annotation: false` fixes it ([here's the run](https://github.com/prl-julia/julia-type-stability/actions/runs/4493367777/jobs/7904481897)) in the sense that the original stacktrace is preserved now (the useless one is...

@ericphanson indeed, on 1.8 I see both stacktraces (e.g. [this run](https://github.com/prl-julia/julia-type-stability/actions/runs/4495950352/jobs/7910123911?pr=16)), which is good. Nightly somehow broke this, and I only see the useless one..

@ericphanson tremendous bug hunting!

Another item on that list in the OP, perhaps: - https://github.com/haskell/cabal/issues/9122

Due to this issue I can't bisect a bug between `cabal-install-3.6` and `cabal-install-3.8`: as noted above, 3.6 fails to build today due to something like: ``` Expected type: Cabal-syntax-3.10.1.0:Distribution.Types.PackageId.PackageIdentifier Actual...

Maybe we should have posted a clarification on the mailing thread for posterity… Unfortunately, no one really knows a good solution it seems. The one I use is to freeze...

I performed a bunch of experiments while preparing https://github.com/haskell/cabal/pull/9072 and agree with comment above: > because the haddock shipped with GHC 9.0/2 has this bug. I think we can close...