Conversation
Signed-off-by: pataei <paris.ataei@gmail.com>
Signed-off-by: pataei <paris.ataei@gmail.com>
Signed-off-by: pataei <paris.ataei@gmail.com>
Plugin Test Results 1 files 3 suites 1s ⏱️ Results for commit a74fa77. ♻️ This comment has been updated with latest results. |
Compactc E2E Tests Results2 825 tests 2 825 ✅ 6m 50s ⏱️ Results for commit a74fa77. ♻️ This comment has been updated with latest results. |
Flaky Rate
No current tests have flaky rates to display ✨ Github Test Reporter by CTRF 💚 Flaky Rate
No current tests have flaky rates to display ✨ Github Test Reporter by CTRF 💚 Flaky Rate
No current tests have flaky rates to display ✨ Github Test Reporter by CTRF 💚 Flaky Rate
No current tests have flaky rates to display ✨ Github Test Reporter by CTRF 💚 |
Signed-off-by: pataei <paris.ataei@gmail.com>
Signed-off-by: pataei <paris.ataei@gmail.com>
Signed-off-by: pataei <paris.ataei@gmail.com>
Signed-off-by: pataei <paris.ataei@gmail.com>
Signed-off-by: pataei <paris.ataei@gmail.com>
Plugin Test Summary 1 files 3 suites 1s ⏱️ Results for commit f8d7cc8. ♻️ This comment has been updated with latest results. |
Compactc E2E Test Summary 1 files ± 0 1 suites - 47 5m 50s ⏱️ + 3m 21s Results for commit f8d7cc8. ± Comparison against base commit 90d3f41. This pull request removes 467 and adds 2827 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
…e-length, update changelog Signed-off-by: pataei <paris.ataei@gmail.com>
Signed-off-by: pataei <paris.ataei@gmail.com>
doc/dev-tool-usage.md
Outdated
|
|
||
| where **0.26.0** is the installed version and **0.28.0** is the latest available | ||
| version of the Compact toolchain. The command **update** can be used to update | ||
| to this version. **aarch64-darwin** spits out the chosen binary of the Compact |
There was a problem hiding this comment.
"spits out" is slang and should be replaced with something less informal. I don't know what to suggest because I don't know what this is trying to say.
There was a problem hiding this comment.
I changed it to displays.
doc/dev-tool-usage.md
Outdated
| toolchain for your machine's architecture. | ||
|
|
||
| The options in OPTIONS can be used with this command. **--directory | ||
| _directorypath_** and **--version** behave the same as not using a command |
There was a problem hiding this comment.
I think I understand what this is trying to say, but it's certainly not clear. I suggest just saying that the help option gives help for this command.
doc/dev-tool-usage.md
Outdated
| The Compact command-line tool provides a set of utilities for Compact smart | ||
| contract development. | ||
|
|
||
| SYNOPSYS |
There was a problem hiding this comment.
"SYNOPSYS" => "SYNOPSIS.
this misspelling appears several times below as well.
Also, to be consistent, "SYNOPSIS" should be "Synopsis" or the later ones should be changed to match the case of this one.
There was a problem hiding this comment.
The one that is in all caps is the subtitle whereas the ones that aren't all caps aren't. I fixed the typo.
doc/dev-tool-usage.md
Outdated
| COMPILE | ||
| ======= | ||
|
|
||
| Synopsys: **compact** **compile** _+version_ _option_ _sourcepath_ _targetpath_ |
There was a problem hiding this comment.
So only one option is allowed?
doc/dev-tool-usage.md
Outdated
| This command compiles the Compact source program in _sourcepath_ using the | ||
| specified Compact toolchain version _version_ if it exits. If a version is not | ||
| specified the default version of the Compact toolchain installed is picked. The | ||
| _option_ can be one of the flags accepted by the Compact compiler and the |
There was a problem hiding this comment.
Again, only one option is allowed?
There was a problem hiding this comment.
Also, --help doesn't actually give the compiler's help, and unless a version is specified, --version doesn't actually given the compiler's version, right?
There was a problem hiding this comment.
Corrected the option issue. Line 285 explicitly discusses compact compile --help vs compact compile +version --help.
Signed-off-by: pataei <paris.ataei@gmail.com>
Addresses #62.
Removes old out of date files.
Adds usage pages for formatter, fixup, and dev tool.
Adds
--update-Uint-rangeto help text of fixup.Adds
--line-lengthto fixup.