-
Notifications
You must be signed in to change notification settings - Fork 32
Developer Guide
Dave Nicolette edited this page Feb 12, 2021
·
49 revisions
This document was last updated on February 11, 2021.
This information is for developers who want to contribute to the project.
- Don't introduce regressions.
- Don't introduce regressions.
- Don't introduce regressions.
- Try to keep test suite syntax intuitive for Cobol programmers.
- All executable test cases must be passing before a pull request is accepted.
- Documentation on the project wiki must be updated to correspond with the changes you make to the code.
- Don't introduce regressions.
- General
- Standards and Guidelines
- Tools and Build Notes
- Development Platforms
- Platform-specific Information
- Problems and Fixes
- Problems
- FreeBSD 12 pipefail issue <- not fixed in FreeBSD 13 ALPHA
- FreeBSD 12 IntelliJ IDEA issue
- Fixes
- Eclipse IDE: Enable Preview Features
- IntelliJ IDEA: Change the JDK Version
- Jacoco Issues <- jacoco agent 0.8.7 not in standard repo
- SonarQube Conflict with JDK15 preview features
- SonarQube runs out of metaspace on Ubuntu Linux
- VSCode: Enable Preview Features <- tool appears to ignore settings
- Problems