-
-
Notifications
You must be signed in to change notification settings - Fork 114
Update: Skip processing substitution_definition nodes
#404
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
base: main
Are you sure you want to change the base?
Conversation
nutti
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do this in the transformer.
https://github.com/nutti/fake-bpy-module/blob/main/src/fake_bpy_module/transformer/rst_specific_node_cleaner.py
This should be CodeDocumentNode to remain its contents as a comment.
nutti
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you share the final html document which has substitution_definition node?
I want to check if is OK to skip or not.
https://docs.blender.org/api/current/bmesh.types.html Used replacements: |
2b1a096 to
ec180f6
Compare
|
Rebased to resolve conflicts, no functional changes. |
1613dbb to
ff6ddc8
Compare
|
Ahhh, errors due to conflicting line endings... rebasing. Should be good now. |
Still I could not understand the position. |
nutti
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some files include the changes which is not related to this.
I hope this comes from the line break format differentiation.
Can you make a separate PR?
This reverts commit 1174c49.
And leaving them as-is is producing errors later in `format_validator` transformer.
ff6ddc8 to
7bac1e7
Compare
See
The problem is So because of the line-endings issues, it was hard to commit the change separately, because git wants files to be renormalized according to |
|
Thank you @Andrej730 |
And leaving them as-is is producing errors later in
format_validatortransformer.Resolved blocking issue from #399