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

Extend list capacity, initialization and limitations #144

Open
phorward opened this issue Oct 18, 2024 · 0 comments
Open

Extend list capacity, initialization and limitations #144

phorward opened this issue Oct 18, 2024 · 0 comments
Labels
feature New feature or request help wanted Extra attention is needed

Comments

@phorward
Copy link
Member

0a2879f was a simple change that allows to extend a list automatically to arbitrary content by assigning to an index.

This behavior could be made more customizable:

  • change the default value that is used for newly added cells (instead of using Value::Null)
  • set an (optional) limit until which further cells are automatically added or a runtime error occurs
  • initialize a list with a given number of values

This issue is used to bundle commits related to this.

@phorward phorward added feature New feature or request help wanted Extra attention is needed labels Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant