Ian Giestas Pauli
Ian Giestas Pauli
Looking good. Testing if they produce the expected code escapes should be enough since this is a low-level API, users should be aware that no checks are done to ensure...
Point 3 is not a blocking issue for this PR to go IMO, it produces all the code escapes needed to color a text. We can just let the user...
@Jim-215-Fisher it looks related to the ford issue [ford#466](https://github.com/Fortran-FOSS-Programmers/ford/issues/446). Apart from that, this PR is LGTM. The only thing I'm unsure about it is: How was your approach to testing,...
About not being able to use fpm to test PR, you actually can but it's just undocumented, you just need to run the `ci/fpm_deployment.sh` it will generate a folder called...
> The other part of the problem is that stdlib seems to be missing a single person who would be in charge of this, and ensure PRs get reviewed in...
Sounds like a duplicate of #99, doesn't it? It's about physical "constants" and all but I think this discussion should be kept there.
Scipy put math and physical constants in the same bag under `scipy.constants` that's why I bring that (not that we should follow `scipy` in every possible way but this seems...
I'm just moving and linking the old thread mentioned (#102) here, where it looks the discussion got further. > There are lots of implementations online. > > As an example,...
--- here's some context/rant, IDK, maybe it is worth your time: I have a [failed experiment](https://github.com/14NGiestas/fortran-unicode) where I tried to automatically fetch and build using a CI the unicode name...
Such spurious warnings are an old bug in `gfortran` and they are not related to stdlib. This issue seems to come back and forth due to its nature. The most...