George Karachalias

Results 9 issues of George Karachalias

**Is your feature request related to a problem? Please describe.** As illustrated in https://github.com/tweag/asterius/issues/401, Asterius currently fails on Safari, and in general browsers that do not support `BigInt`s yet. To...

type: feature request

Closes https://github.com/tweag/asterius/issues/639. Set up the nofib directory: - [X] Gather nofib main programs and their arguments from the upstream nofib repo. - [X] Flatten the structure (only two levels) and...

This is WIP. TODOs as described in https://github.com/tweag/asterius/issues/621: * [x] When loading archives and object files in `ahc-ld`, we can parallelize the deserialization of each object file. All object files...

**Describe the bug** Function `putStr` does not produce any output in browser mode if it is not followed by a `putStrLn`. **To Reproduce** Create a simple file `test.hs` with the...

type: bug

Closes https://github.com/tweag/asterius/issues/665. This PR is a WIP. Roadmap for addressing **the first bullet** of https://github.com/tweag/asterius/issues/665: * [X] Define new type for `dependencyMap`s, and serialization/deserialization logic for it. * [ ]...

Work in progress. When finished, this should resolve #718 (and also fix #557).

**Describe the bug** On both `push` and `pull_request`, the GitHub check `ghc-testsuite` stochastically (and frequently) fails, without a clear indication of the source of the failure. **To Reproduce** Commit and...

type: bug

**Describe the bug** While solving issue https://github.com/tweag/asterius/issues/373 (PR https://github.com/tweag/asterius/pull/542), we found out that the conversion of 64-bit JavaScript `Number`s into `BigInt`s is lossy. Though somewhat expected [1], this has repercussions...

P2
type: bug

**Describe the bug** Running the testsuite for asterius (`stack test asterius`) hangs when it reaches test file `test/ghc-testsuite/rts/T2783.hs`. **To Reproduce** In the top directory of asterius, run `stack test asterius`....

type: bug