vveralag / eowyn_issues

0 stars 0 forks source link

oN is showing up when generating a new command #121

Closed vveralag closed 3 years ago

vveralag commented 3 years ago

Created by Gitlab User danielcm: oN shows on most supercollider commands. All commands generated include a subcommand -oN= with a random number. oN is part of User.json file in the one_from_range section.

Although it was not part of the memicals changes merged recently, the problem is presenting on that branch only

Reported-by: Gitlab User gorly

vveralag commented 3 years ago

Commented by Gitlab User danielcm: changed due date to September 17, 2021

vveralag commented 3 years ago

Commented by Gitlab User danielcm: changed time estimate to 3h

vveralag commented 3 years ago

Commented by Gitlab User danielcm: added 2h of time spent at 2021-09-16

vveralag commented 3 years ago

Commented by Gitlab User danielcm: Root Cause: When adding oN into User.json file into the section one_from_range, generate_randoms_base will pick it up as a generic subcommand. generate_randoms_base can't deal with indexed subcommands like all those that end with capital N. Then generate_sc_randoms was also adding the proper offsets as it should.

vveralag commented 3 years ago

Commented by Gitlab User danielcm: added 30m of time spent at 2021-09-16

vveralag commented 3 years ago

Commented by Gitlab User danielcm: changed due date to September 20, 2021

vveralag commented 3 years ago

Commented by Gitlab User danielcm: merged !152

vveralag commented 3 years ago

Commented by Gitlab User danielcm: added 30m of time spent at 2021-09-20