Jean Mertz
Jean Mertz
Ah of course, I can actually put a `TokenStream` inside `quote!`, that makes sense. Thanks, this was the missing link đź‘Ť
Another "learn as you go" question that might also help others: I have a `TokenStream`, and I like to convert it to a `ParseStream` so that I can use it...
Is there any idea on the performance impact this would have on nphysics (when using it with Specs, or Pyro, for example)? I don’t see it mentioned anywhere, and I...
One thing I've come to dislike about macros is the lack of rustfmt support. Usually this isn't such a big deal, but I've been using `typed-html` for a while, and...
An alternative (better?) approach is to change the template to keep the links to all commits _except_ for the latest (unreleased) change. The last one will get a link pointing...
Partially resolved in 6b79f8725ed99db07c5199428d8b70cf35bc9eb2. The only thing left is to support **unnamed release with release notes**.
Thanks for the report! I suspect this is similar to https://github.com/rustic-games/jilu/issues/5#issuecomment-520815076, in which I wrote: > The invalid commit format is definitely a bug. I don't use scopes myself, at...
Thanks for the pointer, I'm going to read that post, but my point was mostly that not everyone is willing to rewrite their Git history in any way. But if...
Nice! Looks good. Any particular reason not to stick with it? Would be good to get some insights into what works well and what doesnt.
Small update: I just pushed 6b79f8725ed99db07c5199428d8b70cf35bc9eb2, which makes Jilu ignore non-conventional commits. Proper error handling is still an issue though, so I'm going to leave this issue open for a...