-
Notifications
You must be signed in to change notification settings - Fork 63
Adding support for compiler flags #17
Comments
Nope, that's a bug. I need to propagate the settings from Thanks! |
Also I just noticed that the README had |
I was actually already running 0.3.1 - I discovered tut while going through cats' code, and that already used the latest version. I have another issue which might be related, but I'm not sbt-savvy enough to know for sure. Compiler plugins are not propagated either - in particular, I'm using kind-projector, but can't get tut to understand the type lambda syntax. Is it the same issue, or should I open a new ticket? |
Yeah I ran into the KP issue as well. If you could file an issue that would be great. It may end up being the same problem but I'm not sure. |
I looked at this over lunch and I seem to have a fix for both this and #18. Like everything with SBT it was confusing as hell but in the end it was just a few lines of code. I'll clean it up tonight and if all goes well I'll burn a new version this weekend. Thanks again for the suggestions! |
There doesn't seem to be a way to specify compiler options to tut.
This would for example be useful for cases like this:
This results in the following "noisy" output"
I realise that I can bring
language.higherKinds
in scope to disable the warning, but that just feels like adding some different kind of noise.Also, there might very well be a way to do this that I missed, in which case I apologise for wasting your time.
The text was updated successfully, but these errors were encountered: