Adithya Kumar

Results 122 issues of Adithya Kumar
trafficstars

It's confusing to use both, `TODO.hs`, and the issue tracker. We can just use the tag to separate the `TODO` stuff.

See https://github.com/composewell/bench-show/pull/31#discussion_r795241533

To replicate: ``` git clone [email protected]:composewell/streamly.git streamly-9.10-testing cd streamly-9.10-testing ghcup set ghc 9.4 cabal install bench-runner --project-file=cabal.project.report --installdir=./ --overwrite-policy=always ./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 ghcup set ghc 9.10 ./bench-runner --package-name...

type:performance

Being compatible with base is **NOT** required. This is not the responsibility of the library. Enforcing compatibility also gives an incorrect idea on the dependency graph. We use functions in...

`unicode-data-0.4.0.1`'s test cases seem to break with the newer GHCs. (newer base versions) See: https://github.com/composewell/unicode-data/issues/118 I can confirm that this is the case for `9.10` and `9.8`. But the CIs...