Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 454 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 454 Bytes

bad_imports

A minimal repro of some issues with creating Spray JSON model classes and importing them later.

At the commandline, run:

$ sbt test

You'll see the test fail.

Uncommenting this line makes it work, but I don't see why it should be necessary.

Two questions:

  1. Why is it necessary?
  2. How can we make it unnecessary?