-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bump dependencies #3667
Bump dependencies #3667
Conversation
I now added |
b53e404
to
6378a21
Compare
I know of some other stuff that needs to be adjusted here. Possibly getting to it tomorrow |
Needs a rebase anyway |
It seems this does not yet have the |
I merged master (hopefully resolved the conflicts in However there is still a precompilation "warning" / error:
Looking at the two methods, they indeed have identical signature but one implements a tensor produce and one a direct product?! |
(CC @ThomasBreuer and @fieker as they may know best what to do about the |
This error is due to me renaming this from See thofma/Hecke.jl#1483 for the proposal. |
I think it is problematic that we now have to write methods for objects of some This will only get worse, since there are also Clearly if I intend to do |
That was exactly my point in Nemocas/AbstractAlgebra.jl#1675 (comment). Let's wait for @ThomasBreuer and @fieker to comment on this. In any way, the functions for FinGenAbGrp and FPModule should be named the same, so in the worst case we need to rename the thing in AA again. |
On Thu, May 02, 2024 at 06:29:12AM -0700, Lars Göttgens wrote:
@lgoettgens commented on this pull request.
> @@ -53,8 +53,8 @@ julia> R, (x, y) = polynomial_ring(K, ["x", "y"]);
julia> F = hom(R, R, z -> z^2, [y, x])
Ring homomorphism
- from multivariate polynomial ring in 2 variables over GF(2, 2)
- to multivariate polynomial ring in 2 variables over GF(2, 2)
+ from multivariate polynomial ring in 2 variables over K
+ to multivariate polynomial ring in 2 variables over K
This is one case where I don't like the name printing. Could/should we make an exception for finite fields (as we already do for the singletons like `QQ`)?
Why? You named the ring K?
Or is it about not just printing
Ring homomorphism from R to R?
Which is what I'd like to see here...
Mind you, GF(2,3) is not neccessarily the same as GF(2, 3), they can
come with different polynomials, and cached or not.
You're taste (not you as in you, but in general) is always very local.
For this output on this day, I really like (or not) this printing.
If we want to be consistent, then either all parent need to support
named printing - or none. Here it looks like: (some) people really like
ti (mostly when dealing with complicated rings), while some have always
hated it...
We can also choose to be not consistent...
(I was bitten today by groups: the output basically was I am a group of
type bla - very informative. To see more I need to ask for what I want
to see....)
… --
Reply to this email directly or view it on GitHub:
#3667 (review)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
6f98ef9
to
5dac6b1
Compare
@lgoettgens did you disable the tests with the problematic |
Yes, the GModule tests (exercising the "wrong" |
5dac6b1
to
c472e55
Compare
38c806a
to
551da26
Compare
This reverts commit 85c84e0.
551da26
to
cd10f0a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3667 +/- ##
==========================================
- Coverage 83.13% 83.12% -0.01%
==========================================
Files 577 577
Lines 78347 78306 -41
==========================================
- Hits 65130 65091 -39
+ Misses 13217 13215 -2
|
cc @thofma @fingolfin
Closes Nemocas/Nemo.jl#1722.
Waiting for: