sageserpent-open / kineticMerge

Merge a heavily refactored codebase and stay sane.
MIT License
12 stars 2 forks source link

Fix broken IntelliJ builds. #16

Closed sageserpent-open closed 1 year ago

sageserpent-open commented 1 year ago

As per this section on the front page, manual builds are broken in IntelliJ unless it is configured to use SBT for building as well as project reloading.

This works, but it is nice to have IntelliJ's own build mechanism working too - sometimes things get a bit glitchy when using SBT.

The job is to fix this, possibly even by inlining the Rabin fingerprinting sources into Kinetic Merge. I'd rather not to that as it's good manners to acknowledge the third party code as being a separate entity with its original history, but if needs must...

sageserpent-open commented 1 year ago

Fixed in commit SHA: 685fc6b6f2a981ef6d8ab784d62ab655f377006c.

This also fixes some spurious test breakage seen when running in IntelliJ due to classpath issues.