Ticket #9 (closed enhancement: wontfix)

Opened 11 months ago

Last modified 10 months ago

Change opCat and opCatAssign to single-argument methods?

Reported by: JarrettBillingsley Assigned to: JarrettBillingsley
Priority: major Milestone: MiniD 2
Component: Language Keywords:
Cc:

Description

Possible reworking of opCat and opCatAssign metamethods to become single-argument functions rather than vararg.

Change History

01/15/08 21:17:43 changed by JarrettBillingsley

  • component changed from component1 to Language.

01/17/08 16:37:20 changed by JarrettBillingsley

  • status changed from new to closed.
  • resolution set to wontfix.

Meh, this isn't a big deal. I'll leave it as it is.

01/17/08 16:39:06 changed by Ligustah

What would have been the benefit of that change?

02/08/08 09:47:49 changed by JarrettBillingsley

Mostly so that a custom object, when appended, wouldn't get a list of other custom objects that it might have no idea what to do with. But I suppose it's not that big of an issue.