Skip to content

Commit 4780ff5

Browse files
authored
Merge pull request #832 from crytic/dev-ast-tests
Improve AST parsing tests + add 0.8
2 parents fa04fb6 + 367a1de commit 4780ff5

File tree

5,594 files changed

+5051
-424
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,594 files changed

+5051
-424
lines changed

.github/workflows/parser.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ jobs:
3535
3636
git clone https://github.com/crytic/solc-select.git
3737
cd solc-select
38-
git checkout 857d6fa883d9283454be1cb2d869a8f9962b27b8
38+
git checkout 119dd05f58341811cb02b546f25269a7e8a10875
39+
python setup.py install
40+
solc-select install all
41+
solc-select use 0.8.0
3942
cd ..
40-
./solc-select/scripts/install.sh
41-
export PATH=/home/runner/.solc-select:$PATH
42-
echo "export PATH=/home/runner/.solc-select:$PATH" >> ~/.bashrc
43-
solc use 0.7.3
4443
4544
- name: Test with pytest
4645
run: |

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
966 Bytes
Binary file not shown.
967 Bytes
Binary file not shown.
1020 Bytes
Binary file not shown.
1022 Bytes
Binary file not shown.
1.13 KB
Binary file not shown.
1.12 KB
Binary file not shown.
1.13 KB
Binary file not shown.
1.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)