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

REST: incremental compilation support #199

Closed
ddworak opened this issue Jun 12, 2018 · 3 comments
Closed

REST: incremental compilation support #199

ddworak opened this issue Jun 12, 2018 · 3 comments
Milestone

Comments

@ddworak
Copy link
Member

ddworak commented Jun 12, 2018

As it is, the incremental compiler cannot detect that a change in the interface trait should trigger a macro rerun on the DefaultServerREST, since it's in a different file.

This can be done by expanding relevant macros in the companion object of the RPC trait, as in RPCCompanion (which is not currently supported by io.udash.rest.DefaultRESTFramework).

@Starzu Starzu added this to the 0.8.0 milestone Jun 22, 2018
@ghik
Copy link
Member

ghik commented Jun 27, 2018

Related: AVSystem/scala-commons#72

@ddworak
Copy link
Member Author

ddworak commented Jul 11, 2018

I think uberpc solved this - let's just update g8 and guide.

@ddworak
Copy link
Member Author

ddworak commented Oct 25, 2018

#225

@Starzu Starzu closed this as completed Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants