Backport accepted SIPs to ease cross compilation
2013-05-24 14:27:00 GMT
Dear all, This may come a little late (but hopefully not too late): Would it be possible to backport certain / all SIPs which have been accepted for 2.10 to 2.9 to ease cross compilation? (like SIP-14 already has to 2.9.3) If someone uses, say language imports and implicit classes in a 2.10 project and wants to cross compile and release for 2.9, one would have to change back the code to full 2.9 compatibility to make this possible (drop all implicit classes and use the old class + implicit def, drop all language imports) or -- even worse -- create a separate branch with the alternate code (aka maintenance hell). For this reason I'm humbly asking for backports for the features introduced in 2.10 to allow the usage of these features in projects while still having no maintenance problems compiling for older versions. I have also already searched for and located an issue [SI-6694][1] which was unfortunately closed prematurely without much discussion. [1]: https://issues.scala-lang.org/browse/SI-6694 -- -- Beste Grüße / Best Regards Christian Krause aka wookietreiber ----------------------------------------------------------------------- EGAL WIE DICHT DU BIST, GOETHE WAR DICHTER.(Continue reading)
RSS Feed