Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Update tree-sitter-bitbake #304

Conversation

idillon-sfl
Copy link
Member

@idillon-sfl idillon-sfl commented Aug 2, 2024

The new version fixes shell variable expansions outside of strings:

foo() {
  echo ${bar}
}

Note the commit that fixes the issue on the tree-sitter-bitbake's branch claims to fix the opposite (variable expansions inside of strings outside of strings). That's because I deleted a commit that "inverted" the issue. The new solution makes sure it works in both cases, and several tests have been added to prevent eventual regressions.

@idillon-sfl idillon-sfl merged commit 1992f6b into yoctoproject:staging Aug 6, 2024
5 checks passed
@idillon-sfl idillon-sfl deleted the Bug-15350-fix-shell-variable-expansions-out-of-string branch August 6, 2024 13:21
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