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

galois_group: fix is_normal call after removed deprecations #3385

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

benlorenz
Copy link
Member

@benlorenz benlorenz commented Feb 19, 2024

Example from the book code.

We previously had

@deprecate is_normal(G::T, H::T) where T <: GAPGroup is_normalized_by(H, G)

but this code line was not covered by the tests.

@benlorenz benlorenz added the backport 1.0.x Should be backported to the release 1.0 branch label Feb 19, 2024
@aaruni96 aaruni96 mentioned this pull request Feb 19, 2024
33 tasks
Copy link

codecov bot commented Feb 19, 2024

Codecov Report

Merging #3385 (18e006e) into master (aefcd0a) will increase coverage by 0.02%.
Report is 1 commits behind head on master.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3385      +/-   ##
==========================================
+ Coverage   82.08%   82.10%   +0.02%     
==========================================
  Files         557      557              
  Lines       73971    73971              
==========================================
+ Hits        60717    60734      +17     
+ Misses      13254    13237      -17     
Files Coverage Δ
src/NumberTheory/GaloisGrp/GaloisGrp.jl 75.30% <100.00%> (+1.16%) ⬆️

@fingolfin fingolfin merged commit a73b844 into master Feb 20, 2024
24 checks passed
@fingolfin fingolfin deleted the bl/isnormsubg branch February 20, 2024 00:49
benlorenz added a commit that referenced this pull request Feb 21, 2024
* fix is_normal call after removed deprecations

* galois_group: add test from the book

(cherry picked from commit a73b844)
@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.

2 participants