opty icon indicating copy to clipboard operation
opty copied to clipboard

Invalid bounds are ignored without raising a warning or an error

Open tjstienstra opened this issue 1 year ago • 1 comments

While debugging one of my own problems. I finally found out one of the reasons it was invalid, namely my bound was just being ignored as it was not directly a normal parameter. I would prefer that instead an error is raised, which can easily be done by adding an else statement here.

tjstienstra avatar May 04 '23 17:05 tjstienstra

Seems like a good suggestion.

moorepants avatar May 04 '23 19:05 moorepants

This has been fixed at some point.

moorepants avatar Aug 03 '24 07:08 moorepants