Mario Fusco

Results 23 comments of Mario Fusco

@baldimir Thanks for your suggestions. regarding the methods renaming it is something that I could evaluate and experiment with. In particular I agree that the distinction between the first `from`...

> Fixing `MathUtils.getBigDecimal` solves this particular issue but it doesn't solve the root issue that hashCode of BigDecimal with different scales (e.g. `10` and `10.0`) are different. The issue is...

The problem here is in the special semantic that we're giving to the `BigDecimal`. In general when in the drl we write `a == b`, we mean `a.equals(b)`. But with...

@tkobayas I see the problem, but it is a complex thing and I'll need a bit of time to investigate this issue (that I don't have right now). Since I...

@evacchi I think that these failures are actually caused by this PR, please give a look.

> Hi @mariofusco, thanks a lot! I'll have a closer look after a long weekend, happy holidays! Consider this my Easter egg :) Enjoy your holidays.

> But for now I think it is safe to go ahead with option 1 as it will be helpful anyway for many other use cases not involving state machines....