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

fix(urns): pass NID and NSS to base class type parameters #2822

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

szkl
Copy link
Contributor

@szkl szkl commented Jan 12, 2024

URNSpace base class methods were using string type by default
which was preventing type inference that would be achieved by
predicate methods like URNSpace.is.

@szkl szkl self-assigned this Jan 12, 2024
@szkl szkl added the bug Indicates an unexpected problem or unintended behavior label Jan 12, 2024
@szkl szkl changed the title fix(urns): pass ‘NID‘ and ‘NSS’ to base class type parameters fix(urns): pass NID and NSS to base class type parameters Jan 12, 2024
@szkl szkl force-pushed the fix/urns/typed-components-urn-space branch from 03bbdd4 to 10bd3aa Compare January 12, 2024 03:48
@szkl szkl marked this pull request as draft January 12, 2024 04:38
@szkl szkl force-pushed the fix/urns/typed-components-urn-space branch from 10bd3aa to 6871232 Compare January 13, 2024 06:24
@szkl szkl marked this pull request as ready for review January 13, 2024 06:26
@szkl szkl force-pushed the fix/urns/typed-components-urn-space branch from 6871232 to 00c6ddd Compare January 21, 2024 15:56
@szkl szkl force-pushed the fix/urns/typed-components-urn-space branch 2 times, most recently from a6b26fd to 49147f3 Compare February 5, 2024 21:22
‘URNSpace’ base class methods were using ‘string‘ type by default
which was preventing type inference that would be achieved by
predicate methods like ‘URNSpace.is’.
@szkl szkl force-pushed the fix/urns/typed-components-urn-space branch from 49147f3 to 4dbe0dd Compare February 5, 2024 21:24
@betimshahini betimshahini merged commit 24dce18 into main Feb 8, 2024
14 checks passed
@betimshahini betimshahini deleted the fix/urns/typed-components-urn-space branch February 8, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants