Skip to content

Commit 5981353

Browse files
authored
Merge pull request #798 from IntersectMBO/jdral/move-bloomfilter-blocked
Move `bloomfilter-blocked` to its own repo
2 parents 4b19045 + 66ac151 commit 5981353

33 files changed

+7
-11725
lines changed

.github/actions/print-cpu-info/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ runs:
1111
run: cat /proc/cpuinfo
1212
shell: sh
1313

14-
- if: ${{ runner.os == 'Windows' }}
14+
# TODO: wmic is no longer available by default on Windows, it seems. We should replace it.
15+
- if: ${{ runner.os == 'Windows' && false }}
1516
run: wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, status
1617
shell: cmd

.github/workflows/check-release-builds.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
tags:
66
- blockio-*
7-
- bloomfilter-blocked-*
87
- lsm-tree-*
98

109
concurrency:
@@ -50,7 +49,7 @@ jobs:
5049

5150
env:
5251
tag-name: ${{ github.ref_name }}
53-
release-build-target: ${{ startsWith(github.ref_name, 'blockio') && './blockio/blockio.cabal' || startsWith(github.ref_name, 'bloomfilter-blocked') && './bloomfilter-blocked/bloomfilter-blocked.cabal' || startsWith(github.ref_name, 'lsm-tree') && './lsm-tree/lsm-tree.cabal' }}
52+
release-build-target: ${{ startsWith(github.ref_name, 'blockio') && './blockio/blockio.cabal' || startsWith(github.ref_name, 'lsm-tree') && './lsm-tree/lsm-tree.cabal' }}
5453

5554
steps:
5655
- name: 🗄️ Print release build target

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# lsm-tree
22

33
[![Hackage: lsm-tree](https://img.shields.io/hackage/v/lsm-tree?label=Hackage:%20lsm-tree)](https://hackage.haskell.org/package/lsm-tree)
4-
[![Hackage: bloomfilter-blocked](https://img.shields.io/hackage/v/bloomfilter-blocked?label=Hackage:%20bloomfilter-blocked)](https://hackage.haskell.org/package/bloomfilter-blocked)
54
[![Hackage: blockio](https://img.shields.io/hackage/v/blockio?label=Hackage:%20blockio)](https://hackage.haskell.org/package/blockio)
65
[![Build](https://img.shields.io/github/actions/workflow/status/IntersectMBO/lsm-tree/ci.yml?label=Build)](https://github.com/IntersectMBO/lsm-tree/actions/workflows/ci.yml)
76
[![Haddocks](https://img.shields.io/badge/documentation-Haddocks-purple)](https://IntersectMBO.github.io/lsm-tree/)
87

9-
The [`lsm-tree`](./lsm-tree/README.md) package and its daughter packages
10-
[`blockio`](./blockio/README.md) and [`bloomfilter-blocked`](./bloomfilter-blocked/README.md) have
11-
been developed by Well-Typed LLP on behalf of the Cardano Development Foundation
12-
and Intersect. A [project report] and [integration notes] are available.
8+
The [`lsm-tree`](./lsm-tree/README.md) package and its daughter package
9+
[`blockio`](./blockio/README.md) have been developed by Well-Typed LLP on behalf
10+
of the Cardano Development Foundation and Intersect. A [project report] and
11+
[integration notes] are available.
1312

1413
[project report]: https://github.com/IntersectMBO/lsm-tree/blob/main/doc/final-report/final-report.pdf
1514
[integration notes]: https://github.com/IntersectMBO/lsm-tree/blob/main/doc/final-report/integration-notes.pdf

bloomfilter-blocked/CHANGELOG.md

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

bloomfilter-blocked/LICENSE

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

bloomfilter-blocked/NOTICE

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

bloomfilter-blocked/README.md

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

0 commit comments

Comments
 (0)