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

Add back ViewObj method for generic fields #2936

Merged
merged 1 commit into from
Oct 23, 2018

Conversation

ThomasBreuer
Copy link
Contributor

This method had been lost in 2012 (see Commit v4.6.0)
when a ViewString method had replaced it.
Note that other ViewObj methods for the objects in question are
applicable that have a higher rank than the delegation to ViewString.
The same happens for many objects, but for the moment I want to fix
the behavior for fields.

(This could have been noticed in tst/testbugfix/2012-08-14-t00271.tst.)

This method had been lost in 2012 (see Commit v4.6.0)
when a `ViewString` method had replaced it.
Note that other `ViewObj` methods for the objects in question are
applicable that have a higher rank than the delegation to `ViewString`.
The same happens for many objects, but for the moment I want to fix
the behavior for fields.

(This could have been noticed in `tst/testbugfix/2012-08-14-t00271.tst`.)
@codecov
Copy link

codecov bot commented Oct 23, 2018

Codecov Report

Merging #2936 into master will increase coverage by <.01%.
The diff coverage is 87.5%.

@@            Coverage Diff             @@
##           master    #2936      +/-   ##
==========================================
+ Coverage   83.79%    83.8%   +<.01%     
==========================================
  Files         680      681       +1     
  Lines      346451   346747     +296     
==========================================
+ Hits       290310   290591     +281     
- Misses      56141    56156      +15
Impacted Files Coverage Δ
lib/field.gi 73.19% <87.5%> (+0.17%) ⬆️
src/weakptr.c 98.51% <0%> (-0.7%) ⬇️
lib/read5.g 100% <0%> (ø) ⬆️
src/julia_gc.c 93.63% <0%> (ø)
src/gap.c 84.38% <0%> (+0.09%) ⬆️
src/system.c 69.63% <0%> (+0.09%) ⬆️
src/stats.c 95.47% <0%> (+0.19%) ⬆️
lib/init.g 81.11% <0%> (+0.69%) ⬆️

@ThomasBreuer ThomasBreuer merged commit 30c038b into gap-system:master Oct 23, 2018
@ThomasBreuer ThomasBreuer deleted the TB_ViewObj_for_fields branch October 23, 2018 11:04
@PaulaHaehndel PaulaHaehndel added release notes: to be added PRs introducing changes that should be (but have not yet been) mentioned in the release notes topic: library labels Apr 15, 2019
@fingolfin fingolfin changed the title re-added the ViewObj method for generic fields Add back ViewObj method for generic fields Aug 22, 2019
@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 Aug 22, 2019
@olexandr-konovalov olexandr-konovalov added this to the GAP 4.11.0 milestone Feb 15, 2020
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 topic: library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants