Skip to content

Improvement on standard

Valentin Valls requested to merge improve-standard2 into master

Some clean up on the standard functions.

  • Clean up nametuple with types
  • Remove most of the kwargs from standard functions

This is not supposed to change anything BUT:

  • mv(..., foo=False) was valid, but foo was just ignored -> now it fails
  • umv(..., wait=False) was valid but was executed as wait=True -> now it fails (wait is not anymore a valid argument for umv)
Edited by Valentin Valls

Merge request reports