-
### Description
Users shouldn't have to concoct their own versions of [this facility](https://github.com/loftware/CheckXCAssertionFailure). You're going to need it for your own tests anyway; it shou…
-
@buttaface suggested that I start a new issue here to discuss problems that arise while I am packaging Swift for Debian. I have found the Fedora packaging that @tachoknight has done to be very helpful…
-
@erichoracek, @mdiep Can `ReactiveObjC` use generics for `map:`-like operators as well, in way described [here](http://holko.pl/2015/08/10/generic-functions/) (use additional mapper wrapper for strict…
-
I'm primarily concerned about this for Flutter, where I can't use `dart:mirrors`.
As a library author, I would like to be able to publish code that conditionally uses new functionality if it's avai…
-
I'm trying to generate go bindings for a project I'm working on, but I can't seem to be able to do so from proc_macros
According to help this would be possible
````
uniffi-bindgen 0.2.1+v0.25.0…
pacu updated
5 months ago
-
Is there plans to add Swift Package Manager to this project?
-
### Description
This test fails due to `Foo` not having the second `bar` field (while `Bar` passes). This works correctly when expanded by the compiler plugin (although in this example it obviously r…
-
This would be a page on what kind of type system we have, features, etc. It should live in the language constructs section (though we should consider renaming that section).
Related: #82
-
### Description
The family of `NLOHMANN_JSON_FROM*` macros all seem to be incompatible with any kind of type that does/cannot have a default constructor.
### Reproduction steps
See code examp…
-
Swift/C++ interoperation support has come a long way since we last looked. We should re-evaluate and compare to the approach taken in this repo to see which strategy is best.
See also this proposal…