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

Update to TypeScript 2.6 #353

Merged
merged 1 commit into from
Dec 31, 2017

Conversation

sharwell
Copy link
Member

@sharwell sharwell commented Dec 31, 2017

Fixes #347

@@ -248,7 +248,8 @@ export class LL1Analyzer {
}
else {
// System.out.println("adding "+ t);
let set: IntervalSet | undefined = (<Transition>t).label;
t = <Transition>t;
Copy link
Member Author

Choose a reason for hiding this comment

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

@BurtHarris
Copy link
Collaborator

Timeout on test TestLexerExec.testLargeLexer on Travis-ci. It passes on appveyor. I'm going to go ahead and merge it dealing with the linux test failure as a separate issue.

@BurtHarris BurtHarris merged commit ae6717e into tunnelvisionlabs:master Dec 31, 2017
@sharwell sharwell deleted the update-compiler branch January 1, 2018 03:19
@sharwell sharwell added this to the 0.5.0-alpha.1 milestone Nov 30, 2018
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.

2 participants