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
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
Teknomancer
Reason: sscanf offers no real error detection and we can fail pretty badly if the input isn't as we expect. Which will happen from time to time if the workers change their outputs.
The sscanf() should be replaced with a more controlled string parsing functionality. We could also make use of BCommandPipe's ReadLine functionality in a the generic code and call into the Archiver which will maintain positional knowledge on subsequent lines.
Excuse: I wrote all of this while I was young and stupid. Now I'm just stupid.
Rainy day task again.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Teknomancer
Reason: sscanf offers no real error detection and we can fail pretty badly if the input isn't as we expect. Which will happen from time to time if the workers change their outputs.
The sscanf() should be replaced with a more controlled string parsing functionality. We could also make use of BCommandPipe's ReadLine functionality in a the generic code and call into the Archiver which will maintain positional knowledge on subsequent lines.
Excuse: I wrote all of this while I was young and stupid. Now I'm just stupid.
Rainy day task again.
The text was updated successfully, but these errors were encountered: