Jørgen Cederberg

Results 48 comments of Jørgen Cederberg

@watermarkhu Two comments to https://github.com/watermarkhu/textmate-grammar-python: * Requirement for Python 3.11 is hard for `sphinxcontrib-matlabdomain`. I still support version 3.9. * Requirement for PyYAML >=7 is in conflict with `conan` version...

Hi. It was definitely stalled. I have had zero time to work on this project unfortunately. This week, I'll give it a shot. The most difficult issue to solve is...

> If you want a starting point re: classes, I have now gotten most of a classdef parser written here https://github.com/apozharski/matlabdomain/blob/only-enums/sphinxcontrib/textmate_parser.py including argument blocks. > > I am happy to...

@apozharski regarding priority of docstrings, they are as follows: * properties, enums, (events): Comments before the property have higher precedence, than a trailing comment. However, there cannot be empty lines...

@apozharski I ran into an issue with class attributes and created an issue https://github.com/watermarkhu/textmate-grammar-python/issues/67. In the current parsing of classdef / method / property attributes I reuse the same method:...

Hi @apozharski, thank you very much for looking into this. Taking the time and effort. Much appreciated! I'm away from a computer at the moment, but will get back to...

hi @apozharski - I'm back now! Did you have any time to work on using tree-sitter-matlab and would you try to make a pull request? The most important thing for...

Thanks for the suggestion. Sounds like something that should be ok easy to add.

Can you provide steps to reproduce this? I.e which Python version, which OS, etc.

Thanks for the extra information. It seems to be Python 3.6 that was the issue, in [this branch](https://github.com/sphinx-contrib/matlabdomain/tree/update-setuptools-scm) I removed the `setuptools_scm` restriction, at the expense of Python 3.6 compatibility....