reko icon indicating copy to clipboard operation
reko copied to clipboard

Improve handling of nul-terminated string in Globals.

Open galenh opened this issue 1 year ago • 1 comments

  • When StringType size is calculated, save it to the underlying ArrayType.
  • Re-used existing DataTypes from Globals instead of re-creating them when collecting types.
  • Fix an inverted "<=" error.
  • Print linear arrays on a single line.

galenh avatar Aug 15 '24 23:08 galenh

Hello @galenh ; thanks for your PR. I have some comments that need to be addressed before accepting it. Also, as a new contributor, don't forget to add yourself to the AUTHORS file!

uxmal avatar Aug 16 '24 09:08 uxmal