You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This almost certainly is a result of the DateTime is DateTime technique recommended by @lizmat. I'm guess it's that DateTime is DateTime { … } clears entries in the DateTime:: symbol table, but Ill need to test things out to see if I can pinpoint the cause. That said, even if that's the cause, I'm not sure of a way to fix it though — hopefully there's a way.
That said, DateTime::Parse is weird though, there doesn't seem to be a reason that it needs to inherit from DateTime.
After 0.4.0 DateTime::Parse crashes with:
Reproduction script:
Output with 0.3.9
The text was updated successfully, but these errors were encountered: