Christopher Jefferson

Results 110 comments of Christopher Jefferson

One mildly horrible way I have seen this fixed in the past to run that twice, like "tar ... || tar ...". That obviously is a bit horrible, but might...

This is a seperate issue. I am aware of what the overall problem is, I'm pondering the best way to fix it. The `else` being highlighted ever is a bit...

The short version is indeed the relationships between functions like `ViewObj` and `ViewString` and friends should be clearer, with clear delegations, but previously attempts to "clean this up" have suffered...

Just as an update, I tried this in the latest nightly and it still present.

This isn't a fix, but I have just discovered that `ASYNCIFY` in emscripten does a similar job to spill pointers (for my purposes anyway), by writing out the stack to...

If you are curious, GAP can be used as part of Sagemath (and also as a Julia library too!) but is also frequently used as a seperate project. Known issues:...

Hi, I'll go through your comments, thanks! I'll just mention a few (as they might be generally useful). GAP doesn't have any explicit 'flush' function. (If you go searching you...

Sorry, dropped this PR on the floor (although I have been using this myself for generating some small documents). I had a rebase and cleaned up some minor issues. While...

Parallel only runs programs, not shell commands, by default. I put `my_function` into a shell script and run that script (there may be a way of making it run shell...