mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
ZAM documentation updates
This commit is contained in:
parent
40054e5f77
commit
aabf486416
1 changed files with 3 additions and 4 deletions
|
@ -61,7 +61,7 @@ of course this varies for different users.
|
||||||
|
|
||||||
### Deficiencies to eventually fix:
|
### Deficiencies to eventually fix:
|
||||||
|
|
||||||
* Error messages in compiled scripts often lack important identifying
|
* Error messages in compiled scripts have diminished identifying
|
||||||
information.
|
information.
|
||||||
|
|
||||||
* The optimizer assumes you have ensured initialization of your variables.
|
* The optimizer assumes you have ensured initialization of your variables.
|
||||||
|
@ -75,13 +75,12 @@ of the expression are modified by compiled scripts.
|
||||||
|
|
||||||
### Incompatibilities:
|
### Incompatibilities:
|
||||||
|
|
||||||
|
* ZAM ignores `assert` statements.
|
||||||
|
|
||||||
* When printing scripts (such as in some error messages), the names of
|
* When printing scripts (such as in some error messages), the names of
|
||||||
variables often reflect internal temporaries rather than the original
|
variables often reflect internal temporaries rather than the original
|
||||||
variables.
|
variables.
|
||||||
|
|
||||||
* The deprecated feature of intermixing vectors and scalars in operations
|
|
||||||
(e.g., `v2 = v1 * 3`) is not supported.
|
|
||||||
|
|
||||||
* The `same_object()` BiF will always deem two non-container values as
|
* The `same_object()` BiF will always deem two non-container values as
|
||||||
different.
|
different.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue