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

Remove dependencies from Singleton and FlagLock #725

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mjp41
Copy link
Member

@mjp41 mjp41 commented Jan 3, 2025

The singleton and flag lock cannot be used inside the Pal. As it was defined in ds rather than ds_core. This alters the structure to add a ds_aal that can be used from the Pal, but can also take a dependence on the aal.

@mjp41 mjp41 force-pushed the singleton branch 2 times, most recently from a026643 to 6d78c8c Compare January 6, 2025 09:07
@mjp41
Copy link
Member Author

mjp41 commented Jan 6, 2025

FYI, I want this to be able to use the Singleton inside the Pal.

@mjp41 mjp41 changed the title Remove dependencies from Singleton Remove dependencies from Singleton and FlagLock Jan 6, 2025
@mjp41
Copy link
Member Author

mjp41 commented Jan 6, 2025

@davidchisnall tagging you because you originally design the layering of directories. I think this respects the original design but enables a couple of pieces to be used in the Pal. This is important for implementing #727 without having to duplicate code.

@mjp41 mjp41 requested a review from nwf January 6, 2025 14:10
Copy link
Collaborator

@SchrodingerZhu SchrodingerZhu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the change looks good to me

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