Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dbr
Copy link
Contributor

@dbr dbr commented Nov 29, 2022

Closes #576

Kind of in two minds about removing this

In favour of removing it:

  • the macro is not necessary any more (im_str!("blah") can just replaced with "blah", and doing this replacement even in a large code base wasn't particularly ardious)
  • it's been deprecated since v0.8 which has been out about a year, so chances are most projects that might update to v0.9 would have already removed it to silence the annoying deprecation-warning

In favour of keeping it:

  • The macro is relatively self-contained and not much burdent to keep around
  • Nostalgia? ( 😛 )

@dbr dbr merged commit 645d7eb into imgui-rs:main Dec 2, 2022
@dbr dbr deleted the rmimstr branch December 2, 2022 02:28
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.

Remove deprecated im_str
1 participant