-
-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AddDelegate produces a MissingMethodException #1507
Comments
@FrankRay78 Do you know if any of the work we've done lately might have affected this? |
It's be a long time since any core CLI changes have been made, so without stepping through the code/git history, I suspect it's been latent. Also, I've suspected for a while now, that branch behaviour, particularly branch of branch of branch, is not as thoroughly used/test covered, compared to default command, first level commands. I would guess there are other 'edge cases' like this, lying latent. |
Looking at the Empty Configurator in the case you call .AddDelegate in this case
It will default to using
It defaulted to using
|
@JacobCZ adding this should fix it in the meantime!
|
I'd welcome a PR for this @BlazeFace, and I would prioritise its review with a view to merging. |
Information
macOS 14.3
0.48.0
8.0.100
Describe the bug
Using the
AddDelegate
method on a command branch produces aMissingMethodException
.To Reproduce
AddDelegate
This produces a
MissingMethodException
.Expected behavior
The delegate function runs and prints "This doesn't work" in red
The text was updated successfully, but these errors were encountered: