Daniel P. Purkhús

Results 231 comments of Daniel P. Purkhús

Are there any workarounds to get runtime linking working on MacOS? It seems like the PR that was supposed to fix it in Bazel 4.2 was reverted.

This is also blocking me in migrating our Scala codebase to Bazel. Is it impossible to add extra dependencies to targets that are aspect based @ianoc @ittaiz ?

@ittaiz The workaround posted earlier in the thread is no longer viable. The implicit_compile_deps option is no longer there. It was removed in https://github.com/bazelbuild/rules_scala/pull/763. Of the 2 solutions that @ianoc...

@ittaiz Sorry, wrong link. Here is the right one https://github.com/bazelbuild/rules_scala/pull/801

@ittaiz Do you use the aspect based rules at wix or do you have something custom? If you have a custom rule, is it something that you could share?

@simuons Are you planning on adding this rule to `rules_scala`? Would it be something similar to what I'm trying to accomplish here: https://github.com/bazelbuild/rules_scala/pull/1114 ? I'm also curious what you mean...

Ah, that clears things up, If I understand you correctly then this would not be a problem if the rule would require all dependencies to be declared. E.g. ``` proto_library(...

This is my first draft of this rule. I just wanted to see if there was interest in getting it into `rules_scala`.

> @purkhusid have you tried this rule on your code base? I'm wondering how many other requirements would pop up. > I think with this rule you would need to...

I'm curious if @forki thinks it's a lot of work to add a JSON format and if it would be accepted as a contribution.