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

Empty node list is currently not supported #81

Closed
Adhara3 opened this issue Aug 30, 2024 · 3 comments · Fixed by #83
Closed

Empty node list is currently not supported #81

Adhara3 opened this issue Aug 30, 2024 · 3 comments · Fixed by #83
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Adhara3
Copy link
Collaborator

Adhara3 commented Aug 30, 2024

The tag BU_: with no nodes produces a parsing error.
We should tolerate this.

@Adhara3 Adhara3 added the bug Something isn't working label Aug 30, 2024
@Uight
Copy link
Contributor

Uight commented Aug 30, 2024

true and easy enough. and as it is internally a hashset thats always initialized it wouldn't cause the public IEnumerable Nodes {get;} to ever be null which i like ;)

@Adhara3 Adhara3 added this to the 1.7 milestone Aug 31, 2024
@Adhara3 Adhara3 self-assigned this Aug 31, 2024
@Adhara3
Copy link
Collaborator Author

Adhara3 commented Aug 31, 2024

@Whitehouse112 can you please take care of this one?

Thx
A

@Whitehouse112
Copy link
Contributor

Of course, no problem

@Adhara3 Adhara3 assigned Whitehouse112 and unassigned Adhara3 Sep 2, 2024
Whitehouse112 added a commit to Whitehouse112/DbcParser that referenced this issue Sep 3, 2024
@Adhara3 Adhara3 linked a pull request Sep 3, 2024 that will close this issue
Adhara3 added a commit that referenced this issue Sep 3, 2024
#81 Empty node list is now supported. Regex refactoring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants