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

C++ 17 Specification support #150

Closed
zelenyhleb opened this issue Aug 26, 2022 · 0 comments
Closed

C++ 17 Specification support #150

zelenyhleb opened this issue Aug 26, 2022 · 0 comments
Assignees
Labels

Comments

@zelenyhleb
Copy link
Member

zelenyhleb commented Aug 26, 2022

After some experiments on the cpp17 specification standarts I have some interesting results:

JTidy ignores empty tags by default

Already fixed it in branch.

Some points are duplicated #152

image
This speccification requires to change naming conventions a bit, because some point names and descriptions are duplicated, while their contents doesn't.
image

Table list resolution#151

Tables cannot be added to model because of OOB Exception. Needs further investigation.

Parsing synopses #163

Just crashes on parsing synopses. Can't find <code> element, as I assume according to the error. Commented creating synopses for now.

Spot crashes #151

Some tables cannot be parsed for unknown reason. RGM crashes on title resolution (out of bounds).

Cpp revision selection #153

We need to let user choose which specification he wants to import and introduce some UI for it.

Ensure TOC is parsed correctly #157

We need to ensure that TOC structure is parsed correctly for CPP 17 as well.

Ensure sections structure is parsed correctly #158

We need to ensure that sections structure is parsed correctly for CPP 17 as well.

Ensure References are correctly set #159

We need to ensure that in-point references are set correctly for CPP 17 as well.

@zelenyhleb zelenyhleb self-assigned this Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant