Describe the bug
Fastcore 1.1 contains a breaking change described here:
We need to update our calls to Path.read to fix this issue.
Currently a hot-fix was implemented by simplying locking fastcore version to <1.1
If this is the case I can quickly patch it. It should be a matter of replacing .read() with either .read_text() or .read_bytes(). They both work with json.loads(...)
Is this correct?
I believe you're correct, I did a global search and the other reads that I found seem not to be related with Path
If this is the case I can quickly patch it.
That would be very much appreciated 鉂わ笍, I'm guessing that read_text returns a string just like read does right?
I also opened the reflecting issue on icedata.
It's not necessary to fix the issue there to fix it here, but I just wanted to let you know in case you're interested.
Sure man! Will do that tomorrow ;). I will also check icedata.
I'm guessing that read_text returns a string just like read does right?
Yes.
Thanks!!
Should I assign the issue to you? So other people know it's already taken
Yes please
Most helpful comment
Sure man! Will do that tomorrow ;). I will also check
icedata.Yes.