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

Copy latest changes from _maint into master #106

Closed
wants to merge 25 commits into from

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    01d3c73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8a2d96 View commit details
    Browse the repository at this point in the history
  3. Add GitHub Actions CI

    vlsi committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ad46b25 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Merge pull request #9 from vlsi/ci

    Add GitHub Actions CI
    jkesselm authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f08f127 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from vlsi/gitignore

    Add more exclusion patterns to .gitignore
    jkesselm authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d334b19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    278be03 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Fix test target

    The "alltest" target is not currently suitable for smoketesting. Let's see if this is the main problem in the CI automation.
    jkesselm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5ae2fed View commit details
    Browse the repository at this point in the history
  2. Tweaking smoketest CI

    jkesselm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9f7511c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1c2e96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a08820b View commit details
    Browse the repository at this point in the history
  5. Debugging CI

    Got xalan-test running, but the next step, "ant fulldist" is failing.  Does moving x-t up as parallel rather than contained (which is how dev normally runs it) work?
    jkesselm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    ab76097 View commit details
    Browse the repository at this point in the history
  6. Update main.yml

    jkesselm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e1f2677 View commit details
    Browse the repository at this point in the history
  7. Update main.yml

    jkesselm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    39a21cf View commit details
    Browse the repository at this point in the history
  8. Update main.yml

    jkesselm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5b2d122 View commit details
    Browse the repository at this point in the history
  9. Update main.yml

    Got the tests running. Now trying to understand why the fulldist build afterward is abending.
    jkesselm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    11343df View commit details
    Browse the repository at this point in the history
  10. Update main.yml

    jkesselm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d7a0a2c View commit details
    Browse the repository at this point in the history
  11. Update main.yml

    jkesselm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    562e019 View commit details
    Browse the repository at this point in the history
  12. Update main.yml

    jkesselm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2e34045 View commit details
    Browse the repository at this point in the history
  13. Update main.yml

    jkesselm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f619ea2 View commit details
    Browse the repository at this point in the history
  14. Whittling CI yaml

    jkesselm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    449235f View commit details
    Browse the repository at this point in the history
  15. Update main.yml

    jkesselm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3a95c19 View commit details
    Browse the repository at this point in the history
  16. Update main.yml

    jkesselm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2356bda View commit details
    Browse the repository at this point in the history
  17. Update main.yml

    jkesselm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5292885 View commit details
    Browse the repository at this point in the history
  18. Fulldist currently wants xalan-test as sib, not child

    And while I can't seem to check out directly to that location, I can mv to it, so...
    jkesselm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b7a68ad View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Resolve Memory Leak (#113)

    - Cleared the reader before marking it unused
    
    Co-authored-by: Martin Hickson <mhickson@bravurasolutions.com>
    martinhickson and mhickson authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    2567b2b View commit details
    Browse the repository at this point in the history