Vincent Esche

Results 81 issues of Vincent Esche

``` quote = "0.4.2" -> "0.6.8" syn = "0.12.13" -> "0.15.13" ```

โ€ฆ as they should have been from the let go. After all, what's the point of implementing all this stuff if you're then not making it accessible? ๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ

Turns out generating shim code via `build.rs` and relying on being correct without compiling/running any of it during testing is a bad idea. Code that does not get compiled won't...

### Reproduce: 1. Create simple Core Data model with two entitiesโ€ฆ ``` โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ โ”‚ Alpha โ”‚ โ”‚ Beta โ”‚ โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค โ”‚ betas โ”‚ > โ”‚ alpha โ”‚ โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ...

This PR migrates a couple of the existing macro tests to a more mature (vs. the current `scratchpad.rs` approach) snapshot testing suite based on the tryexpand crate, which supports checking...

As with all things German the main focus should be efficiency, I think.

The transformation step from `Cfg` to `Condition` introduced in https://github.com/eqrion/cbindgen/pull/191 levels the field for a second thing I'd like to add to cbindgen: I'd like to add an option to...

enhancement