-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
breaking changeUsed to mark a PR or issue that changes our public APIs.Used to mark a PR or issue that changes our public APIs.component: generatorsgood first issueissue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrongsize: smallBugs that can be picked up and completed in 1-3 daysBugs that can be picked up and completed in 1-3 days
Description
This causes

this generates list = {None, None, None} print(#list) printing 0
Expected Behavior:
The generator should produce list = {nil, nil, nil} print(#list) printing 3
To Fix
- In the list block-code generators. Change references to
'None'to'nil'. - Update the block-code generator tests if they are failing.
Metadata
Metadata
Assignees
Labels
breaking changeUsed to mark a PR or issue that changes our public APIs.Used to mark a PR or issue that changes our public APIs.component: generatorsgood first issueissue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrongsize: smallBugs that can be picked up and completed in 1-3 daysBugs that can be picked up and completed in 1-3 days