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 MultRowVector to MultVector #9

Merged
merged 1 commit into from
Sep 19, 2017

Conversation

ssiccha
Copy link
Contributor

@ssiccha ssiccha commented Sep 15, 2017

Adjusts to changes in GAP's new IsMatrixObj interface.
This is kept compatible with GAP versions using the old interface by
declaring appropriate synonyms.

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.

Can you please the synonym declaration, and then rebase this PR? Thanks!

init.g Outdated
@@ -25,6 +25,9 @@ fi;
#
# Compatibility between older and newer versions of the MatrixObj interface
#
if not IsBound(MultVector) then
DeclareSynonym( "MultRowVector", MultVector );
Copy link
Member

Choose a reason for hiding this comment

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

That's backwards from what it should be :-).

Adjusts to changes in GAP's new IsMatrixObj interface.
This is kept compatible with GAP versions using the old
interface by declaring appropriate synonyms.
@codecov
Copy link

codecov bot commented Sep 19, 2017

Codecov Report

Merging #9 into master will increase coverage by 0.27%.
The diff coverage is 40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   26.84%   27.11%   +0.27%     
==========================================
  Files          10       10              
  Lines       10676    10569     -107     
  Branches      486      486              
==========================================
  Hits         2866     2866              
+ Misses       7717     7610     -107     
  Partials       93       93
Impacted Files Coverage Δ
gap/cvec.gi 29.95% <ø> (ø) ⬆️
init.g 42.93% <0%> (ø) ⬆️
gap/matrix.gi 13.83% <0%> (+0.49%) ⬆️
gap/cmat.gi 16.75% <0%> (ø) ⬆️
gap/linalg.gi 53.62% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 76e94f6...d2dc520. Read the comment docs.

@fingolfin fingolfin merged commit 19996f0 into gap-packages:master Sep 19, 2017
@fingolfin
Copy link
Member

Thanks!

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