-
Notifications
You must be signed in to change notification settings - Fork 82
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
TypeError when using ClassAssistedBuilder with @inject #63
Comments
davidparsson
changed the title
TypeError when using ClassAssistedBuilder
TypeError when using ClassAssistedBuilder with @inject
Apr 10, 2017
It however works when the
|
I believe that PR #61 fixes this, but it has not yet been released. |
That looks probable, yes. Thanks!
…On Tue, 11 Apr 2017 at 07:53, Ramón Medrano Llamas ***@***.***> wrote:
I believe that PR #61 <#61>
fixes this, but it has not yet been released.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#63 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAT2zdvSbIFadD30Y6meg0oQeEbnnv26ks5ruxVegaJpZM4M48gq>
.
|
Just released 0.12.1 which includes this fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been trying to use the
ClassAssistedBuilder
and theAssistedBuilder
as described in the docs, but I'm getting the following exception:This is the code I'm running:
Am I doing something wrong, or is it not working as intended?
The text was updated successfully, but these errors were encountered: