Simon Hengel

Results 120 issues of Simon Hengel

https://github.com/hspec/hspec/issues/184#issuecomment-1529461064 This should probably go somewhere into https://hspec.github.io/options.html.

documentation

...instead of the total time it took to run the item. This is useful to identify bottlenecks in the tetst suite. If we want to move forward with this then...

**Describe the bug** I just noticed that package environments created with `cabal-3.10.2.1` always bring `base` into scope. 1. Is this a bug, or intentional? 2. If intentional, what is the...

type: discussion

Use `unsafeDrop` and friends instead of explicitly constructing values with `Data.ByteString.Internal.BS`. - All those primitives are marked with `INLINE`. - This does not change the generated core. Underlying motivation: Zero-copy...

This change is useful if you both (a) run `alex` on modifications to `.x`-files and (b) `:reload` GHCi on modifications to `.hs`-files. It prevents that your GHCi session will see...

At the risk that this will turn into a rant... When migrating form GHC 9.8.1 to 9.8.2 I'm confronted with: ``` Deprecated: Use System.OsString from os-string >= 2.0.0 package instead....

Before: https://hackage.haskell.org/package/filepath-1.4.2.2/docs/src/System.FilePath.Posix.html#takeFileName After: https://hackage.haskell.org/package/filepath-1.4.100.3/docs/src/System.FilePath.Posix.html#takeFileName @hasufell I think I understand the underlying motivation, and I am generally sympathetic to DRYing things up, this is why so far I refrained from reporting...

documentation
enhancement