Skip to content

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

Merged
jqnatividad merged 2 commits into
masterfrom
1458-apply_dynfmt
Dec 10, 2023
Merged

Fix for apply dynfmt and calcconv not working in release mode#1467
jqnatividad merged 2 commits into
masterfrom
1458-apply_dynfmt

Conversation

@jqnatividad
Copy link
Copy Markdown
Collaborator

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
@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