Merged
Conversation
added submodules, fixed issues with basis, as well as approximation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces foundational improvements to the STELF project, focusing on developer experience, build and test automation, documentation, and codebase organization. It adds comprehensive CI workflows, developer and style documentation, updates project goals, and cleans up legacy files. These changes lay the groundwork for easier contributions and more reliable builds.
Continuous Integration and Quality Assurance
.github/workflows/build.ymlto automate building and testing across multiple OCaml versions and operating systems using GitHub Actions..github/workflows/warnings.ymlfor strict compiler warning enforcement, treating most warnings as errors and summarizing them in CI logs.Documentation and Contribution Guidelines
BUILD.mdwith detailed instructions for setting up, building, testing, and troubleshooting the project locally.CONTRIBUTING.mdoutlining contribution guidelines and referencing the style guide.STYLE.mdspecifying naming, formatting, and documentation conventions for OCaml code in the repository.Project Organization and Goals
.gitmodulesto managebasisandtwelfas submodules, clarifying external dependencies.README.mdto reflect completed and new goals, added links to new documentation, and corrected references to the Twelf source.Build System and Legacy Cleanup
Makefileto streamline build, test, format, and install targets, integrating with dune and opam.FUTURE.typ, legacyTODO, and updated project goals to reflect current plans. [1] [2]These changes collectively improve the project's maintainability, developer onboarding, and CI reliability.