nus-cs2103-AY2021S1 / pe-dev-response

0 stars 0 forks source link

Incorrect error message for tag #5941

Open nus-pe-bot opened 3 years ago

nus-pe-bot commented 3 years ago

Screenshot 2020-11-13 at 4.36.01 PM.png When index inputted is 1, it says option -1 is wrong, but when tag 0 -t Breakfast, it says Index should be smaller than 2^31, but this is incorrect since 0 < 2^31.


[original: nus-cs2103-AY2021S1/pe-interim#5926]

aidoxe-123 commented 3 years ago

Team's Response

The correct message should be "Index should be a positive integer smaller than 2^31". Thank you for the bug report

However, I believe this only cause minor inconvenience in rare situations only, so I will mark this bug's severity as Low

Duplicate status (if any):

Duplicate of #5997