Skip to content

Bison mode for cql.y; fixes warning about unused yynerrs - #206

Merged
adamdickmeiss merged 2 commits into
masterfrom
bison-mode-for-cql-y
Sep 15, 2026
Merged

adamdickmeiss merged 2 commits into
masterfrom
bison-mode-for-cql-y

Conversation

@adamdickmeiss

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

No unresolved blocking issues were identified.

Pull request overview

Updates CQL parser generation to use native Bison mode and suppress the unused yynerrs warning.

Changes:

  • Removes legacy -y usage.
  • Configures Automake’s Bison output handling.
  • Requires Bison 2.4+ and references yynerrs.
File summaries
File Description
win/makefile Updates Windows Bison invocation.
src/Makefile.am Adjusts Automake parser output flags.
src/cql.y Requires Bison 2.4 and suppresses the warning.
configure.ac Detects Bison without legacy flags.
Review details
  • Files reviewed: 4/4 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@adamdickmeiss
adamdickmeiss requested a lite review from Copilot and removed request for Copilot September 15, 2026 08:45
@adamdickmeiss
adamdickmeiss merged commit d17a44f into master Sep 15, 2026
6 checks passed
@adamdickmeiss
adamdickmeiss deleted the bison-mode-for-cql-y branch September 15, 2026 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants