Open MostAwesomeDude opened 8 years ago
Future Corbin: _makeBytes and _makeStr have been altered to deprecate .fromString; finish the process and switch everybody to .fromStr.
Kicking this out of the sprint, as TwineObject
's implementation must manage spans, and I'm not in the mood for writing that this week.
It's not clear how to interact with twine spans when writing QPs. Design something.
On the plus side, 00c3489bea971893952ac21b000b5da7440627fc and 34c39e025281313f5c1084c1f1e096a6e675c5dd removed _makeString
.
We need an RPython
TwineObject
and a predicate for a:Twine
guard. We also must alter_makeStr.fromStr
to build twines instead of strings.