Devon Adair
                                            Devon Adair
                                        
                                    How do you envision this to happen? I only see it going as a giant chain of if/else. I currently pulled together a list of all the defines for all...
I hadn't gotten around to this so that was my bad... that was my thought was that as you described. Setup a macro name that for each compiler. You probably...
I was taking a look into this and is the makefile even still used? I try it and it is missing `csv_parser` target. I was working with the cmake file...
Was looking into fixing this. So two notes I know from playing around with this some: 1. The build script we have `.conan/build.py` will need to be updated / changed...
I pushed a PR yesterday. It does in fact maintain backwards compatibility. Wasn't too bad but the documentation for conan is not great...
The documentation here: https://github.com/catchorg/Catch2/blob/devel/docs/matchers.md#floating-point-matchers. Might make sense to have an example there on that page as well. I will try and add that. You will want something like this: ```cpp...
I am working on adding support for this. Fixed the current rc first and going to work on adding this support. Implementation overall is going to be a bigger rewrite...
@Michael-1001 if you have some time it would be helpful to have a second set of tests to see if you can also use it. Not sure if you have...
Alright thank you for the response! As for the state of this, I agree maybe a rust bind generator is the better answer. I did attempt rust-bindgen but was unsuccessful...
@vilgotf >Please remove all unwraps that are not provably unreachable or document those functions as panicking on . I would also like struct fields and enum variants to be alphabetically...