Eric Holk

Results 81 issues of Eric Holk

Recent versions of Windows have removed the limitation on filenames like `aux` or `con`. This change allows the `package::reserved_windows_name` to still pass by first trying to create a file with...

S-waiting-on-review

@rrnewton has a simpler/faster version of match that is supposed to be a drop in replacement to the match Elegant Weapons currently uses. We should see if it works to...

We're starting to use records in a few places in the Harlan compiler. It'd be nice if we could operate on these with `match`. According to http://www.scheme.com/tspl4/records.html, we should have...

Right now one failure ends the whole test suite. We should catch the failure and continue to get better testing coverage.

This is supposed to be as R6RS-only as possible, so to help keep us honest, we should try to run the tests on different Scheme implementations. We might be able...

Some test cases, like `nbody.kfc` and `nbody2.kfc` fail on Macs when using an NVIDIA GPU. See the discussion thread at https://groups.google.com/d/msg/harlan-dev/l-W0xXQJPKY/Uw8K_z6gEe0J for more details.

It should be a pretty simple update to the install script for vicare. Here's an example of a failed build: https://travis-ci.org/eholk/harlan/jobs/81973537 For now I'm going to disable automated Vicare testing...

Right now if you repeat constructors you end up with redefinition C++ errors. It would be better to have these detected and reported earlier.

The calling convention for `alloc_in_region` is different in kernels than not, but functions called from kernels don't know this, so out of memory errors won't be properly reported and we'll...