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

Fix #33, rework seds_xmlparser_recreate_xml #34

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

jphickey
Copy link
Contributor

@jphickey jphickey commented Feb 8, 2023

Resolves two issues in this implementation:

  • The second argument is expected to be a table of attributes, but if the element had no attributes at all, it may be nil.
  • Use the lua stack for concatenating the strings, rather than a luaL_Buffer object. This avoids the 8KiB limitation.

Fixes #33

Resolves two issues in this implementation:
 - The second argument is expected to be a table of attributes, but if
   the element had no attributes at all, it may be nil.
 - Use the lua stack for concatenating the strings, rather than a
   luaL_Buffer object.  This avoids the 8KiB limitation.
@jphickey jphickey added the CCB:Ready Pull request is ready for CCB discussion label Mar 13, 2023
@dzbaker dzbaker added CCB:Approved Indicates code review and approval by community CCB and removed CCB:Ready Pull request is ready for CCB discussion labels Mar 16, 2023
@dzbaker dzbaker merged commit 5e10e9c into nasa:main Mar 16, 2023
@jphickey jphickey deleted the fix-33-longdesc-text branch April 20, 2023 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCB:Approved Indicates code review and approval by community CCB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LongDescription text field processing issues
2 participants