|
|
|
|
|
by glangdale
2678 days ago
|
|
"Unforgivable" is a bit strong. I don't think this is something which invalidates our entire approach - nothing in the algorithm depends on this behavior as the \0 chars don't appear until quite late. Even then, we are not dependent on sighting a \0 in our string normalization and as such we can probably just store a offset+length in our 'tape' structure rather than assuming we have null terminated strings. Please add an issue on Github. Edit: I went ahead and added an issue. Seems like something we should fix. |
|