mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Bump auxil/spicy to latest development snapshot
This patch bump Spicy to the latest development snapshot. This introduces a backwards-incompatible change in that it removes support for a never officially supported syntax to specify unit fields (so I would argue: not strictly a breaking change).
This commit is contained in:
parent
cb56837f07
commit
41db05238b
4 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ public type Request = unit {
|
|||
|
||||
switch {
|
||||
-> : /\/W/ { self.whois = True; }
|
||||
-> void;
|
||||
-> : void;
|
||||
};
|
||||
|
||||
: OptionalWhiteSpace;
|
||||
|
|
|
@ -7,7 +7,7 @@ import spicy;
|
|||
public type Message = unit {
|
||||
switch {
|
||||
-> prio: Priority;
|
||||
-> void;
|
||||
-> : void;
|
||||
};
|
||||
|
||||
msg: bytes &eod;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue