Skip to content

Commit

Permalink
rioterm-beta has been merged into rioterm
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 19, 2024
1 parent 8bec894 commit de39744
Show file tree
Hide file tree
Showing 64 changed files with 343 additions and 3,873 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/test-beta.yml

This file was deleted.

98 changes: 9 additions & 89 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ members = [
"rio-proc-macros",
"rio-backend",
"wa",
"frontends/rioterm",
"frontends/rioterm-beta"
"frontends/rioterm"
]
resolver = "2"

Expand Down
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ run:
dev:
cargo run -p rioterm

dev-beta:
cargo run -p rioterm-beta

run-wasm:
cargo build -p rioterm --target wasm32-unknown-unknown --lib
cd rio-wasm && make run
Expand Down Expand Up @@ -167,7 +164,7 @@ release-windows:
# flag has been conflicting in the checks
lint:
cargo fmt -- --check --color always
cargo clippy --workspace --exclude rioterm-beta --all-targets --all-features -- -D warnings
cargo clippy --all-targets --all-features -- -D warnings

# There is errors regarding null pointers in corcovado that needs to be fixed for Windows
test-win:
Expand All @@ -177,7 +174,7 @@ test-win:

test:
make lint
RUST_BACKTRACE=full cargo test --workspace --release --exclude rioterm-beta
RUST_BACKTRACE=full cargo test --release

publish-crates:
cargo build --release
Expand Down
69 changes: 0 additions & 69 deletions frontends/rioterm-beta/Cargo.toml

This file was deleted.

63 changes: 0 additions & 63 deletions frontends/rioterm-beta/src/cli.rs

This file was deleted.

Loading

0 comments on commit de39744

Please sign in to comment.