Jason Steving

Results 12 comments of Jason Steving

I haven't decided on a license for now. I'm likely to go with Apache 2. But I haven't committed to anything just yet though. But thanks for bringing this up,...

This is super cool! Thanks for sharing this :D. Lately I've actually been strongly considering a future parsing migration from JCup to ANTLR, and I get the feeling that even...

@fmeum Presubmits were previously failing because it didn't like the Bazel version `6.4.x` so I've changed it to `6.x`.

Presubmits didn't like the path to the test module being `//examples/bzlmod/` so I've updated it to `examples/bzlmod/`

@fmeum I'm super confused by these presubmit errors for some reason complaining about `-jar external/rules_java~5.5.1~toolchains~remote_java_tools/java_tools/turbine_direct_binary_deploy.jar` throwing this exception... `java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 1442`. Is there something...

Oh, very interesting, thanks for the info. So something like `bazel_dep(name = "rules_java", version = "7.5.0")` will implicitly update all my references to `java_*` without needing to add something like...

@fmeum More presubmit failures when things are building locally. I get the feeling this is because the presubmits don't appear to actually honor my project's `.bazelrc` file? In order to...

+1. Bzlmod support for rules_closure would be very useful for my project as well.

Great question! This is actually something that will take more work to pull off "right" - but it's definitely planned. For now, Java code can call into Claro code in...

Hey @chavacava thank you for taking an interest in Claro! And I really appreciate the thoughtful suggestion. So, I actually largely agree with you here that Claro's set builder notation...