HVM icon indicating copy to clipboard operation
HVM copied to clipboard

Fix long function names

Open CatsAreFluffy opened this issue 1 year ago • 1 comments

Fixes #303. The threshold for truncating names is 31, not 32, since you need a byte for a null terminator.

CatsAreFluffy avatar May 19 '24 08:05 CatsAreFluffy

We should increase the name size to 256 or so though

VictorTaelin avatar May 21 '24 01:05 VictorTaelin

Closing in favor of https://github.com/HigherOrderCO/HVM/pull/317, which increases function name limit to 256.

enricozb avatar May 21 '24 05:05 enricozb