Ticket #5 (seen Problem)

Opened 3 years ago

Last modified 3 years ago

Bug with table[] of set[] initializers

Reported by: Christian Owned by:
Priority: Normal Milestone:
Component: Bro Version:
Keywords: Cc:

Description (last modified by seth) (diff)

The following script:

global a: table[count] of set[string] = {
        [5] = set("foo", "bar"),
};

fails with "... line 2 (foo, bar): bad tag in Val::CONVERTER (types/table)".

Change History

comment:1 Changed 3 years ago by seth

  • Description modified (diff)

comment:2 Changed 3 years ago by robin

  • Status changed from new to seen
Note: See TracTickets for help on using tickets.