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

Ci: Test on Sphinx 8 / Dev. #259

Merged
merged 2 commits into from
Jul 24, 2024
Merged

Ci: Test on Sphinx 8 / Dev. #259

merged 2 commits into from
Jul 24, 2024

Conversation

joeced
Copy link
Collaborator

@joeced joeced commented Jul 24, 2024

As per sphinx-doc/sphinx#12629 Sphinx 8 is coming out soon.
Updated testing to work with dev. version, the up-coming version 8.

@joeced joeced merged commit 8b5e683 into master Jul 24, 2024
56 checks passed
apozharski pushed a commit to apozharski/matlabdomain that referenced this pull request Aug 15, 2024
* CI: Testing for latest Sphinx (8.0)

* CI: Fix helper class version checking.
apozharski pushed a commit to apozharski/matlabdomain that referenced this pull request Sep 5, 2024
* CI: Testing for latest Sphinx (8.0)

* CI: Fix helper class version checking.
apozharski pushed a commit to apozharski/matlabdomain that referenced this pull request Sep 5, 2024
* CI: Testing for latest Sphinx (8.0)

* CI: Fix helper class version checking.
apozharski pushed a commit to apozharski/matlabdomain that referenced this pull request Sep 5, 2024
* CI: Testing for latest Sphinx (8.0)

* CI: Fix helper class version checking.
apozharski added a commit that referenced this pull request Sep 18, 2024
* [WIP] Work on writing a parser using the textmate grammar backend.   (#253)

* Actually not only enums, quick and dirty start to using textmate parser

* a little more boilerplate

* property validator parsing

* working function parsing without docstrings yet

* start enum work

* some enum parsing

* working parsing for enumeration comments

* add handling for block comments to enums

* backport enum docstring parsing to properties

* remove vestigial file

* minor fixes + black

* Hack for object hierarchy

* Initial hack to get enumerations to work

* better classdef parsing including changes to MATLAB-language-grammar prs #86, #88, and #90

* parse function docstring

* extract function parser

* initial work

* finish integrating mat_textmate_parser with mat_types

* [skip-ci] some minor changes

* initial work on a tree sitter based parser

* nearly finished with tree-sitter implementation

* everything but events working

* working events

* exit early if query returns for block with no elements

* integrating tree-sitter parser into mat_types

* fixing default value parsing

* some test fixes and requires tree-sitter

* rm textmate parser on this branch

* also install tree-sitter

* bump required tree-sitter

* tree-sitter version bump

* dealing with tree-sitter version diffs to maintain py 3.8 compatibility

* ML_LANG versions

* a better attributes query

* Ci: Test on Sphinx 8 / Dev. (#259)

* CI: Testing for latest Sphinx (8.0)

* CI: Fix helper class version checking.

* Fixing nearly all tests in test_parse_mfile

* fix a _lot_ of autodoc

* temporarily point to tree-sitter-matlab branch on apozharski fork

* fix old property syntax + update tests

* fixing test_autodoc and test_matlabify, only comment and line continuation issues remain

* fixing the last of the tests

* remove dead code

* address PR comments made by @joeced

* fix

* lint

* fix typo in __all__

* remove Pygments dependencies

* py-tree-sitter v0.23.0 has a breaking change for Query.match()

* remove duplicat entry in yaml

* fix spec printing

* minor fixes for arg block parsing and a test

* fix bug regarding output block argument parsing and add test

* remove print and fix test_matlabify

* remove textmate from dev-reqs

* fix typo

---------

Co-authored-by: Jørgen Cederberg <[email protected]>
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.

1 participant