Creation of vector in the body of a `every` arises an error
rodrimc opened this issue · comments
Rodrigo Costa M. Santos commented
The following code doesn't compile:
every 1s do
vector[] byte vet = [] .. "";
end
Error: invalid finalize´ : unexpected enclosing
every`
Version: 4bff92c
Francisco Sant'Anna commented
This was fixed in e8333f2.
(Only for upcoming v0.30)