-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Change: major[Issue / PR] describes a breaking change of any kind[Issue / PR] describes a breaking change of any kindDomain: main[Issue / PR] describes change in the functionality, its optimization[Issue / PR] describes change in the functionality, its optimizationPending: blocked[Issue / PR] cannot be addressed until another issue is resolved[Issue / PR] cannot be addressed until another issue is resolvedPriority: medium[Issue / PR] should be addressed without delay[Issue / PR] should be addressed without delayType: bug[Issue / PR] addresses malfunction[Issue / PR] addresses malfunction
Description
Protocol-compliant implementation assumes .return(…) method having a parameter, that's basically passed through as the return value of the method's call. Since xrange is a number iterator, it is designed to return "nothing" (i.e., undefined) after the iterated range is finished (the current NaN is temporary as per parzh/xrange#50), which means that the returned value of .return(…) is always an implicit undefined, and it doesn't depend on any inputs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Change: major[Issue / PR] describes a breaking change of any kind[Issue / PR] describes a breaking change of any kindDomain: main[Issue / PR] describes change in the functionality, its optimization[Issue / PR] describes change in the functionality, its optimizationPending: blocked[Issue / PR] cannot be addressed until another issue is resolved[Issue / PR] cannot be addressed until another issue is resolvedPriority: medium[Issue / PR] should be addressed without delay[Issue / PR] should be addressed without delayType: bug[Issue / PR] addresses malfunction[Issue / PR] addresses malfunction