webpage
webpage copied to clipboard
New Fortran webpage
Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.2. Release notes Sourced from black's releases. 24.4.2 This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1....
Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 2.0.0 to 3.0.1. Release notes Sourced from myst-parser's releases. v3.0.1 What's Changed 🐛 FIX empty value for final directive option by @chrisjsewell in executablebooks/MyST-Parser#924 🐛 FIX: allow...
Ian Chivers mentioned that Fujitsu has a compiler at https://fortran-lang.discourse.group/t/which-compilers-are-available-for-ci-with-github-hosted-runners-all-but-nagfor/7554/12. Fujitsu has a brochure https://www.fujitsu.com/downloads/SUPER/primehpc-fx1000-soft-en.pdf saying they have Fortran 2018 compiler. Perplexity.ai says the following, which I have not verified....
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.5.0 to 4.6.0. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.6.0 What's Changed Check for fatal on every line of stderr of the git command by @ben-z in...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.3.7. Release notes Sourced from sphinx's releases. Sphinx 7.3.7 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.3.6 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.3.5 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.3.4 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.3.3...
Bumps [ablog](https://github.com/abakan-zz/ablog) from 0.11.6 to 0.11.8. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
This attribute apparently did not make it into Fortran 2023, but is still shown on the Fortran Quickstart page See https://fortran-lang.discourse.group/t/protected-attribute-for-derived-type-components/7360
This PR adds a Monthly Newsletter functionality using github actions as a PR and also introduces minor optimisations and bug fixes. I have verified the changes a sample PR can...
At https://fortran-lang.org/learn/intrinsics/array/#merge there is code ``` write(*,*)merge (1.0, 0.0, k > 0) k=-2 write(*,*)merge (1.0, 0.0, k > 0) ``` I think there should be a space after `write(*,*)` and...
The https://fortran-lang.org homepage has a "News" sidebar on the right-hand side of the page. The most recent of these items is from June of 2022. It might be better to...