jalvesz

Results 30 issues of 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: ![image](https://user-images.githubusercontent.com/102541118/218270194-3db149c2-fca8-4a3b-8a5c-c1dd27b0b34b.png) wp is loaded from a module by `module jf_test_1_mod` ` use json_module, wp...

bug

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...

bug
help wanted

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...

enhancement

#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...

idea

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...

section: learn

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...