Skip to content

Commit

Permalink
fix: move examples back to top-level (#149)
Browse files Browse the repository at this point in the history
These were moved as an attempt to fix the embedded examples shipped as
part of `loam init`, but the fix didn't work anyhow. There are duplicate
`core` and `status_message` examples in [crates/loam-cli/src/examples/soroban](./crates/loam-cli/src/examples/soroban)

We should fix `init` and de-duplicate the examples, yes, but in the
meantime we have a bunch of readmes that link to these examples, but all
those links are dead because the examples moved. For no good reason.
  • Loading branch information
chadoh authored Aug 19, 2024
1 parent 4d93d3c commit 04b6254
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 35 deletions.
34 changes: 0 additions & 34 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
members = ["crates/*", "crates/loam-cli/examples/soroban/*", "test/*"]
members = ["crates/*", "test/*"]
exclude = ["test/*"]

[workspace.package]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 04b6254

Please sign in to comment.