-
Notifications
You must be signed in to change notification settings - Fork 112
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
Add variable enumeration for bash #1441
Open
IsaacCalligeros95
wants to merge
16
commits into
main
Choose a base branch
from
isaac/bash-variable-iteration
base: main
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.
+326
−116
Open
Changes from 12 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
b2a8fc0
Add variable enumeration for bash
IsaacCalligeros95 0f18b78
Move to top level of bootstrap.sh & fix variable syntax
IsaacCalligeros95 42c821c
Update tests, still need to fix trailing comma
IsaacCalligeros95 603c18f
Tidy up
IsaacCalligeros95 3f24cd0
remove comma seperation on variables decleration. Docs seem out of sy…
IsaacCalligeros95 4ee6131
Working through invalid arithmetic operator (error token is 'hello')
IsaacCalligeros95 0cb6b29
Fix variable naming
IsaacCalligeros95 a811021
Update tests & quote handling
IsaacCalligeros95 798130f
Fix tests
IsaacCalligeros95 c6c4156
Addressing PR comments
IsaacCalligeros95 ad7439d
Handle with hex arrays
IsaacCalligeros95 a42951e
remove temp file requirement
IsaacCalligeros95 aa2fc9e
Make xxd a requirement
IsaacCalligeros95 7172ba1
Update wording
IsaacCalligeros95 fd8ed23
Do not include build information in octopus_parameters
IsaacCalligeros95 c1c3c90
Handle empty keys
IsaacCalligeros95 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
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
Oops, something went wrong.
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.
If we use
xxd
this can be removed. xxd is generally included with vim and should be available on most Linux machines but is not generally available on Mac.