Daniel Lacasse
Daniel Lacasse
I will have a look at this soon. I'm a bit more offline than usual this past month. However, try the latest version from here: https://services.nokee.dev/versions/latest-snapshot.json There's a newer snapshot...
Here is a little update on the progress of this PR. We are still working on it. Bye bye! :-) In the last month-ish, we tackled one of the most...
Actually, the cycle detection is only meant when the file is currently being visited (the result being calculated). If the result is available, the `visibleMacros` will be merged. So, the...
Thanks for the question. The 0.5.0 development cycle was quite a wild ride however we are nearing its end. Most of the snapshot versions can be considered "stable" in the...
You are right; we should expand the samples. As for making the DSL more friendly to Kotlin, we aren't Kotlin experts. If you could help us by pointing out the...
Thanks a lot for the information. I will see what I can do about that.
The Signal build has the following particularities: - You must clone the Git submodules - You must first invoke `make dependencies` - Cocopods installation seems to be failing; hence the...
The vfsoverlay should be something that is _composed_ into the build adapter. This means we need a task that creates the overlay data, exports the data, another task that merges...
The Wikipedia build has the following particularities: - Presence of empty entries in `PBXShellScriptBuildPhase#inputPaths`; it's unclear if Xcode considers these empty path in its up-to-date checking. - Usage of SwiftPM,...
According to our experiment, we should be able to propagate the SwiftPM manually from the transitive dependencies to its children.