Peter Laird

Results 60 comments of Peter Laird

A bit of a tangent, but this is a common and tedious problem for java Spring Boot applications. Spring Boot apps tend to aggregate a large number of deps and...

I am guessing, but it looks similar to something my team dealt with a while back. Here is something simple to check... This may be a difference between command line...

@arunatm2017 I am one of the maintainers of [the Eclipse IDE plugin for Bazel](https://github.com/salesforce/bazel-eclipse). We aren't seeing this issue in Eclipse. Because of that, I am seeing this more as...

Hi @arunatm2017 yes there is an IDE channel for Bazel Slack, linked here: https://docs.bazel.build/versions/master/ide.html

It would be nice to use annotations #177 for this. While we could do hard stuff and try an infer the best JDK to use for a package by considering...

This issue is a tactical issue - it tracks the work to be done by the Salesforce team to investigate this feature. This issue isn't meant to be a place...

I researched using Eclipse EMF for this, and that would work great if BUILD files were declarative like pom.xml. But BUILD files are essentially specialized python files, so I don't...

[Xtext](https://www.eclipse.org/Xtext/) looks like something to look at in detail.

A partial solution was merge, but BEF doesn't support Selenium in any real way yet. The BEF Aspect does not recognize the selenium java target and would take some significant...

This will hopefully solve a class of bootstrapping issues. I just had a deadlock (stack traces attached) when reopening an existing workspace, preceded a very long recomputation of every aspect...