jalvesz
jalvesz
**Describe the bug** Looking at https://github.com/jacobwilliams/json-fortran/blob/master/src/tests/jf_test_01.F90 An error is promted at double precision declarations such as:  wp is loaded from a module by `module jf_test_1_mod` ` use json_module, wp...
Hi, I was testing this library together with VTKFortran and the latest fpm. I had a compile time issue with the tests declaration because of the white space: From https://github.com/szaghi/FACE...
PR related to: https://github.com/fortran-lang/stdlib/issues/38 https://github.com/fortran-lang/stdlib/issues/749 https://github.com/fortran-lang/stdlib/pull/189 Here I try to propose the OOP API upfront as a means to centralize data-containment format within stdlib, which I feel would be a...
### Description Today I can only use fpm for testing or small projects because of its closed-ecosystem approach which on one hand produces an internal cascade of dependencies and on...
#791 #790 #787 Enable building stdlib with fpm directly from the root folder > python config/fypp_deployment.py > fpm build Deploy the `stdlib-fpm` from the preprocessing created in the root folder....
### Motivation This proposal is meant to start a discussion on a replacement for the current `fpm` ci for stdlib. The idea would be to use a python script to...
Hi, I ran an action using setup-fpm@v5 and got the following warning: >Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: fortran-lang/setup-fpm@v5. For more information...
Following this comment https://fortran-lang.discourse.group/t/fortran-returns-to-top-20-tiobe-index/1069/184 by @Beliavsky What about adding something like this to the page https://github.com/fortran-lang/webpage/blob/main/source/learn/quickstart/variables.md?plain=1 ? ```markdown ## Local scope variables with `block` construct The 2008 Fortran standard introduced...
After looking at #819 I realized that there were several issues: 1. in the `_specialfunctions_gamma` files, there were this kind of fypp macros: ```Fortran #:set WITH_QP = False #:set WITH_XDP...