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
@emil14 Currently working on it. Just noticed, that the test e2e/interface_with_imports is importing from the x repository, which includes a wrapper for Println, which needs to be updated to also take into account, that Println will return an error additionally to the result.
Example image_png.
Currently it prints all errors to println. I could change it, so the error of the println is handled too, but doesn't it make more sense, to send the errors to panic?
fmt.Println
(use search across*.neva
)The text was updated successfully, but these errors were encountered: