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?
ISibboI commented
Are you using the latest version, or is this pull request unreleased? I can
make a new release if you need it.
…On Wed, 12 Apr 2023, 6.55 Ben Weinstein-Raun, ***@***.***> wrote:
Closed #121 <#121> as completed.
—
Reply to this email directly, view it on GitHub
<#121 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASATXULS24KDCO2AEZJ6WDXAYRSBANCNFSM6AAAAAAWPHPUIE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
benwr commented
I think the Clone instance isn't yet in the released version (8.1.0)
ISibboI commented
I now relased 8.2.0 containing the change, thank you for notifying!
benwr commented
Awesome, thanks!