Stefan Kroboth
Stefan Kroboth
Thanks for your quick reply! I looked at it more closely and it seems that `--expand-macros` is causing this issue. It works without this option.
Sorry to not reply earlier, but testing takes a couple of minutes. I was using the version from crates.io. I just compiled the latest code on Github. It works when...
Somehow related to expanding macros. This produces broken tables: ```rust //! blah blah //! #![doc = concat!("blahblah = \"", env!("CARGO_PKG_VERSION"), "\"")] //! //! | Header1 | Header2 | //! |----------|---------|...
Thanks for the contribution! Could you have a look at the clippy lints and run rustfmt, please? Other than that it looks good to me :)
On other thing I noticed: Could you add tests, please? I know that the other backends are also missing tests, but this could be a good place to start testing...
The remaining clippy errors are due to an update of clippy. You can simply add `Eq` to the `derive` as suggested in the logs.
Sounds great! The fix for the clippy lints are now in `main`, therefore rebasing should fix the failing CI.
Unfortunately there is no constrained optimization yet (apart from, as you noted, SA, and possibly PSO). It is definitely planned; however due to other responsibilities I'm afraid I can't give...
Unfortunately not yet. I plan to have a look at it after the release of version 0.6.
Thanks a lot for this PR! I will try to review it during the weekend (but unfortunately I can't guarantee it). At first sight I was wondering if it would...