gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + gno.land: a blockchain for timeless code and fair open-source.
https://gno.land/
Other
898 stars 374 forks source link

chore: move `hof` under `r/leon` #3167

Closed leohhhn closed 2 days ago

leohhhn commented 2 days ago

Description

Moves r/demo/hof under r/leon. After discussing internally, we should start utilizing personal namespaces as much as possible.

cc @moul

Contributors' checklist... - [x] Added new tests, or not needed, or not feasible - [x] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [x] Updated the official documentation or not needed - [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [x] Added references to related issues and PRs - [x] Provided any useful hints for running manual tests
moul commented 2 days ago

Maybe not "as much as possible," but at least "more" for now. :)

By the way, this PR should partially "break" the portal loop for some addpkged r/xxx/home. However, that's fine; it will help us complete the history rewrite process for the portal loop and gnodev that we're currently working on. #3059