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
I'm not sure if this is a bug or changed behavior, perhaps I could get some clarification or resolution via this issue:
colon-delimited strings of integers are parsed by YAML into integer number of seconds. it appears that the psych engine treats the last unit as minutes, whereas syck treated it as seconds, ie.:
Hrm. I'm not sure what to do about this. I believe this is a bug in the base 60 support. I don't think the behavior should have changed. I must dig further.
One thing that's interesting, it looks like YAML 1.1 supports base 60 floats but YAML 1.2 does not. I'm not sure how that will impact us (eventually). :-(
I'm not sure if this is a bug or changed behavior, perhaps I could get some clarification or resolution via this issue:
colon-delimited strings of integers are parsed by YAML into integer number of seconds. it appears that the psych engine treats the last unit as minutes, whereas syck treated it as seconds, ie.:
if this change of behavior is documented somewhere, I'd appreciate if you could point me to it.
thanks!
The text was updated successfully, but these errors were encountered: