Jacob Williams

Results 180 comments of Jacob Williams

Current status on this is at: https://github.com/jacobwilliams/json-fortran/pull/549 It doesn't seem like the proposed solution is going to work. Probably a workaround could be created but I'm not sure it can...

So... I'm not sure what is being asked here. The original question included text that was not valid JSON, so json-fortran is not going to be able to parse that....

It looks like the CI failed? (haven't looked into why)

What is the reason for both `JSONFORTRAN_ENABLE_TESTS` and `ENABLE_TESTS`? It's not clear to me what the user is supposed to set to get the tests... (note: the CI is failing...

It looks like `-D ENABLE_TESTS=ON` enables the tests?

I think these changes have broken the conda-forge package. The shared library doesn't seem to be being built anymore. Did that get disabled? We should be getting: ``` -- Installing:...

I think https://github.com/jacobwilliams/json-fortran/commit/1784d4ee2b8cc08f95e86a87840bbaa75111f649 fixes it.

Thank you! I'll look at it as soon as I get a chance!