Skip to content

Commit

Permalink
Remove broken and unused package singer-pro (#314)
Browse files Browse the repository at this point in the history
Fixes #313

Commit 0a40721 from
#89 broke `singer-pro`. At least
judging by whether `cargo check` succeeds. It even has a commit about
that [temporarily exclude singer-pro from default workspace
members](5ec37ec).

Please restore `singer-pro` from the git history, if/when you need it
again.

Also remove `singer/examples/add-v2-old-sc-bak.rs` which was broken by
the same commit. The filename suggests it was kept around as a 'backup'?
(Please, have some more faith in git's ability to keep history!)
  • Loading branch information
matthiasgoergens authored Oct 14, 2024
1 parent 7e0f194 commit 9692b85
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 3,514 deletions.
21 changes: 0 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ members = [
"multilinear_extensions",
"simple-frontend",
"singer",
"singer-pro",
"singer-utils",
"sumcheck",
"transcript",
Expand Down
2 changes: 0 additions & 2 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ args = [
"--workspace",
"--exclude",
"ceno_rt",
"--exclude",
"singer-pro",
]

[tasks.fmt-all-check]
Expand Down
27 changes: 0 additions & 27 deletions singer-pro/Cargo.toml

This file was deleted.

69 changes: 0 additions & 69 deletions singer-pro/examples/simple.rs

This file was deleted.

Loading

0 comments on commit 9692b85

Please sign in to comment.