Skip to content

Commit

Permalink
Merge branch 'master' into remove_blank_lines_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrt authored Aug 22, 2024
2 parents 11ef557 + c67dc55 commit 0ba41b6
Show file tree
Hide file tree
Showing 216 changed files with 180 additions and 40,781 deletions.
3 changes: 0 additions & 3 deletions .github/filters.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/README.md

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/deploy_docs.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/detect_changes.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/legacy.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/polyglot_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ on:
env:
CARGO_TERM_COLOR: always
jobs:
detect:
uses: ./.github/workflows/detect_changes.yml

build_and_test:
name: Polyglot Piranha Build
runs-on: ubuntu-latest
needs: detect
steps:
- name: Checkout Piranha sources
uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/polyglot_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
pip install --upgrade maturin
- name: Setup rustup target linux-arm
if: ${{ matrix.target == 'linux-arm' }}
# g++ is needed for tree-sitter YAML dependency
run: |
sudo apt-get update
sudo apt-get install gcc-aarch64-linux-gnu
sudo apt-get install g++-aarch64-linux-gnu
rustup target add aarch64-unknown-linux-gnu
mkdir -p .cargo
touch .cargo/config.toml
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/skip_legacy.yml

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.3.26
-------------

* Support for YAML structural find/replace

Version 0.3.25
-------------

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Uber Technologies Inc."]
name = "piranha"
description = "Polyglot Piranha is a library for performing structural find and replace with deep cleanup."
version = "0.3.25"
version = "0.3.26"
edition = "2021"
include = ["pyproject.toml", "src/"]
exclude = ["legacy"]
Expand Down
Loading

0 comments on commit 0ba41b6

Please sign in to comment.