Skip to content

Refactoring around the val_[to|of]_* functions

Rodolphe Lepigre requested to merge ci/refactoring into master

This MR introduces the following changes:

  • Simplification of val_[to|of]_loc using an EqDecision instance for mbyte.
  • Renaming of the val_[to|of]_int functions into val_[to|of]_Z.

@paulzhu you may need to adapt your code with the latter (this can be easily done with sed, see the commit message).

Edited by Rodolphe Lepigre

Merge request reports