Skip to content

Commit

Permalink
Merge pull request #647 from binpash/future
Browse files Browse the repository at this point in the history
PaSh version 0.11
  • Loading branch information
angelhof authored Feb 22, 2023
2 parents 277bfa2 + 9e56d53 commit 1c16dad
Show file tree
Hide file tree
Showing 231 changed files with 2,491 additions and 11,916 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- runtime/**
- evaluation/**
- annotations/**
- scripts/**
push:
branches:
- main
Expand All @@ -17,6 +18,7 @@ on:
- runtime/**
- evaluation/**
- annotations/**
- scripts/**

# Jobs section
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/posix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- runtime/**
- evaluation/**
- annotations/**
- scripts/**
jobs:
issue-jobs:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- runtime/**
- evaluation/**
- annotations/**
- scripts/**
push:
branches:
- main
Expand All @@ -17,6 +18,7 @@ on:
- runtime/**
- evaluation/**
- annotations/**
- scripts/**

# Jobs section
jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tight-loop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- runtime/**
- evaluation/**
- annotations/**
- scripts/**

pull_request_target:
types: [assigned, opened, synchronize, reopened, ready_for_review]
Expand All @@ -19,6 +20,7 @@ on:
- runtime/**
- evaluation/**
- annotations/**
- scripts/**

# Jobs section
jobs:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ For more details, manual installation, or other platforms see [installation inst

This repo hosts the core `pash` development. The structure is as follows:

* [annotations](./annotations/): DSL characterizing commands, parallelizability study, and associated annotations.
* [compiler](./compiler): Shell-dataflow translations and associated parallelization transformations.
* [docs](./docs): Design documents, tutorials, installation instructions, etc.
* [evaluation](./evaluation): Shell pipelines and example [scripts](./evaluation/other/more-scripts) used for the evaluation.
Expand Down
222 changes: 0 additions & 222 deletions annotations/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions annotations/alt_bigram_aux_reduce.json

This file was deleted.

17 changes: 0 additions & 17 deletions annotations/alt_bigrams_aux.json

This file was deleted.

12 changes: 0 additions & 12 deletions annotations/auto-split.json

This file was deleted.

12 changes: 0 additions & 12 deletions annotations/awk.json

This file was deleted.

12 changes: 0 additions & 12 deletions annotations/bc.json

This file was deleted.

12 changes: 0 additions & 12 deletions annotations/bigram_aux_map.json

This file was deleted.

12 changes: 0 additions & 12 deletions annotations/bigram_aux_reduce.json

This file was deleted.

Loading

0 comments on commit 1c16dad

Please sign in to comment.