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

Change |get_global_property()| to return Option<&T::Value>. Fixes #72 #73

Merged
merged 3 commits into from
Nov 5, 2024

Conversation

ekr-cfa
Copy link
Collaborator

@ekr-cfa ekr-cfa commented Nov 4, 2024

Returns None when either:

  • No global properties have been set
  • Global properties exist but the requested property has not been set.

Returns None when either:

- No global properties have been set
- Global properties exist but the requested property has not
  been set.
@ekr-cfa ekr-cfa force-pushed the ekr_issue72_missing_global_properties branch from ec887af to 544ccab Compare November 4, 2024 23:27
@ekr-cfa ekr-cfa marked this pull request as ready for review November 4, 2024 23:30
Copy link
Collaborator

@confunguido confunguido left a comment

Choose a reason for hiding this comment

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

This makes sense to me.

@ekr-cfa ekr-cfa merged commit 36de0a6 into main Nov 5, 2024
4 checks passed
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.

3 participants