2025-01-28 10:26:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 28 09:15:06 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.24.0
|
|
|
|
* Additions:
|
|
|
|
- Language.copy()
|
|
|
|
- Language.node_kind_is_supertype(id)
|
|
|
|
- Language.__copy__()
|
|
|
|
- LogType (enum)
|
|
|
|
- Node.child_with_descendant(descendant)
|
|
|
|
- Node.field_name_for_named_child(descendant)
|
|
|
|
- Parser.print_dot_graphs(file)
|
|
|
|
- Parser.logger (getter + setter)
|
|
|
|
- Tree.copy()
|
|
|
|
- Tree.print_dot_graph(file)
|
|
|
|
- Tree.__copy__()
|
|
|
|
* Deprecations:
|
|
|
|
- Language(ptr: int)
|
|
|
|
- Node.child_containing_descendant(descendant):
|
|
|
|
use Node.child_with_descendant(descendant)
|
|
|
|
|
2024-12-03 13:46:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 3 13:45:51 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
|
|
|
|
- It is really not possible to run the test suite right now. Make
|
|
|
|
a note about it.
|
|
|
|
|
2024-12-03 12:53:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 2 18:51:29 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
|
|
|
|
|
|
|
- new package python-tree-sitter, optional runtime dependency of
|
|
|
|
and required by tests in python-textual
|