Skip to content

v5.0.2

Compare
Choose a tag to compare
@sauerbraten sauerbraten released this 15 Aug 09:44
· 52 commits to master since this release

Bugfix release: When calling variadic functions, the list of argument expressions was not correctly mapped to the variadic argument slice needed to call the function using reflection. See #171 for more information. Thanks, @alresvor!