Skip to content

Various clean-ups and docs #34

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

Merged
merged 4 commits into from
Oct 18, 2013
Merged

Conversation

phaller
Copy link
Contributor

@phaller phaller commented Oct 18, 2013

  • Updates Scala and sbt versions
  • Minor clean-ups in code and doc comments
  • Simplifies a generated CaseDef tree in resume

OLD:

    case (throwable @ _) if NonFatal.apply(throwable) => {
      {
        stateMachine$1.this.result.complete(Failure.apply[Nothing](throwable));
        ()
      };
      ()
    }

NEW:

    case (throwable @ _) if NonFatal.apply(throwable) => {
      stateMachine$1.this.result.complete(Failure.apply[Nothing](throwable));
      ()
    }
@phaller
Copy link
Contributor Author

phaller commented Oct 18, 2013

Review by @retronym

@retronym
Copy link
Member

LGTM.

retronym added a commit that referenced this pull request Oct 18, 2013
@retronym retronym merged commit 9ecbb7a into scala:master Oct 18, 2013
@phaller phaller deleted the topic/docs-cleanups branch November 14, 2013 16:41
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