Daniel Lacasse

Results 217 comments of Daniel Lacasse

In other build systems, they use similar terminology. For example, in CMake, they have a section in the tutorial about [generated files](https://cmake.org/cmake/help/latest/guide/tutorial/Adding%20a%20Custom%20Command%20and%20Generated%20File.html) and Meson has a section about [generating sources](https://mesonbuild.com/Generating-sources.html)....

The challenge with this guide is to give a concise explanation of the shared library vs static library without going too much into the details. Nokee focus on building libraries...

It's not yet working but should soon be worked on. It's a matter of using the mixin for `HasCSources`, `HasCppSources`, etc. dynamically on variants as well. The major change that...

Here is the preliminary decision on each component for this spike: 1. Use a statically generated project committed to a Git repo, most likely using [`RemoteProject`](https://github.com/gradle/gradle/blob/d96ccfa2b0c97386063d10706882dcb9eba35656/build-logic/performance-testing/src/main/groovy/gradlebuild/performance/generator/tasks/RemoteProject.groovy). 2. No decision yet....

So far, essentially finished the `BuildExperimentRunner` which can be used for both Gradle and Xcode. We can capture the data series from Gradle Profiler. What we are missing is the...

In theory, the approach outlined in the sample project should work with Nokee with only minor changes. I haven't built a similar sample for Nokee yet as I don't particularly...

Thanks for notifying us about those warning. Would you be willing to provide us some PRs to remove each warning? Ideally, it would be best to provide one PR per...