Álvaro Mondéjar Rubio
Álvaro Mondéjar Rubio
Another additional enhancement is to be able to pass certain expressions to `tr!` and `tr_macro!` that resolve to literal strings in all their possible internal branches. For example: ```rust let...
I'm implementing only two patterns in the previous approach: ```rust tr!(if foo { "foo" } else { "bar" }) // and move_tr!( if foo { "foo" } else if bar...
The pattern has been implemented for text identifiers in #303
I think that the current implementation is enough and comments or procedural `tr!` and `move_tr!` macros would only bring pain without too much benefit. So closing as complete.
> Would you like me to fork & take over this pull request to get it over the line? Of course. Feel free to take any PR that looks abandoned...
Have you received a response @sh1n-afk?
You're right! Would you mind to rewrite this PR to check ``s on tests instead?
Double checked and it seems to be fine. Closing... feel free to reopen.
What about installing pre-built binaries with `cargo binstall` if available for `cli:` dependencies? That would make a lot of installations really faster.
FYI @NCura