Runtime error - Can't post issue, so here it is #1596
sarimarton
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi - thanks for raising this - not sure why you can't submit an issue! Found the bug - it's caused by a log statement when handling another error; will fix in the next release. The error yq is trying to show you is:
I recently updated variable handling to work more like
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
There's a runtime error occurring in yq, and I can't post an issue because the 'Submit' button is disabled, I don't have time to figure out. I guess you're interested in runtime errors, otherwise sorry for bothering ¯_(ツ)_/¯
So here is the issue:
Describe the bug
Version of yq: 4.31.2
Operating system: mac
Installed via: homebrew
Description:
yq produces a runtime error with a certain input. Please find the cmd line below, note that if
date=
is a valid past date (e.g.date=2023-03-10
'), it works. Obviously with a wrong date the webpage will be out of the desired shape, but it shouldn't (and up until recently didn't) produce a runtime error.Input command:
It also produces a runtime error if I don't reference a declared variable, no matter of what the input is:
Beta Was this translation helpful? Give feedback.
All reactions