Jeffrey Young

Results 20 issues of Jeffrey Young

Saw that the `FFI` wasn't deriving `Generic` so I simply added it to `Base.hs`. This would allow users to derive `NFData` and the like which I have used successfully in...

I'd like to archive this repo and use https://gitlab.haskell.org/ghc/ghc.nix instead. Thereby making the gitlab version the "main" version for development and patches. Why? Several reasons: - The response time for...

- this matches GHC CI - Fixes a bug in the JS backend see - https://gitlab.haskell.org/ghc/ghc/-/issues/22356 - https://github.com/haskell/cabal/pull/8896/ - https://gitlab.haskell.org/ghc/ghc/-/merge_requests/11444#note_552521https://gitlab.haskell.org/ghc/ghc/-/merge_requests/11444#note_552521 I don't know what the logic around the alex package...

See this ticket: https://github.com/NixOS/nixpkgs/issues/337996 for the whole story. Essentially what is happening is the `Setup.hs` file uses inline assembly to call `rdrand` which is not supported for JS because emscripten...

Todos: - [x] add tests for `>>=` tail and `pair` - [x] refine the stack trace output, some of them are a bit wonkey - [x] no more todos in...

Noticed in #261, this prevents things defined with `define` to be represented in the stack trace

for example see the logs of this PR: https://github.com/gelisam/klister/pull/262/checks

good first issue

I would like to start decoupling the code base. This would mean separate packages for the parser, expander, evaluator. I'm unsure how feasible a lot of that is but just...

refactoring

and example/fixnums.kl todos: - [x] bit level ops - [x] .kl file that does bounds checking over the primitive types that this pr adds - [x] .kl file that demonstrates...