pif_LongInt

by Popisfizzy
Double, triple, and quadruple-precision integers, both signed and unsigned.
ID:2329459
 
Resolved
Empty arguments in non-constructor methods could have resulted in a runtime error.
BYOND Version:511
Operating System:Windows 10 Home 64-bit
Web Browser:Firefox 57.0
Applies to:DM Language
Status: Resolved (b1.2.2.20171227)

This issue has been resolved.
Descriptive Problem Summary:
Empty arguments in non-constructor methods will result in a runtime error.

Code Snippet (if applicable) to Reproduce Problem:
var/pif_LongInt/Unsigned32/U = new
U.Add()


Expected Results:
U will have the value of 0.

Actual Results:
U an invalid index runtime error occurs.

Workarounds:
Avoid using empty arguments.
Popisfizzy resolved issue with message:
Empty arguments in non-constructor methods could have resulted in a runtime error.