Skip to content
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

[docs] Added additional explanations #4059

Merged
merged 5 commits into from
Aug 17, 2022
Merged

[docs] Added additional explanations #4059

merged 5 commits into from
Aug 17, 2022

Conversation

awelc
Copy link
Contributor

@awelc awelc commented Aug 16, 2022

Some of the missing explanations that affect user experience.

@awelc awelc requested a review from emmazzz August 16, 2022 20:13
@github-actions github-actions bot added the Type: Documentation Improvements or additions to documentation label Aug 16, 2022
Copy link
Contributor

@emmazzz emmazzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for doing this! There seems to be a little typo of "scenario" that should be fixed.

@Clay-Mysten Clay-Mysten self-assigned this Aug 17, 2022
Copy link
Contributor

@Clay-Mysten Clay-Mysten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Adam! I made a few small changes in commits here and left a couple of questions in comments.

Please note, we have moved the cli-client.md file to the contribute subdirectory. So I can include your change to that file there.

@@ -998,6 +998,9 @@ Please see the [Move developer documentation](move/index.md) for a
description on how to [write a simple Move code package](move/write-package.md),
which we can publish using Sui client's `publish` command.

> **Important:** All calls to functions in the `debug` module must be removed from no-test code
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do we mean by "no-test code" here? I see no other reference on this page.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added additional explanation in both places.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added additional explanation in both places.

Thanks, Adam! LGTM.

@@ -21,6 +21,9 @@ debug::print_stack_trace();
```
Alternatively, any call to `abort` or assertion failure will also print the stacktrace at the point of failure.

> **Important:** All calls to functions in the `debug` module must be removed from no-test code
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as above. Let's make both references to "no-test code" clear.

@Clay-Mysten
Copy link
Contributor

I'm adding this to the newly moved cli-client.md file in:
#4090

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants