Skip to content
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

New dustc compiler #545

Merged
merged 1 commit into from
Mar 5, 2015
Merged

New dustc compiler #545

merged 1 commit into from
Mar 5, 2015

Conversation

sethkinast
Copy link
Contributor

This depends on #536 so it's a branch off that branch. That means that #536 changes appear in this PR; however there are only changes to dustc in this branch.

I also added a unit test suite to cover dustc, since we previously had no test coverage on the command-line compiler.

@sethkinast sethkinast force-pushed the dustc branch 5 times, most recently from 32220e5 to f8bb854 Compare March 3, 2015 22:57
@prashn64
Copy link
Contributor

prashn64 commented Mar 4, 2015

lgtm, let's get one more set of eyes on it.

@jimmyhchan @smfoote @rragan

args = args.filter(function(arg) {
var match = arg.match(ARG_REGEX),
val;
cli.setUsage(cli.app + ' [options] [path1 [path2 path3...]]\n\n' +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--Is this an API change. No back compat?--

I think I see the options below.. nvm

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, new compiler. Had to kill the old syntax to allow it to work like a shell script.

dustc input output doesn't work anymore.

That's why I waited for a new minor version.

@jimmyhchan
Copy link
Contributor

👍 looks good. small comments. Good stuff. Thanks!

prashn64 added a commit that referenced this pull request Mar 5, 2015
New dustc compiler.  This breaks backward compat, but allows streaming output and a usage manual.  Also includes tests that were nonexistent previously.
@prashn64 prashn64 merged commit 7caab5e into linkedin:master Mar 5, 2015
@sethkinast sethkinast deleted the dustc branch March 5, 2015 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants