Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

Disallow second order imports #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At present, if you have a module "a" that imports a symbol "b", another module 
can import "b" from module "a".  This is dangerous.  We should disallow these 
kinds of second-order imports unless the imported symbol is explicitly exported 
by the intermediate module.

Original issue reported on code.google.com by mind...@gmail.com on 15 Sep 2010 at 2:57

GoogleCodeExporter commented 9 years ago

Original comment by mind...@gmail.com on 7 Jun 2011 at 9:02

GoogleCodeExporter commented 9 years ago

Original comment by mind...@gmail.com on 28 Jul 2011 at 2:02

GoogleCodeExporter commented 9 years ago
Fixed in revision e0b3bf63c8c8

Original comment by mind...@gmail.com on 1 Aug 2011 at 1:58