Ticket #5 (seen Problem)
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
Note: See
TracTickets for help on using
tickets.