-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
New workspace inheritance feature breaks sort #47
Comments
I ran into this as well; however, looking at the line from the panic, it seems the issue might actually be in Line 113 in e6a795b
|
The |
I wonder why this project vendors |
Good question, can you speak to that @DevinR528 ? Any reason not to rip out the copy and depend on the actively maintained crate ? Edit; oh wait #29 |
until this gets fixed you can work around that via version = { workspace = true } instead of version.workspace = true |
Sorry for the slow response. So Thanks for the interest and the workaround! |
Will be resolved with #29 |
@DevinR528 is there any timeline? |
I, unfortunately, have not had much extra time sorry! I do have a start at moving to a non vendored toml_edit crate #29. I'd say I would for sure have some time over my schools winter break, end of December. Sorry I can't give a better timeline than that. |
I might be able to look into it earlier. Are you're okay having your PR taken over? |
By all means, that would be great! Any questions I can at least prioritize answering. Thanks! |
Noting that [formatting]
reorder_keys = true See https://taplo.tamasfe.dev/configuration/formatter-options.html for more options. |
@jayvdb Thanks a bunch for mentioning that lib. I did not knew that exists, I switched over without any hassle :) |
Signed-off-by: Li Zhanhui <[email protected]>
any chance for this to land? 🥺 |
@haraldh why not use taplo? |
@Jasperav right... coincidentally just did that :) |
Using the new workspace inheritance feature breaks the sorting
The text was updated successfully, but these errors were encountered: