-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[CS2] Add #! support for executable scripts on Linux. #3946
Merged
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
6c48af3
Add #! support for executable scripts on Linux.
221dfc4
refactor option parsing
988f2af
address comments
fa3fe8b
intermediate save
aee066f
add note saying where OptionParser is used in coffee command
3c1fb7f
add some more work
a10c653
fix flatten functions
d5e8d74
Merge branch '2' of github.com:jashkenas/coffeescript
062fe62
Merge branch 'feature/uniform-hashbang-parsing'
c929ed9
refactor tests
b1acc4b
make argument processing less confusing
f3ea781
add basic test
200126f
Merge branch '2' into test/current-cli-optparse
7970e44
remove unused file
bc92ff3
compilation now hangs
7e0d9e0
remove unnecessary changes
0a05e0c
add tests!!!
3c49c8e
Merge branch '2' into feature/uniform-hashbang-parsing
0e1f27e
Merge branch 'test/current-cli-optparse' into feature/uniform-hashban…
42434b4
add/fix some tests
15eb624
clarify a test
bb9366c
Merge branch 'test/current-cli-optparse' into feature/uniform-hashban…
e1bcf84
fix helpers
7bc6591
fix opt parsing
7c4723d
fix infinite loop
768ada6
Merge remote-tracking branch 'upstream/2' into feature/uniform-hashba…
79c0e56
Merge remote-tracking branch 'upstream/2' into test/current-cli-optparse
ca7ad49
Merge branch 'test/current-cli-optparse' into feature/uniform-hashban…
daa5f4d
Merge remote-tracking branch 'upstream/2'
c75e2b1
Merge branch 'feature/uniform-hashbang-parsing'
23f31c6
Merge branch '2' of github.com:jashkenas/coffeescript
d495841
make rule building easier to read
bafa82f
add tests for flag overlap
9247444
revamp argument parsing again and add more thorough testing
b509b46
add tests, comment, clean unused method
31bbeb2
address review comments
7abe19c
Merge remote-tracking branch 'upstream/2'
3944d94
add test for direct invocation of shebang scripts
f41463d
move shebang parsing test to separate file and check for browser
356f3ad
remove TODO
7c17e23
example backwards compatible warnings
179687d
Merge remote-tracking branch 'upstream/2'
5b9b786
add correct tests for warning 1
8448a77
add tests for warnings
14df734
commit output js libs and update docs
b9291ae
respond to review comments
f306859
respond to review comments
4093574
Merge branch '2' of github.com:jashkenas/coffeescript
4856fd6
fix example output
f7e8c2b
Rewrite argument parsing documentation to be more concise; add it to …
GeoffreyBooth 6fb80c1
Don’t mention deprecated syntax; clean up variable names
GeoffreyBooth 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
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.
I would rewrite this is as