Skip to content

Commit 9814b24

Browse files
Merge pull request #6917 from roc-lang/remove-examples
Remove gui and swift examples
2 parents db9a5fd + 7ba44a5 commit 9814b24

39 files changed

+0
-2551
lines changed

crates/cli/tests/cli_run.rs

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -542,16 +542,6 @@ mod cli_run {
542542
)
543543
}
544544

545-
#[test]
546-
fn platform_switching_swift() {
547-
test_roc_app_slim(
548-
"examples/platform-switching",
549-
"rocLovesSwift.roc",
550-
"Roc <3 Swift!\n",
551-
UseValgrind::Yes,
552-
)
553-
}
554-
555545
#[test]
556546
fn expects_dev_and_test() {
557547
// these are in the same test function so we don't have to worry about race conditions
@@ -785,11 +775,6 @@ mod cli_run {
785775
)
786776
}
787777

788-
#[test]
789-
fn hello_gui() {
790-
test_roc_app_slim("examples/gui", "hello-guiBROKEN.roc", "", UseValgrind::No)
791-
}
792-
793778
#[test]
794779
#[cfg_attr(windows, ignore)]
795780
fn quicksort() {
@@ -910,11 +895,6 @@ mod cli_run {
910895
)
911896
}
912897

913-
#[test]
914-
fn swift_ui() {
915-
test_roc_app_slim("examples/swiftui", "main.roc", "", UseValgrind::No)
916-
}
917-
918898
#[test]
919899
#[serial(cli_platform)]
920900
#[cfg_attr(windows, ignore)]
@@ -1056,11 +1036,6 @@ mod cli_run {
10561036
)
10571037
}
10581038

1059-
#[test]
1060-
fn inspect_gui() {
1061-
test_roc_app_slim("examples", "inspect-gui.roc", "", UseValgrind::No)
1062-
}
1063-
10641039
// TODO not sure if this cfg should still be here: #[cfg(not(debug_assertions))]
10651040
// this is for testing the benchmarks, to perform proper benchmarks see crates/cli/benches/README.md
10661041
mod test_benchmarks {

examples/GuiFormatter.roc

Lines changed: 0 additions & 231 deletions
This file was deleted.
-90 KB
Binary file not shown.

examples/gui/hello-guiBROKEN.roc

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

examples/gui/platform/Action.roc

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

examples/gui/platform/Cargo.toml

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

0 commit comments

Comments
 (0)