Thomas Jollans

Results 12 comments of Thomas Jollans

Any indication as to why these solutions might not build? Could you provide docker output so that people without suitable hardware to test on may suggest fixes based on the...

Some of those are clear. Lol @ Apple not providing a Docker image for Swift that runs on M1. Others, less so. I'm puzzled why Fortran solution 2 should fail...

> (but who knows) Hence why I suggested docker output might be useful ;-)

I thought this sounded like a fun week-end project... ... rather more than a weekend later, I have a library that appears to work (and passes [the test suite here](https://github.com/kdl-org/kdl/tree/main/tests/test_cases)),...

FWIW, in [ckdl](https://github.com/tjol/ckdl) I don't keep track of significant digits, or of whether scientific notation was used, but, for the purposes of running the test suite, configured float output to:...

I have this problem as well - but only on Scientific Linux (7.4), not on Ubuntu 17.04. Both are using the exact same Julia build (the official 0.6.0 amd64 binaries),...

Here's a full transcript: ``` (master:✔) ~/sw/static-julia 0:jollans@mn70% git log -1 commit 82d86fe9e528c0ed2516f1e4f8536b37705f3557 Merge: fe16932 659c43b Author: Viral B. Shah Date: Sun Oct 15 13:36:45 2017 -0400 Merge pull request...

I'm able to easily reproduce this in a clean virtual machine: * Install CentOS 7 from http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1708.iso in (e.g.) VirtualBox. * Install gcc & friends: `sudo yum groupinstall "Development Tools"`...

As ckdl is a single-pass streaming parser (and I want to keep it that way), I couldn't do a "if KDLv2 gives a syntax error, retry with the v1 parser"...