Skip to content

Commit 2c0ff56

Browse files
authored
Merge pull request #6617 from IntersectMBO/jutaro/remove_resources
Remove local trace-resources package
2 parents 83353dd + 86ac3bf commit 2c0ff56

25 files changed

Lines changed: 1 addition & 1535 deletions

.github/workflows/stylish-haskell.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
cardano-tracer
3939
trace-dispatcher
4040
trace-forward
41-
trace-resources
4241
4342
steps:
4443
- name: Download stylish-haskell

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
Changelogs for components can be found as follows:
44

5-
- [trace-resources](https://github.com/IntersectMBO/cardano-node/blob/master/trace-resources/CHANGELOG.md)
65
- [cardano-testnet](https://github.com/IntersectMBO/cardano-node/blob/master/cardano-testnet/CHANGELOG.md)
76
- [cardano-submit-api](https://github.com/IntersectMBO/cardano-node/blob/master/cardano-submit-api/CHANGELOG.md)
87
- [trace-forward](https://github.com/IntersectMBO/cardano-node/blob/master/trace-forward/CHANGELOG.md)

CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
bench/ @intersectmbo/performance-and-tracing
1010
nix/workbench/ @intersectmbo/performance-and-tracing
1111
trace-forward/ @intersectmbo/performance-and-tracing
12-
trace-resources/ @intersectmbo/performance-and-tracing
1312
Makefile @intersectmbo/performance-and-tracing
1413
*.mk @intersectmbo/performance-and-tracing
1514

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ Without further ado (**NOTE**: *the order of steps is important!*):
212212
``` console
213213
packages:
214214
...
215-
trace-resources
216215
trace-forward
217216
../ouroboros-consensus/ouroboros-consensus-protocol
218217
../ouroboros-consensus/ouroboros-consensus-cardano

bench/trace-schemas/scripts/schema-gen/GhciSchemaGen.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ rootDirs =
5656
, "../ouroboros-consensus/ouroboros-consensus-cardano/src"
5757
, "../hermod-tracing/trace-dispatcher/src"
5858
, "trace-forward/src"
59-
, "trace-resources/src"
6059
]
6160

6261
type ConstructorName = String

bench/trace-schemas/scripts/schema-gen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Additional checks:
3131
## High-level flow
3232

3333
1. **Find relevant Haskell files**
34-
- Scans `cardano-node/src`, `cardano-submit-api/src`, `cardano-tracer/src`, `trace-forward/src`, `trace-resources/src`, and several tracing-related directories in `ouroboros-network`, `ouroboros-consensus`, and `hermod-tracing`.
34+
- Scans `cardano-node/src`, `cardano-submit-api/src`, `cardano-tracer/src`, `trace-forward/src`, and several tracing-related directories in `ouroboros-network`, `ouroboros-consensus`, and `hermod-tracing`.
3535
- Warns when any configured source directory is missing, instead of silently ignoring it.
3636
- Keeps only `.hs` files that contain `forMachine` or `namespaceFor`.
3737

cabal.project

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ packages:
4848
bench/tx-generator
4949
bench/cardano-timeseries-io
5050
bench/trace-schemas/scripts/schema-gen
51-
trace-resources
5251
trace-forward
5352

5453
-- Needed when cross compiling

trace-resources/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

trace-resources/CHANGELOG.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

trace-resources/LICENSE

Lines changed: 0 additions & 177 deletions
This file was deleted.

0 commit comments

Comments
 (0)