Tags: isaacvando/basic-cli
Tags
Merge pull request roc-lang#97 from lukewilliamboswell/new-dir-features Add new Dir features
⚠️ This release requires a version of roc released on July 12 2023 or… … later. - New features: - new functions: - `Task.batch` roc-lang#45 - `Stdin.bytes`: reads bytes from stdin. roc-lang#54 - `Tty.enableRawMode`: disables some default terminal behavior. roc-lang#54 - `Tty.disableRawMode`: revert to default terminal behavior. roc-lang#54 - `Sleep.millis`: puts the current thread to sleep for at least the specified amount of time. roc-lang#48 - new module: - `Command`: to execute commands like in a terminal. roc-lang#55 - Bugfixes: - Return the correct exit code from basic-cli main. roc-lang#36 - Fixed docs generation for basic-cli. roc-lang#28 - Other: - Changed main type to `Task {} U32`. roc-lang#52 roc-lang#53 - Significant expansion and improvement of docs. roc-lang#46 - Rename of included files: roc-lang/roc#5577 - macos-x86_64.o ➡️ macos-x64.o - linux-x86_64.o ➡️ linux-x64.o - linux-x86_64.rh ➡️ linux-x64.rh - metadata_linux-x86_64.rm ➡️ metadata_linux-x64.rm
Merge pull request roc-lang#70 from KilianVounckx/panic-disable-raw-mode Disable raw mode on panic
Merge pull request roc-lang#24 from roc-lang/new-release new roc version updates
Merge pull request roc-lang#20 from roc-lang/more_run_tests CI: test output of examples
Merge pull request roc-lang#18 from roc-lang/build-fixes all examples can build now
Merge pull request roc-lang#17 from roc-lang/more_ci More build tests
PreviousNext