Questions about #!key arguments

Per Bothner per@bothner.com
Tue Oct 25 21:52:00 GMT 2011


On 10/25/2011 12:27 PM, Per Bothner wrote:
> On 10/25/2011 12:01 PM, Jamison Hope wrote:
>> but keyword arguments only work with arguments that are
>> Objects, not primitives. So, when you use int, things blow up.
>
> You are indeed correct. I'm working on a fix.

I checked in the fix.  It was a little more tricky than it first seemed,
because I needed to figure out the best way to avoid a pointless
object allocation (and tweaking type inference).
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/



More information about the Kawa mailing list