Skip to content
#

bro

Here's what we found matching this topic...

vpax
vpax commented Sep 5, 2019

The following simple script:
redef enum foo += { bar };
generates a reasonable error, but that's followed by an Assertion failure:

error in ./bug.bro, line 1: unknown identifier (foo)
Assertion failed: (cur_enum_type), function yyparse, file parse.y, line 818.

The first is fine, the second is tacky :-P.

Improve this page

Add a description, image, and links to the bro topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bro topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.