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

[BUG] When parsing User Comments, the name of the comment (not the value!) gets lost #44

Open
omaus opened this issue Dec 18, 2023 · 0 comments
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.

Comments

@omaus
Copy link
Collaborator

omaus commented Dec 18, 2023

User Comments like this:

image

get partly lost when parsing:

| Comment _ ->
fun pv -> CvParam(Terms.StructuralTerms.userComment, pv, attributes)

The name of the comment (in the case above: "Worksheet") is ignored which results in information loss when parsing ARCs.

@omaus omaus added the Type: Bug Something is not working, and it is confirmed by maintainers to be a bug. label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.
Projects
Status: No status
Development

No branches or pull requests

1 participant