One element sequence should be preserved as sequence #34

Closed
opened 2022-06-20 05:57:00 +02:00 by robben · 2 comments
robben commented 2022-06-20 05:57:00 +02:00 (Migrated from engi.evolpe.it)

Current behaviour:

say [(10;20)].0; -- prints 10
say [(10;20)].1; -- prints 20

Correct behaviour:

say [(10;20)].0; -- prints 20
say [(10;20)].1; -- out of range error
Current behaviour: ``` say [(10;20)].0; -- prints 10 say [(10;20)].1; -- prints 20 ``` Correct behaviour: ``` say [(10;20)].0; -- prints 20 say [(10;20)].1; -- out of range error ```
robben commented 2022-06-20 05:57:00 +02:00 (Migrated from engi.evolpe.it)

assigned to @robben

assigned to @robben
robben commented 2022-06-20 06:20:46 +02:00 (Migrated from engi.evolpe.it)

Done in d60e2dfb38

Done in d60e2dfb381be65e986278df425767f7519dc16b
Sign in to join this conversation.
No Label
bug
enhancement
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: s416496/musique#34
No description provided.