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

Move over to OrderedDict #7

Open
OmegaLambda1998 opened this issue Jan 30, 2023 · 4 comments
Open

Move over to OrderedDict #7

OmegaLambda1998 opened this issue Jan 30, 2023 · 4 comments

Comments

@OmegaLambda1998
Copy link
Owner

In order to preserve the order of key's and values between pre-processing, post-processing, and saving, we should use OrderedDict to store input files.

@OmegaLambda1998
Copy link
Owner Author

@OmegaLambda1998
Copy link
Owner Author

OmegaLambda1998 commented Jan 31, 2023

TOML is tricky, there is an open issue to deal with this:
JuliaLang/TOML.jl#45

@OmegaLambda1998
Copy link
Owner Author

YAML directly allows for dicttype=OrderedDict

@OmegaLambda1998
Copy link
Owner Author

JSON also has dicttype=OrderedDict

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

No branches or pull requests

1 participant