forked from gnolang/gno
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: continues #2
Draft
moul
wants to merge
53
commits into
leohhhn:docs/revamp
Choose a base branch
from
moul:dev/moul/docs/revamp2
base: docs/revamp
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- simplify - make it more loop-friendly (PRs are easier) - cleanup html and invalid markdown - retained the current content to allow for PRs that focus on updating it --------- Signed-off-by: moul <94029+moul@users.noreply.github.com>
Adds a `vm.version={version}` when the VM returns an error response. Alternatively, we could simplify access to the version and other metadata, possibly with a "gnokey maketx --debug" command. However, I believe this addition is light enough to be included as a built-in feature. --------- Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
10 tasks
Signed-off-by: moul <94029+moul@users.noreply.github.com>
This exists in Go, and it's a pain to add it later as a global, so making a PR to add this. extracted from gnolang#3847. --------- Co-authored-by: ltzmaxwell <ltz.maxwell@gmail.com>
This would panic at runtime due to a missed condition in TypedValue.GetLength.
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Hi Gnomes , This is my home page. it was difficult to be creative 😅 , so i did what i can do ### Home : I put some informations about me  ### World kitchen : I'm passionate about cooking, so I've set up a page for those who want to share their national culinary specialties or just their favorite recipes, since there are so many nationalities in `gno` community.  feel free to add your recipes ;)  @leohhhn --------- Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com> Co-authored-by: mous1985 <mustapha.benazzouz@outlok.fr>
This is a home realm. @michelleellen kindly asked me if I wanted to create a r/grepsuzette/home so here it is :) --------- Co-authored-by: grepsuzette <grepsuzette@users.noreply.github.com> Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com>
closes gnolang#2944 and gnolang#3863 <!-- please provide a detailed description of the changes made in this pull request. --> <details><summary>Contributors' checklist...</summary> - [ ] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [ ] Updated the official documentation or not needed - [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [ ] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md). </details>
Apply Bigint.Not for untyped big ints. Fixes gnolang#3864.
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
…#3861) This used to return a weird panic, now it correctly panics with a nil pointer dereference. Extracted from gnolang#3847. --------- Co-authored-by: ltzmaxwell <ltz.maxwell@gmail.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
This PR ensures that when we recover inside of testing.gno, we then print also the resulting stracktrace, using a special function.
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Signed-off-by: moul <94029+moul@users.noreply.github.com>
2851ebd
to
d952a98
Compare
d952a98
to
5c3a201
Compare
thehowl
added a commit
to gnolang/gno
that referenced
this pull request
Mar 6, 2025
Continues #3855 by @leohhhn The changes were great, and I kept most of the good content (thank you). However, this PR slightly shifted the direction by making the `docs/` folder more focused on GitHub, Markdown, and the project, rather than Docusaurus, the website, or global documentation. In the future, we may create a more comprehensive documentation website, but for now, we want the `docs/` folder to be efficient and centered around the project. Ideally, it should be the only resource we invest energy in. However, I can easily envision supplementing it with external resources, such as blog posts or another repository with non-project documentation. Alternative view: leohhhn#2 - [x] Reorganize by personas (`builders/`, `users/`) and maintain a `references/` section for metadata. - [x] Remove items that do not belong in the `docs/` of this repository (e.g., intro to blockchain). - [x] Remove unusual numbers in titles, likely intended for Docusaurus. - [x] Merge related content, such as combining `stdlibs/*` into `stdlibs.md`. - [x] Simplify `Makefile` and make it consistent with the other folders. - [x] Simplify introduced `.github/workflows`. - [x] Conduct a quick proofreading. - [x] Fix links. - [x] Removed docusaurus, can be discussed in an upcoming PR. [1be1a3a](1be1a3a) - [x] Removed content that should belong to somewhere else, such as other README.md files. --------- Signed-off-by: moul <94029+moul@users.noreply.github.com> Co-authored-by: leohhhn <hudakleon@gmail.com> Co-authored-by: sw360cab <sw360cab@gmail.com> Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com> Co-authored-by: Morgan Bazalgette <morgan@morganbaz.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes for gnolang#3855
Also available here with a base branch to upstream:master: gnolang#3868