Skip to content

Issue #64 fix rest of compilation errors #89

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 5 commits into from
Feb 28, 2017
Merged

Issue #64 fix rest of compilation errors #89

merged 5 commits into from
Feb 28, 2017

Conversation

oporkka
Copy link
Collaborator

@oporkka oporkka commented Feb 25, 2017

  • Revert Scoverage regression from merge 2bd6f42
  • Move SprayJsonJsonapiSupport to spryjson package
  • Fix subproject dependencies in build.sbt
  • Fix infinite recursion in SprayJsonapiSupport
  • Delete SprayJsonapiSupportTest for now since it is a new feature and out of
    scope of the issue to be fixed. It can be created as a fix to a separate
    issue
  • Fix Play module configuration
  • Fix implicit marshaller imports
  • Remove SprayJsonapiSupportTest since it did not compile, and is an added feature and not in scope of Update project structure to use submodules for each backend #64 refactoring. It can be reintroduced as part of another issue

Revert the regression from merge 2bd6f42
- Move SprayJsonJsonapiSupport to spryjson package
- Fix subproject dependencies in build.sbt
- Fix infinite recursion in SprayJsonapiSupport
- Delete SprayJsonapiSupportTest for now since it is a new feature and out of
  scope of the issue to be fixed. It can be created as a fix to a separate
  issue
Import implicit marshallers to the Spec
Import implicit marshallers to the Spec
import spray.httpx.marshalling._
import spray.httpx.unmarshalling._

class SprayJsonapiSupportTest extends WordSpec with MustMatchers with TypeCheckedTripleEquals with EitherValues {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This did not compile but it was also introduced only as part of the initial issue #64 refactoring effort and does not exist in the current master branch. I propose that we reintroduce this test in another issue/pull request.

@zmeda zmeda merged commit f33f74b into scala-jsonapi:issue/64 Feb 28, 2017
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