sbt-avrohugger icon indicating copy to clipboard operation
sbt-avrohugger copied to clipboard

New PR for https://github.com/julianpeeters/sbt-avrohugger/pull/25

Open julianpeeters opened this issue 8 years ago • 3 comments

Seeing an unexpected error in the scripted tests after merging conflicting #25 and #30, so I reverted #25 and will try #30 solo first. This means #25 must be resubmitted or otherwise dealt with.

[error] source file '/Users/julianpeeters/Dropbox/avrohugger/avrohugger-core/src/sbt-test/projects/GenericCaseObjectEnumSerializationTests/project' could not be found

julianpeeters avatar Sep 22 '16 05:09 julianpeeters

Yes I will resubmit #25 after merging manually.

mariussoutier avatar Sep 22 '16 06:09 mariussoutier

So you added the scripted tests back in? Can you commit them? Then I could merge and fix it all.

mariussoutier avatar Sep 22 '16 08:09 mariussoutier

No, haven't had time to add them back in, or think about how ti organize them.

I moved some of the tests, like the OverrideSettings sbt-test project, into avrohugger because I needed to test some of avrohugger's contribution, and felt that keeping them in sbt-avrohugger as well was duplication.

Now I'm of the opinion that a little duplication would be good if it serves to test separate functions, and mostly I was thinking of adding more tests, not moving tests back. So what is left to be done is to decide what tests would be good to have in sbt-avrohugger, regardless of duplication.

julianpeeters avatar Sep 22 '16 08:09 julianpeeters