-
Notifications
You must be signed in to change notification settings - Fork 4
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
Can't introduce base for void attribute #76
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Comments
@yegor256 WDYT? |
@maxonfjvipon yes, definitely |
yegor256
added
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
labels
Dec 2, 2024
@yegor256 please assign me |
@maxonfjvipon go ahead |
maxonfjvipon
added a commit
to maxonfjvipon/lints
that referenced
this issue
Dec 2, 2024
yegor256
added a commit
that referenced
this issue
Dec 2, 2024
fix(#76): add exception for void attribute with base
@rultor release, tag is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
I'm trying to implement this feature: objectionary/eo#3529.
It requires us to put
∅
as base to void attributes.EO:
XML:
While implementing I'm getting tests failed on verification step with next error:
The object "∅" is not defined anywhere (unknown-name)
I think an exceptional case must be added to the
unkhown-name
check.The text was updated successfully, but these errors were encountered: