ISibboI/evalexpr

Should EvalExprError implement Clone?

Closed this issue · 5 comments

benwr commented

This is an awesome project! It's making my life a lot easier.

I'm building a tool for which it would be very useful to be able to clone an EvalExprError. Right now I'm getting around it by just converting to a string early, but passing around the errors would be much nicer. Is there a reason it doesn't implement Clone?

benwr commented

Whoops - looks like somebody beat me to it and submitted #116 . nvm!

benwr commented

I think the Clone instance isn't yet in the released version (8.1.0)

I now relased 8.2.0 containing the change, thank you for notifying!

benwr commented

Awesome, thanks!