-
Notifications
You must be signed in to change notification settings - Fork 10
make core functionality available as a library #19
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
Comments
tracking it here: cvogt/cbt#381 |
@cvogt do you want it to be used with zinc from 1.0 branch? With some help I think I will be able to create cbt-version of Hoarder plugin and I can abstract base behaviors. If for some reason it won't be possible or you prefer to develop support for this in cbt itself I can create library with core functionality (but this will be really small lib sine most things implemented here is sbt integration). |
@romanowski sounds good :). happy to help when 1.0 is out, ca in summer. Until then maybe just keep in mind not to couple things to sbt where possible :). And it should definitely be a plugin. Almost everything will be by then including Scala support itself, etc. |
@cvogt I hope around summer I will at least plan non-sbt integration so I will abstract out as much as possible. Let's stay in touch. |
Sounds good @romanowski :) |
I'd love to integrate this into CBT https://github.com/cvogt/cbt/ so people can do the same in their CBT builds. that would however require the functionality to be available in a zinc-dependent, but sbt-independent manner, i.e. a library. (Not sure how easy that is for this, but for other plugins such a separation generally also has other benefits such as a cleaner design.)
The text was updated successfully, but these errors were encountered: