Michael Eisel
Michael Eisel
I've updated it to use `bazel-client` to be clearer
The relevant module map line, at least for swiftc, appears to be `-Xcc -fmodule-map-file=external/path/to/module.modulemap`. This is in the arguments list given to swiftc by Bazel, and this path isn't hardcoded,...
But that would only affect files compiled in that target, right? I.e., only affecting indexing and not debugging. That means it wouldn't apply to these .o files compiled in the...
yeah just setting the module names to be what they would be with bazel makes sense
this would apply globally though, no? which would include apps that we want to use `-O` for
they would be built twice
i see, yeah i guess invocation level will do what i want. i just didn't want .bazelrc since then it would apply across multiple invocations. i think it's an adequate...
What if nodenv used symlinks so that the bin directory of the current version of npm for that shell, or at least the global one, resided at some fixed path?...
I'm going to add something to the readme recommending people to try lld instead of zld. As long as lld is a good replacement, I will consider zld to be...
What about the TopLevelDecoder protocol, can we leverage that here