Concatenating with an empty record.
Concatenating with an empty record.
- Subject: Concatenating with an empty record.
- From: Emmanuel <email@hidden>
- Date: Fri, 14 Apr 2006 15:29:30 +0200
Hello,
In an attempt to have it fixed eventually, I am posting here a report
for a serious and old bug still present.
Concatenating a record with an empty record still crashes AppleScript.
You can't test that with AppleScript only, you need an application
able to make an empty record (technically, an empty AERecord.)
For instance, in Smile, you can easily do:
set d to make new dialog
set di to make new dialog item at d with properties {control kind:368}
-- the "font" property of dialog items is a record, which is empty by default
{hello:"world"} & (get font of di) --> crash
I have filed the bug already in the past, I filed it again a few
minutes ago, it will probably be soon categorized "Duplicate", which
will somehow annihilate my bug report, that's why I'm using the
ASUsers list channel to let the Apple team know.
Thanks to them in advance,
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden