-
Notifications
You must be signed in to change notification settings - Fork 330
Closed
Labels
Description
Provide a guide that covers:
- history of binary compatibility in Scala so we can show that our policy evolves in the right direction
- define binary compatibility (there different concerns like serialization, linkage errors, etc.)
- present tradeoffs we face when it comes to binary compatibility
- describe current policy in 2.10.x series
- mention tools we use (mima) which is related to hackers guide