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

Fix for apply dynfmt and calcconv not working in release mode #1467

Merged
merged 2 commits into from
Dec 10, 2023

Conversation

jqnatividad
Copy link
Owner

This was a head-scratcher.

Fixed #1458 by updating the dynfmt crate to our fork, which has been updated to:

  • 2021 edition
  • latest dependencies
  • and by changing an unsafe ptr_swap to the recommended one by clippy

jan-auer/dynfmt#9

- do not write new_column until after validation
- more efficient initialization of dynfmt_template, moving it behind if guard
@jqnatividad jqnatividad merged commit 1ceeff9 into master Dec 10, 2023
9 of 12 checks passed
@jqnatividad jqnatividad deleted the 1458-apply_dynfmt branch December 12, 2023 05:43
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.

apply dynfmt --formatstr won't access data
1 participant