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
Hi, gopatch doesn't yet support elision in value declarations #6 .
But it should work against the format specified in the patch. Ref
The below patch should work & add the new line.
Hello!
I have a global var block as follows:
Let's say I want to insert a new variable
SystemProcessorLabelNames
after theSystemMemoryLabelNames
This doesn't work:
And this doesn't work:
Although replacing works fine like that:
But I need to append a new line. Appending works fine inside functions, just like that:
But inside var block it either fails or skips the file. Is this a bug or my mistake? Thanks.
The text was updated successfully, but these errors were encountered: