AndreasPK

Results 38 issues of AndreasPK

I think "space" and "data size" could use one more sentence to explain what they actually benchmark. For example I would have expected space to measure maximum memory usage not...

**Invoking `cabal list-bin` should just pick the obvious default when possible.** If there is a cabal file with a single executable it seems like an obvious choice to report the...

type: enhancement
cabal-install: cmd/list-bin

This should make working on containers easier when on windows. Fixes #885

On commit 468aa9df067d3bd7413d0b383a106f609749eabe I get this after a checkout and running `cabal run intset-benchmarks` I get this error: ``` cabal run intset-benchmarks Build profile: -w ghc-9.4.2 -O1 In order, the...

maintainability

I added this in in https://gitlab.haskell.org/ghc/ghc/-/merge_requests/8506 It adds one more string to the ticky event. See https://gitlab.haskell.org/ghc/ghc/-/merge_requests/8506/diffs#4bef7d0c5d4ce46744aaacac2800349746d7e44f_1366_1366

On my computer there is a **lot** of white space on the left side of the table: ![image](https://user-images.githubusercontent.com/5500646/144051312-dbec5372-d46d-420c-b1f1-e1fe8e747cc6.png) A (likely terribly hacky way) to address this is to set the...

I had some connection issues lately which seems to have caused cabal to only partially download some files when updating the index. This results in the error below, which gives...

type: bug
attention: pr-welcome

This seems like something aimed at users of cabal-the-library and gives zero indication on how to fix this. ``` Andi@Horzube MINGW64 ~/hc_bench/libs/binary/c_allCalls $ cabal --version cabal-install version 2.5.0.0 compiled using...

type: bug
cabal-install: cmd/update
can-workaround

It seems to be a common mistake for people trying to use late cost centres to pass `-fprof-late` as a ghc flag without setting the profiling detail. This is pretty...

attention: pr-welcome
newcomer
re: options
re: warnings
re: user experience

It seems the generated DLL tries to export more symbols than supported which causes the build to fail. ``` [1 of 1] Compiling Export ( foreign-src\Export.hs, C:\ghc\msys64\home\andi\tmp\phash\dist-newstyle\build\x86_64-windows\ghc-8.10.4\perceptual-hash-0.1.4.0\f\hsphash\build\hsphash\hsphash-tmp\Export.o ) [1 of...