Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline vs. out-of-line distinction is annoying #256

Closed
frostburn opened this issue Apr 27, 2024 · 1 comment · Fixed by #334
Closed

Inline vs. out-of-line distinction is annoying #256

frostburn opened this issue Apr 27, 2024 · 1 comment · Fixed by #334
Labels
question Further information is requested

Comments

@frostburn
Copy link
Member

Like why does it have to be unstacked(4:5:6:7:8) and not just unstack(4:5:6:7:8)?

@frostburn frostburn added the question Further information is requested label Apr 27, 2024
@frostburn
Copy link
Member Author

One option would be to make unstack(scale) do:

const result = unstacked(scale);
clear(scale);
return result;

frostburn added a commit that referenced this issue Jun 2, 2024
Favor creating copies.
Favor popping the pre-existing scale.

ref #256
frostburn added a commit that referenced this issue Jun 2, 2024
Favor creating copies.
Favor popping the pre-existing scale.

ref #256
@frostburn frostburn linked a pull request Jun 2, 2024 that will close this issue
frostburn added a commit that referenced this issue Jun 2, 2024
Favor creating copies.
Favor popping the pre-existing scale.

ref #256
frostburn added a commit that referenced this issue Jun 3, 2024
Favor creating copies.
Favor popping the pre-existing scale.

ref #256
frostburn added a commit that referenced this issue Jun 3, 2024
Favor creating copies.
Favor popping the pre-existing scale.

ref #256
frostburn added a commit that referenced this issue Jun 3, 2024
Favor creating copies.
Favor popping the pre-existing scale.

ref #256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant