Vikas Sharma

Results 7 issues of Vikas Sharma

Is it possible to get a feature that can convert all the Fortran keywords in a Fortran file to uppercase?

Thank you very much for FLS and its support in VS Code. I am using FLS-v1.12.0 I use Fortran module in my project. If the name of the module is...

I am shifting to doom-emacs for writing the Fortran program. How can I setup Fortran language server on doom-emacs Regards Vikas

I would like to add a linter for Fortran by using `gfortran` compiler. However, I am not sure how to do it. The linter setting used in vscode is given...

replacing $ descriptor to advance="no". $ descriptor causes error with -std=2008 option. I have also modified the CMakeLists.txt. However, this is still a work in progress, so you Can keep...

https://github.com/Goddard-Fortran-Ecosystem/pFUnit_demos/blob/eae49e1f7a0e2ba002f1c5dfbeceb3c51026b878/Basic/tests/test_failing.pf#L35 In about code what is the purpose of not defining the values of x? It it intentionally done? I encounter following error. ```bash Note: The following floating-point exceptions are...

Updating next method The following line: ```fortran do while (.not. associated(this%node_ptr) .or. .not. allocated(this%node_ptr%kv)) ``` will cause problem. When `this%node_ptr` not associated, and we access `this%node_ptr%kv`. it will cause segmentation...