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

Update obsolete.gd #2781

Merged
merged 1 commit into from
Sep 7, 2018
Merged

Update obsolete.gd #2781

merged 1 commit into from
Sep 7, 2018

Conversation

fingolfin
Copy link
Member

This updates the list of obsoletes.

In particular, DeclarePackage, DeclareAutoPackage, DeclarePackageAutoDocumentation, and DeclarePackageDocumentation are all now unused and I hence disabled them.

Sadly we also had one regression: Tuple is now used by numericalsgps when it wasn't before.

@fingolfin fingolfin added this to the GAP 4.10.0 milestone Sep 6, 2018
@codecov
Copy link

codecov bot commented Sep 6, 2018

Codecov Report

Merging #2781 into master will increase coverage by 7.77%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2781      +/-   ##
==========================================
+ Coverage    68.1%   75.87%   +7.77%     
==========================================
  Files         480      481       +1     
  Lines      241225   241310      +85     
==========================================
+ Hits       164275   183099   +18824     
+ Misses      76950    58211   -18739
Impacted Files Coverage Δ
lib/obsolete.gd 79.16% <ø> (ø) ⬆️
hpcgap/lib/hpc/stdtasks.g 63.68% <0%> (-0.52%) ⬇️
lib/teachmod.g 12.94% <0%> (ø)
src/pperm.c 97.88% <0%> (+0.05%) ⬆️
src/vecgf2.c 72.83% <0%> (+0.05%) ⬆️
src/io.c 59.9% <0%> (+0.07%) ⬆️
grp/simple.gi 77.63% <0%> (+0.11%) ⬆️
src/gap.c 85.18% <0%> (+0.14%) ⬆️
lib/wordrep.gi 66.61% <0%> (+0.16%) ⬆️
src/exprs.c 96.41% <0%> (+0.17%) ⬆️
... and 182 more

Copy link
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.

In particular, DeclarePackage, DeclareAutoPackage, DeclarePackageAutoDocumentation, and DeclarePackageDocumentation are all now unused and I hence disabled them.

These are the only four that will be completely disabled by this PR. The rest of it only updates comments. Looks good, thanks.

@fingolfin
Copy link
Member Author

I think we should mention this in the release notes, even though nobody will care... Agreed?

@fingolfin fingolfin merged commit 43f04c7 into gap-system:master Sep 7, 2018
@fingolfin fingolfin added the release notes: to be added PRs introducing changes that should be (but have not yet been) mentioned in the release notes label Sep 7, 2018
@fingolfin fingolfin deleted the mh/obsolete branch September 7, 2018 07:23
@fingolfin fingolfin added release notes: added PRs introducing changes that have since been mentioned in the release notes and removed release notes: to be added PRs introducing changes that should be (but have not yet been) mentioned in the release notes labels Sep 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes: added PRs introducing changes that have since been mentioned in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants