Skip to content

Conversation

nhz2
Copy link
Contributor

@nhz2 nhz2 commented Mar 9, 2025

Fixes #36 and adds more tests.

Currently, depth starts at 0, but was it intended to start at 1?

@nhz2 nhz2 marked this pull request as ready for review March 9, 2025 03:51
@joshday
Copy link
Member

joshday commented Mar 11, 2025

If I'm remembering correctly, depth was used internally for parsing and printing. I didn't intend for public usage of it. That being said, if it's wrong I'd like to fix it! Thanks

@joshday joshday merged commit 93453d4 into JuliaComputing:main Mar 11, 2025
15 of 16 checks passed
@nhz2 nhz2 deleted the nz/depth-and-parent-tests branch March 11, 2025 17:37
@nhz2
Copy link
Contributor Author

nhz2 commented Mar 24, 2025

Thank you for reviewing and merging this. Could there be a new release of XML.jl with this fix to help with work on XLSX.jl?

@joshday
Copy link
Member

joshday commented Mar 24, 2025

Done!

felipenoris added a commit to felipenoris/XLSX.jl that referenced this pull request Apr 21, 2025
felipenoris added a commit to felipenoris/XLSX.jl that referenced this pull request Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The depth function is hardcoded to return 1

2 participants