-
Notifications
You must be signed in to change notification settings - Fork 2
0.10 Beta Release October 2022
Byron Blay edited this page Oct 25, 2022
·
2 revisions
This release contains the following.
-
Incremental builds for code analysis and Fortran compilation.
- When you rebuild, previously created artefacts are reused.
-
Prebuilds
- Share incremental build artefacts between users.
- A new build step to grab prebuilds. They can also be copied manually.
- See tbd.
- Fortran call analysis
- Fab will now detect Fortran dependencies from CALL statements, not just USE statements.
- Can greatly reduce use of the
unreferenced_deps
argument to theAnalyse
step for some projects.
- Busby style metrics for visualising single-file bottlenecks.
- Optional two-stage compilation.
- A potential optimisation to deal with single-file bottlenecks, as described in Busby.
- Improved documentation.
- Improved confidence through testing.
- Fortran call analysis doesn't detect calls on a single-line if statement.
- Future Release
- vn1.0 Release, March 2023
- 0.11 Beta Release, Jan 2023
- 0.10 Beta Release, Oct 2022
- 0.9 Alpha Release, June 2022
- Phase 2
- Phase 3
- Phase 4
- Repository Management
- Development Process
- Development Environment
- Releasing Fab
- Coding Conventions
- Glossary
- Concerning the Database
- Unit Test Coverage
- Issues With the System Testing Framework