metaeducation / ren-c

Library for embedding a Rebol interpreter into C codebases
GNU Lesser General Public License v3.0
128 stars 27 forks source link

Can't load YYYY-MM-DD/HH:MM:SS.SS #1097

Closed giuliolunati closed 4 years ago

giuliolunati commented 4 years ago

load "2020-1-1/0:00:00" => 1-Jan-2020/0:00

But:

load "2020-1-1/0:00:00.5" => Error: #{00} bytes illegal in ANY-STRING!, use BINARY!

hostilefork commented 4 years ago

Sorry to miss this, didn't get the notification. Shouldn't be hard to fix...

hostilefork commented 4 years ago

Believed fixed here:

https://github.com/metaeducation/ren-c/commit/ef168cfeac2d13cc0070a1cce0aa945782599c27

giuliolunati commented 4 years ago

Yes, now it works, thank you! (But see #1098 please)