Skip to content

closing some issues towards v2.0 release#44

Merged
olexandr-konovalov merged 1 commit into
masterfrom
assorted-changes
May 15, 2026
Merged

closing some issues towards v2.0 release#44
olexandr-konovalov merged 1 commit into
masterfrom
assorted-changes

Conversation

@IrynaRaievska
Copy link
Copy Markdown
Collaborator

@IrynaRaievska IrynaRaievska commented May 13, 2026

Closing #25, #28, #35, #40, #43, #45

@codecov
Copy link
Copy Markdown

codecov Bot commented May 13, 2026

Codecov Report

❌ Patch coverage is 73.68421% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.98%. Comparing base (ebc550f) to head (47eca7a).

Files with missing lines Patch % Lines
lib/lib_local.gi 70.00% 9 Missing ⚠️
lib/local.gi 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
- Coverage   97.50%   96.98%   -0.52%     
==========================================
  Files           5        5              
  Lines         640      664      +24     
==========================================
+ Hits          624      644      +20     
- Misses         16       20       +4     
Files with missing lines Coverage Δ
lib/lib_local.gd 100.00% <100.00%> (ø)
lib/local.gd 100.00% <100.00%> (ø)
lib/local.gi 96.95% <66.66%> (ø)
lib/lib_local.gi 94.44% <70.00%> (-1.46%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Member

@olexandr-konovalov olexandr-konovalov left a comment

Choose a reason for hiding this comment

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

I suggest the following changes, adding error messages

Comment thread lib/lib_local.gi Outdated

h := DirectoriesPackageLibrary( "LocalNR", Concatenation( "Endom/", String( k ) ) );
if IsEmpty( h ) then
return false;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Instead of returning false, better to call an error:

Error("The library of local near rings of order ", k, " is not available");

Comment thread lib/lib_local.gi
if IsEmpty( h ) then
return false;
else
w := Filename( h, Concatenation( "Endom", String( k ), "_", String( l ), "-", String( m ), "_", String( n ), ".txt" ) );
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Should add a check if this part is not available

if w = fail then
    Error("The library of local near rings with the additive group [", k ",", l, "] and multiplicative group [", m ",", n, "] is not available");
fi;

Comment thread lib/lib_local.gd
#! $(r + a)s − rs\in I$ hold.
#! Main results accumulated for local nearrings
#! can be found in the surveys
#! <Cite Key="MR2799412"/> and <Cite Key="MR4943879"/>.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@IrynaRaievska @raemarina please also add the bib file - the manual can not be built otherwise

@olexandr-konovalov olexandr-konovalov changed the title closing #28, #40, #43 closing #28, #40, #43 issues May 15, 2026
@olexandr-konovalov olexandr-konovalov changed the title closing #28, #40, #43 issues closing #28, #40, #43 issues. May 15, 2026
@olexandr-konovalov olexandr-konovalov changed the title closing #28, #40, #43 issues. closing some issues towards v2.0 release May 15, 2026
@olexandr-konovalov olexandr-konovalov merged commit 2b49346 into master May 15, 2026
8 of 9 checks passed
@olexandr-konovalov olexandr-konovalov deleted the assorted-changes branch May 15, 2026 11:07
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