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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

feat: loggers and dot graphs #305

wants to merge 3 commits into from

Conversation

ObserverOfTime
Copy link
Member

Additions:

  • Language.copy()
  • Language.node_kind_is_supertype(int)
  • Language.__copy__()
  • LogType (enum)
  • 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)

Internals:

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

and musl linux aarch64 wheels
@ObserverOfTime
Copy link
Member Author

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

- 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
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