Query
Friday 20 May 2022
2022-05-20 11:53:33 (1 year ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/pike_types.cmod (+20/-44)(64 lines)
branch: master
Compiler [Typechecker]: Improved checking of calls of inverted functions.
Calling eg ~function(~int...:mixed) (ie "exists int") with mixed now
results in the same as calling it with int.
Fixes several testsuite failures in eg the Calendar module.