fmgasparino / google-gin

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

Gin generates uncompilable code instead of flagging an error #155

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a Private module that exposes a key, but doesn't bind that same key.

What is the expected output? What do you see instead?

Gin should produce an error message stating that the user needs to bind the 
key, but instead it generates code that doesn't compile.

Original issue reported on code.google.com by dburr...@google.com on 25 May 2011 at 5:36

GoogleCodeExporter commented 9 years ago

Original comment by aragos on 6 Jun 2011 at 3:01