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

Convert Boundary Object to use long instead of int #593

Open
gfs opened this issue Nov 1, 2024 · 0 comments
Open

Convert Boundary Object to use long instead of int #593

gfs opened this issue Nov 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@gfs
Copy link
Contributor

gfs commented Nov 1, 2024

The latest versions of YamlDotNet use long instead of int for the index of yaml token objects, to be able to handle very large files. For now these are being cast to ints to keep the existing API surface, but the Boundary object should have its internal fields converted to long to be able to support those long files as well.

@gfs gfs added the enhancement New feature or request label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant