-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
Subfield subcodes #20039
Comments
Branch: u/dlucas/subfield_subcode |
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:3
This is still a WIP I push here as there's some work done which might be of any interest. In my branch, one will find:
Known issues
|
Author: David Lucas |
Dependencies: #19930 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
comment:7
I implemented a decoder for subfield subcodes, rewrote some documentation and fixed the bugs I found. This is now open for review. David |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
comment:9
I made a few fixes:
This is still open for review. David |
comment:10
after a very quick look I noticed that you swapped the order of parameters for Are you really willing to do so? |
comment:11
Hello, I did that for consistency with the new code classes I'm designing, in which the base field of the code is the first argument. And in that case, it was actually done in #19930... Which is now closed. I hope it's not a problem... Best, David |
comment:12
Hi David, Please split the two items you mention into two different tickets if possible. Best, |
comment:13
Hello, I opened a new ticket for my field embeddings class. See it in #20284. Best, David |
Changed branch from u/dlucas/subfield_subcode to u/jlavauzelle/subfield_subcode |
comment:16
Hi, I merged it with the latest beta, and made it work with the new Still needs review then. Best, Julien New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:18
Hi David, First, I merged with the latest beta. I also reviewed your code. Nice piece of code, again. A few remarks:
I my commits, I proposed to check the embedding instead of the field order (well, in fact, the field will be checked via the embedding).
If you agree with my changes, put it on positive review. Julien |
Reviewer: Julien Lavauzelle |
Changed branch from u/jlavauzelle/subfield_subcode to u/dlucas/subfield_subcode |
comment:20
Hello, I agree with your changes, thanks for your work! If this is fine with you, you can set it to Best, David New commits:
|
comment:21
Hi, Alright, I didn't know there was such a automatic registration. Great :) Positive review then. Julien |
Changed branch from u/dlucas/subfield_subcode to |
This ticket proposes an implementation of subfield subcodes.
Depends on #19930
Depends on #19653
Depends on #20284
Component: coding theory
Author: David Lucas
Branch/Commit:
0cd4c3d
Reviewer: Julien Lavauzelle
Issue created by migration from https://trac.sagemath.org/ticket/20039
The text was updated successfully, but these errors were encountered: