Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xym-tool/xym
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: xym-tool/xym
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 11, 2024

  1. Copy the full SHA
    3b60368 View commit details

Commits on Nov 12, 2024

  1. Merge pull request #60 from xorrkaz/ungreedy-regex

    Be less greedy with regex matching.
    einarnn authored Nov 12, 2024
    Copy the full SHA
    095a8b3 View commit details
  2. Use lxml for XML extraction.

    Pyang already requires lxml, so this isn't technically a new
    requirement.  Lxml is also much more powerful and flexible when it comes
    to parsing XML. . The builtin xml library dies on unknown entities,
    whereas lxml allows us to skip them.
    jclarke-csco committed Nov 12, 2024
    Copy the full SHA
    023e2b0 View commit details

Commits on Nov 14, 2024

  1. Multiple fixes.

    * Fix a typo in argument parsing
    * Make sure to adjust the module start index by one less since the loop
      will always run one extra time
    jclarke-csco committed Nov 14, 2024
    Copy the full SHA
    5938fc8 View commit details

Commits on Nov 15, 2024

  1. Copy the full SHA
    8b2ca27 View commit details
  2. typo

    einarnn committed Nov 15, 2024
    Copy the full SHA
    932f992 View commit details
  3. Merge pull request #61 from xorrkaz/lxml-support

    Use lxml for XML extraction.
    einarnn authored Nov 15, 2024
    Copy the full SHA
    c4ba7f4 View commit details
Loading