Skip to content

[lemon-parser-generator] update to 3.53.4 - #53244

Draft
toge (toge) wants to merge 3 commits into
microsoft:masterfrom
toge:lemon-parser-generator-3.53.4
Draft

[lemon-parser-generator] update to 3.53.4#53244
toge (toge) wants to merge 3 commits into
microsoft:masterfrom
toge:lemon-parser-generator-3.53.4

Conversation

@toge

Copy link
Copy Markdown
Contributor
  • Changes comply with the maintainer guide.
  • SHA512s are updated for each updated download.
  • The "supports" clause reflects platforms that may be fixed by this new version, or no changes were necessary.
  • Any fixed CI baseline and CI feature baseline entries are removed from that file, or no entries needed to be changed.
  • All patch files in the port are applied and succeed.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Exactly one version is added in each modified versions file.

https://github.com/sqlite/sqlite/releases/tag/version-3.53.4

lemon-parser-generator is a part of sqlite.

)
file(COPY "${LEMPAR}" DESTINATION "${CURRENT_PACKAGES_DIR}/tools/lemon")
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

It is almost certain that it should not be EMPTY_PACKAGE and we should use more targeted suppressions.

vcpkg_download_distfile(SOURCE_FILE
URLS "https://github.com/sqlite/sqlite/raw/version-${SQLITE_VERSION}/tool/lemon.c"
FILENAME "lemon.c"
SHA512 "e9cca77d45a3be55fc958be69a30730dcbd39ba5c85c4c6c6c9eb6988c5cae9d14607be214ce57c11c73a6ffd4005784fb4d046d78f50e348ffa7ea6392ee03a"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

These SHAs were not updated so we didn't actually test the update.

@BillyONeal
Billy O'Neal (BillyONeal) marked this pull request as draft August 5, 2026 23:25
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.

2 participants