-
Notifications
You must be signed in to change notification settings - Fork 94
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
feat(std): more commands #185
Merged
Merged
Changes from 14 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
69a1d04
feat(std): more command
Mte90 50fbb4e
removed functions
Mte90 efdbb9f
download
Mte90 68ca8e6
Update main.ab
Mte90 0325817
feat(download): improved fallback
Mte90 bb31f54
amber fix
Mte90 78c147f
feat(test): is_command
Mte90 c9238d7
feat(test): create_symbolic_link
Mte90 125c778
feat(test): added 3 tests
Mte90 05a9c8a
feat(test): added 2 tests
Mte90 2cd0256
fix(test): download
Mte90 79d3d28
feat: spin up a small web server for download() test
b1ek 71671c4
Merge branch 'master' into std
b1ek 842c3ea
fix: regenerate Cergo.lock
b1ek 7f21ea5
feat(env): 3 new functions
Mte90 4e4f2e7
fix(amber): now should compile
Mte90 9b3ff56
fix(amber): now should compile
Mte90 cf6bcd7
fix(amber): clean
Mte90 497c46a
fix(test): removed write
Mte90 2326223
fix(test): maybe
Mte90 d871f43
fix(test): wip
Mte90 f2dc1f7
fix(test): wip
Mte90 0ba3198
ci(cache): now will use CI cache, so it will be more fast between jobs
Mte90 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoa! Didn't expect
http_server
in the compiler. Does thecurl
actually download a file?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is used only for tests and that part was implemented by @b1ek.
Because initially I did to download a website but the issue was that what is if the user is not connected to internet or the page is not available?