Skip to content

Commit

Permalink
Merge branch 'effectfully/build/post-split-stack-fix' of https://gith…
Browse files Browse the repository at this point in the history
…ub.com/effectfully/plutus-prototype into effectfully/builtin/make-KnownBuiltinType-its-own-thing
  • Loading branch information
effectfully committed Oct 23, 2021
2 parents f425222 + 5db9b76 commit 9e8a53b
Show file tree
Hide file tree
Showing 1,909 changed files with 725 additions and 334,792 deletions.
55 changes: 0 additions & 55 deletions .buildkite/deploy.sh

This file was deleted.

9 changes: 0 additions & 9 deletions .buildkite/pipeline.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .buildkite/plutus-starter-devcontainer-push.sh

This file was deleted.

15 changes: 9 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -6,13 +6,17 @@ labels: bug
assignees: ''

---
<!--
IMPORTANT
## Area
This repository used to contain the code for the Plutus Application Framework and Marlowe.
These have now *moved*:
[] *Plutus Foundation* Related to the GHC plugin, Haskell-to-Plutus compiler, on-chain code
[] *Plutus Application Framework* Related to the Plutus application backend (PAB), emulator, Plutus libraries
[] *Marlowe* Related to Marlowe
[] *Other* Any other topic (Playgrounds, etc.)
- [Plutus Application Framework](https://github.com/input-output-hk/plutus-apps)
- [Marlowe](https://github.com/input-output-hk/marlowe-cardano)
Please ensure that you make your issue in the appropriate repository!
-->

## Summary

Expand All @@ -39,7 +43,6 @@ A clear and concise description of what you expected to happen.
## Screenshots and attachments

- If applicable, add screenshots, config files and/or logs to help explain the problem.
- If the issue is related to the Plutus Playground, please include a link to a gist that reproduces the issue

## Additional context

Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Plutus Application Framework
url: https://github.com/input-output-hk/plutus-apps/issues
about: Please raise any Plutus Application Framework issues here (e.g. PAB and Plutus Playground)
- name: Marlowe
url: https://github.com/input-output-hk/marlowe-cardano/issues
about: Please raise any Marlowe issues here (e.g. Marlowe Playground)
14 changes: 9 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.md
Expand Up @@ -6,13 +6,17 @@ labels: enhancement
assignees: ''

---
<!--
IMPORTANT
## Area
This repository used to contain the code for the Plutus Application Framework and Marlowe.
These have now *moved*:
[] *Plutus Foundation* Related to the GHC plugin, Haskell-to-Plutus compiler, on-chain code
[] *Plutus Application Framework* Related to the Plutus application backend (PAB), emulator, Plutus libraries
[] *Marlowe* Related to Marlowe
[] *Other* Any other topic (Playgrounds, etc.)
- [Plutus Application Framework](https://github.com/input-output-hk/plutus-apps)
- [Marlowe](https://github.com/input-output-hk/marlowe-cardano)
Please ensure that you make your issue in the appropriate repository!
-->

## Describe the feature you'd like

Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/deploy.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/flakes-update.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -19,4 +19,4 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- uses: nixbuild/nix-quick-install-action@v7
- run: nix-build -A tests.nixpkgsFmt -A tests.purty -A tests.shellcheck -A tests.stylishHaskell --arg supportedSystems '[ builtins.currentSystem ]' --restrict-eval -I . --allowed-uris 'https://github.com/NixOS/nixpkgs https://github.com/input-output-hk https://github.com/NixOS/nixpkgs-channels' --option trusted-public-keys "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" --option substituters "https://hydra.iohk.io https://iohk.cachix.org https://cache.nixos.org/"
- run: nix-build -A tests.nixpkgsFmt -A tests.shellcheck -A tests.stylishHaskell --arg supportedSystems '[ builtins.currentSystem ]' --restrict-eval -I . --allowed-uris 'https://github.com/NixOS/nixpkgs https://github.com/input-output-hk https://github.com/NixOS/nixpkgs-channels' --option trusted-public-keys "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= iohk.cachix.org-1:DpRUyj7h7V830dp/i6Nti+NEO2/nhblbov/8MW7Rqoo= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" --option substituters "https://hydra.iohk.io https://iohk.cachix.org https://cache.nixos.org/"
125 changes: 0 additions & 125 deletions ARCHITECTURE.adoc

This file was deleted.

0 comments on commit 9e8a53b

Please sign in to comment.