-
Issues encounteredThey weren't mentioned in upgrade guide so i'm documenting it here for there record. 1 Undocumented RenameBefore we had
Solution: to use 2
|
Beta Was this translation helpful? Give feedback.
Answered by
bruceg
Oct 27, 2021
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mhratson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nil
was never valid VRL. However it was previously parsed as an undeclared variable, and all such variables contained the valuenull
. In 0.17, VRL now checks for undeclared variables and produces an error.