Skip to content

Conversation

TheAssembler1
Copy link
Collaborator

@TheAssembler1 TheAssembler1 commented Sep 18, 2025

Remove #include "pdc_client_connect.h" from pdc.h.

Some tests then must include pdc_client_connect.h explicitly because they are calling private functions such as PDC_Client_insert_obj_ref_into_dart. I believe these are private because the pdc_naming_policy.txt states:
Private function: starting with capital PDC and underscore "_" after, example

PDC_prop_init()

If these are not private then they should probably be renamed and put into their own header file.

This also required some incorrect uses of PGOTO_DONE in the test code to be changed toTGOTO_DONE.

#284

@TheAssembler1 TheAssembler1 self-assigned this Sep 18, 2025
@TheAssembler1 TheAssembler1 requested a review from a team as a code owner September 18, 2025 19:14
@TheAssembler1 TheAssembler1 changed the title Installation fix Installation Fix Sep 18, 2025
@TheAssembler1 TheAssembler1 changed the title Installation Fix Installation fix Sep 18, 2025
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.

1 participant