From 01256f31d0b9730209449b06586e13c6a3fda9bc Mon Sep 17 00:00:00 2001 From: Elifarley <519940+elifarley@users.noreply.github.com> Date: Tue, 19 Nov 2024 02:20:09 -0300 Subject: [PATCH 1/3] Github action for PRs --- .github/workflows/test.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..94aacfa --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,26 @@ +name: Tests + +on: + pull_request: + branches: [ main ] + +jobs: + test: + runs-on: ubuntu-latest + strategy: + matrix: + python-version: ['3.12'] + + steps: + - uses: actions/checkout@v3 + + - name: Set up Python ${{ matrix.python-version }} + uses: actions/setup-python@v4 + with: + python-version: ${{ matrix.python-version }} + + - name: Install dependencies and run tests + run: | + python -m pip install --upgrade pip + pip install pytest pytest-cov + make ci From e102ca800a863265c366e93f6d4e3b28bbe86e1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 02:26:34 -0300 Subject: [PATCH 2/3] Update tree-sitter requirement from <0.22 to ==0.21.3 in the python-packages group (#4) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 479924b..0257c7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "grep-ast==0.3.3", # https://github.com/tree-sitter/py-tree-sitter/issues/303 # https://github.com/grantjenks/py-tree-sitter-languages/issues/64 - "tree-sitter<0.22", # 0.22 breaks tree-sitter-languages + "tree-sitter==0.21.3", # 0.22 breaks tree-sitter-languages "tree-sitter-languages==1.10.2", ] requires-python = ">=3.11" From 6ee6fa136ff39950d30844104068113e43f80512 Mon Sep 17 00:00:00 2001 From: Elifarley <519940+elifarley@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:14:20 -0300 Subject: [PATCH 3/3] cedarscript-ast-parser>=0.5.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0257c7c..16248f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] keywords = ["cedarscript", "code-editing", "refactoring", "code-analysis", "sql-like", "ai-assisted-development"] dependencies = [ - "cedarscript-ast-parser>=0.5.6", + "cedarscript-ast-parser>=0.5.8", "grep-ast==0.3.3", # https://github.com/tree-sitter/py-tree-sitter/issues/303 # https://github.com/grantjenks/py-tree-sitter-languages/issues/64
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: