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

Sometimes prevent write access to vdx.Vector properties to avoid unexpected footguns. #7

Open
apozharski opened this issue Apr 10, 2024 · 0 comments

Comments

@apozharski
Copy link
Member

Currently one could set the sym, lb, ub, etc. on vdx,Vector to the wrong size leading to unexpected errors. Prevent this by intercepting assignments.
This is non-trivial as we don't want to enforce that we always have the same size vectors so need a flag to allow internal assignment.

@apozharski apozharski moved this to Backlog in Towards v1.0 Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant