2019-12-27 03:12:10
that’s a nasty type of a cast bug
Rotonen
2019-12-27 03:12:36
look at the coding guidelines from hashcat for inspiration
Rotonen
2019-12-27 03:13:10
they try to remove the human in the loop via convention
Rotonen
2019-12-27 05:11:27
yeah..
Fireduck
2019-12-27 05:17:46
For that reason, I intentionally do that sort of conversion only in a few places
Fireduck
2019-12-27 05:17:55
but I should move it into a library with unit tests
Fireduck
2019-12-27 05:17:59
for string to SNOW long
Fireduck
2019-12-27 09:24:26
code formatting pedantry helps with such dangerous things
Rotonen
2019-12-27 09:28:43
for example: only cast variables
Rotonen
2019-12-27 09:28:49
there you cast an expression and the lexer got you? (details of java to classfile compilation are fuzzy to me)
Rotonen
2019-12-27 15:35:14
yeah, details of that one were fuzzy to me as well. :wink:
Fireduck
2019-12-27 17:23:50
a thought of an early pypy adopter:
worst case being that changes in JIT
Rotonen