Samuel Giddins

Results 277 comments of Samuel Giddins
trafficstars

Why does this need to write to disk? Could the standbox store this information in a hash?

Pretty sure the fix-it's come from the errors/warnings themselves (I.e. The text)

According to people on the dev tools team, there's no public way to add new fix-its

I'm maybe having a bit of trouble reading the tests -- which order are we going with here? I'd think command line overrides test bundle overrides runner makes the most...

Related: https://github.com/bazelbuild/rules_apple/issues/732

cc @thomasvl, in case you have any thought on how best to implement this

It's not an issue with Xcode for us, since we use resource bundles, which get compiled once like any other target and then the compiled bundle just gets copied over...

> it may glob all the *.podspecs as an input and use these inputs for cache > invalidation would be super if it took in a list of files, so...

@sschuberth a PR doing just that would be much appreciated!