fmgasparino / google-gin

Automatically exported from code.google.com/p/google-gin
Apache License 2.0
0 stars 0 forks source link

bind(TypeLiteral).to(TypeLiteral) not supported #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to bind a generic concrete implementation to a generic interface.
2. Do this by trying to bind the TypeLiteral concrete generic
implementation to generic interface.
3. binding a TypeLiteral to another TypeLiteral is not supported.

What is the expected output? What do you see instead?
This should be possible.

What version of the product are you using? On what operating system?
svn r86.

Please provide any additional information below.
Discussed here:
http://groups.google.com/group/google-gin/browse_thread/thread/54813ada541e12a9

Original issue reported on code.google.com by arthur.k...@gmail.com on 24 Feb 2009 at 3:05

GoogleCodeExporter commented 9 years ago

Original comment by bstoler+code@google.com on 24 Feb 2009 at 3:26

GoogleCodeExporter commented 9 years ago
Patch sent for review: http://codereview.appspot.com/20067

Original comment by bstoler+code@google.com on 25 Feb 2009 at 2:09

GoogleCodeExporter commented 9 years ago
Committed in r92.

Original comment by bstoler+code@google.com on 27 Feb 2009 at 2:21