Skip to content

Release 1.0#11

Merged
wizard7377 merged 5 commits intomasterfrom
dev
Mar 30, 2026
Merged

Release 1.0#11
wizard7377 merged 5 commits intomasterfrom
dev

Conversation

@wizard7377
Copy link
Copy Markdown
Owner

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

  • Added .github/workflows/build.yml to automate building and testing across multiple OCaml versions and operating systems using GitHub Actions.
  • Added .github/workflows/warnings.yml for strict compiler warning enforcement, treating most warnings as errors and summarizing them in CI logs.

Documentation and Contribution Guidelines

  • Added BUILD.md with detailed instructions for setting up, building, testing, and troubleshooting the project locally.
  • Added CONTRIBUTING.md outlining contribution guidelines and referencing the style guide.
  • Added STYLE.md specifying naming, formatting, and documentation conventions for OCaml code in the repository.

Project Organization and Goals

  • Added .gitmodules to manage basis and twelf as submodules, clarifying external dependencies.
  • Updated README.md to reflect completed and new goals, added links to new documentation, and corrected references to the Twelf source.

Build System and Legacy Cleanup

  • Updated Makefile to streamline build, test, format, and install targets, integrating with dune and opam.
  • Removed obsolete FUTURE.typ, legacy TODO, and updated project goals to reflect current plans. [1] [2]

These changes collectively improve the project's maintainability, developer onboarding, and CI reliability.

@wizard7377 wizard7377 added this to the Core functionality milestone Mar 30, 2026
@wizard7377 wizard7377 merged commit 6612bd2 into master Mar 30, 2026
0 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant