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

XML: Add a contextual version of the parser for XML #2935

Merged
merged 7 commits into from
Dec 2, 2022

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    e58ce3b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Avoid unnecessarily creating tuples in non-contextual implementation

    Attempts to avoid the unnecessary creation of tuples by parameterizing
    the internal API and letting callers decide how elements in the flow are
    built.
    jcazevedo committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    d66f71c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    2d980fb View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Rename test example

    jcazevedo committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    781b374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3729e31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf232d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fd0c69 View commit details
    Browse the repository at this point in the history