Csaba Györgyi

Results 4 issues of Csaba Györgyi

The [new PSA-eBPF backend](https://github.com/p4lang/p4c/tree/main/backends/ebpf/psa) doesn't support parser metadata correctly. When I try to use the metadata with the type of `psa_ingress_parser_input_metadata_t`, I get an error message from the clang compiler....

bug

Hi! I am a newcomer. This PR fixes issue #404 . Parent tag's task count was not updated when adding/removing children tags to them. The problem is solved by overriding...

bug

There are multiple regular expressions in the source code related to tags. Unfortunately, they have a different idea about valid tag names: 1. [GTG/core/tasks.py](https://github.com/getting-things-gnome/gtg/blob/784fa838f4c4e3eb10ad75b01d38a245e4659840/GTG/core/tasks.py#L46): `TAG_REGEX = re.compile(r'^\B\@\w+(\-\w+)*\,*')` 2. [GTG/gtk/editor/taskview.py](https://github.com/getting-things-gnome/gtg/blob/784fa838f4c4e3eb10ad75b01d38a245e4659840/GTG/gtk/editor/taskview.py#L46): `TAG_REGEX...

The changes are as follows: - use the `_Element`/`_ElementTree` class instead of the `Element`/`ElementTree` factory for typing, - expect `None` values returned by lxml, - other minor fixes. Two unresolved...