Skip to content

Commit

Permalink
Change jython3 to get the fix for decorators without parentheses (#87)
Browse files Browse the repository at this point in the history
Changing `jython3` version to [ponder-lab's version](https://github.com/ponder-lab/jython3) to access the changes made to the grammar file that fixes the issues with decorators with no parenthesis.
  • Loading branch information
tatianacv authored Aug 30, 2023
1 parent 7aaa4dc commit 15a5341
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
cache: maven
- name: Checkout wala/IDE sources.
run: git clone --depth=1 https://github.com/wala/IDE ${{ runner.temp }}/IDE
- name: Checkout juliandolby/jython3 sources.
run: git clone --depth=1 https://github.com/juliandolby/jython3.git ${{ runner.temp }}/jython3
- name: Checkout ponder-lab/jython3 sources.
run: git clone --depth=1 https://github.com/ponder-lab/jython3.git ${{ runner.temp }}/jython3
- name: Install Jython3.
run: |
pushd ${{ runner.temp }}/jython3
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: java
jdk: openjdk11
before_install:
- git clone --depth=50 https://github.com/wala/IDE /tmp/IDE
- git clone https://github.com/juliandolby/jython3.git /tmp/jython3
- git clone https://github.com/ponder-lab/jython3.git /tmp/jython3
install:
- pushd /tmp/jython3
- ant
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

You must install the `jython-dev.jar` to your local maven repository.

1. Clone the Jython 3 Git repo: `git clone https://github.com/juliandolby/jython3.git`.
1. Clone the Jython 3 Git repo: `git clone https://github.com/ponder-lab/jython3.git`.
1. Change directory to the cloned local Git repo: `cd jython3`.
1. Build Jython 3: `ant`. That will produce the file `jython3/dist/jython-dev.jar`.
1. Install the `jython-dev.jar` into your local maven repo (see [this post][SO post]):
Expand Down

0 comments on commit 15a5341

Please sign in to comment.