Ticket #1 (closed bug: fixed)

Opened 7 months ago

Last modified 6 months ago

Extra comma in map(), filter()

Reported by: Ratio Owned by:
Priority: low Milestone:
Component: rhostmush Version:
Severity: bug Keywords:
Cc:

Description

In order to pass an argument (or multiple arguments) with either filter() or map(), an extra trailing comma is needed.

Replication of issue:

&map.junk me=%0 arg:%1

think map(me/map.junk,1|2|3,|,|,9) --failure

think map(me/map.junk,1|2|3,|,|,9,) --success

Change History

Changed 6 months ago by Ashen-Shugar

  • status changed from new to closed
  • severity set to bug
  • type set to bug
  • component set to rhostmush
  • priority set to low
  • resolution set to fixed

Fixed. Thanks for the bug report.

Was an off-by-one count issue with the arguments.

Note: See TracTickets for help on using tickets.