You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser: avoid expensive heredocs evaluations early
Atm every line needs to be fully evaluated while it is
unlikely that a random line happens to be a heredoc.
Signed-off-by: Tonis Tiigi <[email protected]>
0 commit comments