thanh
02/16/2023, 5:45 PMphldavies
02/16/2023, 5:45 PMJorge Bo
02/17/2023, 1:32 AMsimon.vergauwen
02/17/2023, 8:47 AMCLOVIS
02/17/2023, 5:33 PM@ResourceDsl
differently? Is it a plugin?phldavies
02/17/2023, 7:03 PM@DslMarker
are coloured by IDEACLOVIS
02/17/2023, 7:13 PMsimon.vergauwen
02/17/2023, 8:53 PM2.x.x
is back-ported, and will be released in 1.2.x
to smoothen the transition period. So 1.2.x
will be source-compatible with 2.x.x
if you’re not using any deprecated code, and we can do bug fixes in 1.2.x
if needed so everyone can take as long as they want to get rid of deprecated stuff. That being said, I’m working on migration scripts so moving from EffectScope
to Raise
will be 99,99% automatic and only annoying thing will be getting rid of deprecations in Either
which should be facilitated by ReplaceWith
.
I hope to also provide a 99% working migration script for Validated
to Either
but I have to investigating that still. Sadly there is no good tools out there for this, and I’ll probably have to resort to KScript
or something similar.Raise
in 1.1.6-alpha.27
already if you want ☺️ Those are fixed releases on Maven, and binary compatible with 1.x.x
series. Should be more trustworthy than 2.0.0-SNAPSHOT