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
Did a quick pass with the debugger and it looks like during init of the plugin class, if the path has the tilde, the string ends up in the version field of the plugin class, instead of in the directory field. So, later down the line when directory is passed to some method's path parameter, Lando pukes backtrace.
The text was updated successfully, but these errors were encountered:
I don't think we've really supported the ~ in most cases...I know I've had to custom-implement support for some of my plugins if I wanted it, so I'm assuming core doesn't as well. Not sure if there's a theory behind why it's not supported. Perhaps a good v4 goal?
😊:
🤮:
Did a quick pass with the debugger and it looks like during init of the
plugin
class, if the path has the tilde, the string ends up in theversion
field of the plugin class, instead of in thedirectory
field. So, later down the line whendirectory
is passed to some method'spath
parameter, Lando pukes backtrace.The text was updated successfully, but these errors were encountered: