sodero / InstallerLG

A reimplementation of the LISP-like 'Installer' scripting language.
Other
16 stars 4 forks source link

String formating is to picky #35

Closed sodero closed 5 years ago

sodero commented 5 years ago

The CBM installer doesn't verify the correctness when doing string formatting. It accepts things like:

("int:%ld" undef) -> 0 ("str:%s" undef) -> "" ("str:%s" 1) -> "" ("num:%ld" "NAN") -> garbage

InstallerLG should do the same - the garbage.