-
-
Notifications
You must be signed in to change notification settings - Fork 36
New GNU Fortran intrinsics. #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
We should add the new intrinsics here as well https://github.com/krvajal/vscode-fortran-support/blob/master/src/docs/ |
I'll add those soon, thank you. |
Done that tedious work of copying the documentation to |
@krvajal Is that a reason why our intrinsic documentation files have 3 or 4 copies of the same structure? {
"keyword":"",
"docstr":""
} But they are in one line and repeated 4 times or more {"keyword":"","docstr":""}{"keyword":"","docstr":""}{"keyword":"","docstr":""}{"keyword":"","docstr":""} If you look for the closing bracket and enter return after each one this is what you'll get Should we consider this a bug? |
Yes, it is indeed a bug as it is not valid JSON. |
Ok done. Used VSCode smart search and replace to remove duplicates and then indent the files better. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work
Added missing intrinsic functions from newest GFortran documentation at Intrinsic-Procedures.
Also Fix issue #113 by adding
ELSE
andSTOP
as keywordsjs
filejson
files