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

[on hold] Support pointers #728

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

bernhardmgruber
Copy link
Member

This PR adds support for pointers to other records (with some limitations). This enables self-referrential data structures. The unit tests contain an example of a linked list and a binary search tree.

@codecov
Copy link

codecov bot commented Mar 25, 2023

Codecov Report

Merging #728 (d511856) into develop (38d0a31) will decrease coverage by 0.01%.
The diff coverage is 98.14%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #728      +/-   ##
===========================================
- Coverage    98.78%   98.77%   -0.01%     
===========================================
  Files           74       75       +1     
  Lines         7158     7266     +108     
===========================================
+ Hits          7071     7177     +106     
- Misses          87       89       +2     

@bernhardmgruber bernhardmgruber changed the title Support pointers [on hold] Support pointers Oct 1, 2023
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.

None yet

1 participant