mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00

This allows to ignore-deprecations as follows: @pragma push ignore-deprecations print r$deprecated; @pragma pop A bit of infrastructure is put in place for the push and pop, but nothing overly generalized for future pragmas.
10 lines
460 B
Text
10 lines
460 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
warning in <...>/ignore-deprecations.zeek, line 12: deprecated (R$s): Use t instead of s (R($s=s1, $t=t1))
|
|
warning in <...>/ignore-deprecations.zeek, line 13: deprecated (R$s): Use t instead of s (r1$s)
|
|
warning in <...>/ignore-deprecations.zeek, line 21: deprecated (R$s): Use t instead of s (r1$s)
|
|
s, s1
|
|
t, t1
|
|
s, s2
|
|
t, t2
|
|
o1, [o=s1]
|
|
o2, [o=s1]
|