Skip to content

rts/RtsFlags: Refactor size parsing

Ben Gamari requested to merge wip/T20201 into master

This makes a number of improvements mentioned in #20201:

  • fail if the argument cannot be parsed as a number (-Mturtles)
  • fail if an unrecognized unit is given (e.g. -M1x)

Merge request reports