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

Rename vec for AbstractAlgebra matrices to _vec #3387

Merged
merged 3 commits into from
Feb 20, 2024

Conversation

lgoettgens
Copy link
Member

As suggested by @thofma in Nemocas/AbstractAlgebra.jl#1614 (comment).

In the initial commit, I only touched the function itself and everything related in experimental/GModule. All failures besides that are due to code relying on functionality in src and have to be dealt with on a case-by-case basis.

The easiest would be to move _vec out of experimental and adapt the call-sites to use _vec instead of vec. What do you think?

cc @thofma @fieker

@lgoettgens lgoettgens added the backport 1.0.x Should be backported to the release 1.0 branch label Feb 19, 2024
Copy link
Member

@fingolfin fingolfin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also fine by me.

@lgoettgens lgoettgens force-pushed the lg/rename-vec branch 3 times, most recently from 36b5711 to e337c68 Compare February 19, 2024 14:47
@lgoettgens
Copy link
Member Author

This now seems to work.

@aaruni96 aaruni96 mentioned this pull request Feb 20, 2024
33 tasks
@benlorenz benlorenz merged commit 0b282fb into oscar-system:master Feb 20, 2024
20 checks passed
@lgoettgens lgoettgens deleted the lg/rename-vec branch February 20, 2024 14:51
benlorenz pushed a commit that referenced this pull request Feb 21, 2024
* Rename `vec` for AbstractAlgebra matrices to `_vec`

* Move `_vec` to src

* Adapt callsites

(cherry picked from commit 0b282fb)
@benlorenz benlorenz removed the backport 1.0.x Should be backported to the release 1.0 branch label Feb 21, 2024
benlorenz added a commit that referenced this pull request Feb 23, 2024
### Backported PRs

- [x] #3367
- [x] #3379 
- [x] #3369
- [x] #3291
- [x] #3325
- [x] #3350 
- [x] #3351
- [x] #3365 
- [x] #3366
- [x] #3382
- [x] #3373
- [x] #3341
- [x] #3346
- [x] #3381
- [x] #3385
- [x] #3387 
- [x] #3398 
- [x] #3399 
- [x] #3374 
- [x] #3406 
- [x] #2823
- [x] #3298
- [x] #3386 
- [x] #3412 
- [x] #3392 
- [x] #3415 
- [x] #3394
- [x] #3391
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

Successfully merging this pull request may close these issues.

4 participants