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

Dbartol/rc/merge #3

Open
wants to merge 1,338 commits into
base: dbartol/rc/base
Choose a base branch
from
Open

Dbartol/rc/merge #3

wants to merge 1,338 commits into from

Conversation

dbartol
Copy link
Owner

@dbartol dbartol commented Oct 31, 2021

No description provided.

aibaars and others added 30 commits August 17, 2021 11:29
The base `PrintAstConfiguration` class already has a predicate for
filtering out desugared nodes - this change just makes use of it in the
query.

This fixes https://github.com/github/codeql-team/issues/408, which was
caused by including nodes representing the desugaring of

    a[b] = c

in the query output. This would result in multiple edges to the same
target node (one from the surface AST and another from the desugared
AST), which the VSCode AST viewer cannot handle.
Don't include desugared nodes in the printed AST
sync ReDoSUtil.qll with python/JS
Particularly, in tree-siter-embedded-template
Add a dependabot.yml file to trigger daily dependabot updates on the
four Rust projects in the codebase:

- `node_types`
- `generator`
- `extractor`
- `autobuilder`
Enable dependabot on the Rust projects
Bump tree-sitter versions to pick up parsing fixes
aibaars and others added 29 commits September 27, 2021 12:57
Remove unicode character from doc string
Use integer comparisons instead of strings when scanning ERB files
Remove unused columns from tokeninfo tables
…base

Strengthen the type of `SetterMethodCall`
More uses of `instanceof` in the external/internal AST layer
…esolution

Temporarily disable operation call resolution
Make sure the lgtm.com branch is an ancestor of rc/3.3
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.