Open volodya-lombrozo opened 1 month ago
@yegor256 @maxonfjvipon Could you take a look, please?
@maxonfjvipon I think it's a good idea, let's do it?
@volodya-lombrozo Hey there, bug hunter! 🐛 Great job spotting that new bug - you've just bagged yourself 8 points! It's awesome how you're helping us level up our project's quality. Keep your eyes peeled for anything else that doesn't quite hit the mark. Remember, we're always keen to hear about any issues you come across. Your keen eye has pushed your balance up to +101 points. Keep up the great work!
Currently, in order to apply
phi/unphi
transformations I must callxmir-to-phi
andphi-to-xmir
goals. It's fine for most of the integration pipelines. However, I faced with the following problem: I need to use these transformations in one of my unit tests. And it's almost impossible to do.What I suggest:
Phi#unphi()
andXmir#toPhi()
methodsPhiMojo
andUnphiMojo
Benefits:
xmir-to-phi
andphi-to-xmir
goalsphi/unphi
transformations through unit tests insideeo-maven-plugin
(Now we use integration tests withFakeMaven
)PhiMojo
andUnphiMojo
and simplify them significantly