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

feat: loggers and dot graphs #305

Merged
merged 3 commits into from
Nov 14, 2024
Merged

feat: loggers and dot graphs #305

merged 3 commits into from
Nov 14, 2024

Conversation

ObserverOfTime
Copy link
Member

@ObserverOfTime ObserverOfTime commented Oct 17, 2024

Additions:

  • Language.copy()
  • Language.node_kind_is_supertype(int)
  • Language.__copy__()
  • LogType (enum)
  • Node.child_with_descendant(Node)
  • Node.field_name_for_named_child(int)
  • Parser.print_dot_graphs(TextIO | None)
  • Parser.logger (getter + setter) - closes Parser logging is not mapped #264
  • Tree.copy()
  • Tree.print_dot_graph(TextIO)
  • Tree.__copy__()

Deprecations:

  • Language(int) (updated parser bindings return capsules)
  • Node.child_containing_descendant(Node) (use child_with_descendant)

Internals:

  • Drop support for Python 3.9.
  • Disable musl aarch64 wheels.

@ObserverOfTime
Copy link
Member Author

I don't understand why the process exits with 1 on Windows despite all the tests succeeding.

and musl linux aarch64 wheels
- Language.copy
- Language.node_kind_is_supertype
- Node.child_with_descendant
- Node.field_name_for_named_child
- Parser.logger
- Parser.print_dot_graphs
- Tree.copy
- Tree.print_dot_graph
@ObserverOfTime ObserverOfTime merged commit b96c207 into master Nov 14, 2024
8 of 12 checks passed
@ObserverOfTime ObserverOfTime deleted the 0.24 branch November 14, 2024 07:30
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.

Parser logging is not mapped
1 participant