-
Notifications
You must be signed in to change notification settings - Fork 76
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
Basic Scalafiddle integration #16
Conversation
targeting #12 :-) |
@@ -1,12 +1,12 @@ | |||
/* | |||
* Copyright © 2015 - 2016 Lightbend, Inc. <http://www.lightbend.com> | |||
* | |||
* |
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.
Was this whitespace manually edited? It should be managed by sbt-header.
Could you add tests please? |
fixed space in header and added some basic test... b.t.w. |
) | ||
} catch { | ||
case e: FileNotFoundException => | ||
throw new SnipDirective.LinkException(s"Unknown fiddle [${e.getMessage}] referenced from [${page.path}]") |
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.
Looks like this should be FiddleDirective.LinkException
.
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.
true! thanks
Cool. Nice feature. |
fix and rebased |
the failed test isn't related to this feature:
|
Anything yet I should do here? |
Restarted the Travis job. |
Merging because testing locally succeeded, but I'm guessing there's some race condition on the tests that we need to take care of eventually. |
Haven't seen test failures like this before either, locally or in CI. In the past it was running on Lightbend/Typesafe Jenkins builds, not Travis. Looks like it's always one of the http render checks, but not the same one? |
thanks guys! |
Added a basic integration with ScalaFiddle.