Summary

import does not complain when passed nonextant identifiers

Metadata

Description

 
 (this is on toplevel; unknown what happens inside a module)

Changes and comments

[2014-06-06 22:39:53 UTC] sjamaan changed milestone from someday to 4.10.0

[2015-08-27 08:51:24 UTC] sjamaan changed milestone from 4.10.0 to 4.11.0

[2015-08-27 08:51:24 UTC] sjamaan wrote:

Inside a module it will do the same. However, if you try to use it, it'll complain that the identifier hasn't been imported. So it seems to me that these "extra" identifiers simply get ignored. Shouldn't be too hard to fix this, let's try to fix it for 4.11.

[2015-09-26 16:15:16 UTC] evhan changed status from new to closed

[2015-09-26 16:15:16 UTC] evhan set resolution to fixed

[2015-09-26 16:15:16 UTC] evhan wrote:

Fixed by 03d8d60 and dab1eb6.