Skip to content

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Release v2.7.8

New Linting Rules

This release adds five new linting rules inspired by the mallet project:

Error Level

  • wrong-otherwise - Detects otherwise or t clauses in ecase/etypecase forms, which defeats their exhaustiveness checking guarantees

Warning Level

  • unused-local-function - Identifies unused functions in flet and labels forms

    • Correctly handles shadowing in nested bindings
    • Respects declare ignore/ignorable declarations
    • Supports underscore naming convention for intentionally unused functions
    • Distinguishes between flet (no mutual recursion) and labels (mutual recursion allowed)
  • missing-otherwise - Warns when case or typecase forms lack an otherwise clause, or suggests using otherwise instead of t for better
    convention

Convention Level

  • asdf-component-strings - Enforces ASDF best practice of using strings instead of symbols for system names and dependencies in .asd files

  • bare-progn-in-if - Suggests using cond when if has bare progn in then/else branches for improved readability

Improvements

  • Fixed ASDF system definition to use "ocicl" (string) instead of #:ocicl (symbol), following ASDF best practices
  • Applied new linting rules to improve code quality in ocicl.lisp and lint/parsing.lisp

Credits

Special thanks to the mallet project for rule inspiration and design patterns.

View the full release notes at https://github.com/ocicl/ocicl/releases/tag/v2.7.8.


@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Oct 15, 2025
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Oct 15, 2025
@BrewTestBot BrewTestBot enabled auto-merge October 15, 2025 06:05
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 15, 2025
Merged via the queue into main with commit 27e918d Oct 15, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-ocicl-2.7.8 branch October 15, 2025 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants