Skip to content

Type mods2 - #79

Merged
andrewwinters5000 merged 19 commits into
mainfrom
TypeMods2
Jul 31, 2026
Merged

Type mods2#79
andrewwinters5000 merged 19 commits into
mainfrom
TypeMods2

Conversation

@DavidAKopriva

Copy link
Copy Markdown
Collaborator

This version creates options for working with type defined and class defined pointers.

Distinguish between type and class dummy arguments
Allow either a class or type to be added to a linked list iterator,
@codecov

codecov Bot commented Jul 26, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 87.23404% with 18 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.67%. Comparing base (58212d5) to head (cd805a4).

Files with missing lines Patch % Lines
Source/FTObjects/FTObjectArrayClass.f90 44.44% 5 Missing ⚠️
Source/FTObjects/FTSparseMatrixClass.f90 28.57% 5 Missing ⚠️
Source/FTObjects/FTStackClass.f90 0.00% 5 Missing ⚠️
Source/FTObjects/FTLinkedListClass.f90 94.73% 2 Missing ⚠️
Source/FTObjects/FTExceptionClass.f90 92.85% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #79      +/-   ##
==========================================
- Coverage   94.58%   93.67%   -0.91%     
==========================================
  Files          32       31       -1     
  Lines        2860     2957      +97     
==========================================
+ Hits         2705     2770      +65     
- Misses        155      187      +32     
Flag Coverage Δ
unittests 93.67% <87.23%> (-0.91%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Increase coverage on linked list class
DavidAKopriva and others added 16 commits July 27, 2026 08:12
Remove asn unneeded class version in FTDictionaryClass. Add test for class version of release in MultiIndexTable
cover unused add null to iterator
Make a change to test HOHQMesh ifx error
Put deallocation back in
Add TODO on location of problem with ifx compiler.
Restore FTMultableObjectArray deallocation procedure. Plus, found a bug where if a linked list didn't have any items in it, it's status as circular or not could be changed.
Now distinguishes between objects defined by TYPE and those defined by CLASS
Add news about Class/type distinction

@andrewwinters5000 andrewwinters5000 left a comment

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.

The changes look good with the new releaseXXClass versions of the routines. I only left one question about some commented code.

IF(.NOT.ASSOCIATED(obj)) self => NULL()
END SUBROUTINE releaseFTKeyObjectPair
!!
!!////////////////////////////////////////////////////////////////////////

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 this routine be removed?

@andrewwinters5000
andrewwinters5000 merged commit 3e3b093 into main Jul 31, 2026
12 of 15 checks passed
@andrewwinters5000
andrewwinters5000 deleted the TypeMods2 branch July 31, 2026 08:59
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