Ben Liblit

Results 15 issues of Ben Liblit

Putting `.` in `$PATH` creates certain security concerns, so many of us avoid doing that. Without `.` in `$PATH`, running a `gradlew` script in the current directory requires an explicit...

If we have a `:foo.bar` Gradle subproject and also a `:foo.bar.baz` Gradle subproject, then perhaps we should move the latter under the former as a `:foo.bar:baz` sub-subproject, which would also...

gradle
cleanup

@juliandolby has repeatedly discovered that changes made by other WALA developers (generally me) break TeaVM compilation. @juliandolby then has to fix these, and the rest of us need to try...

I thought I'd take a swing at #742, in spite of my lack of knowledge about Eclipse PDE, `build.properties` files, etc. In a pristine WALA tree, importing into Eclipse leaves...

gradle

Several Gradle-automated tests fail when run under Windows. This issue serves as a common tracker for all of those failing tests. These known-failing are currently disabled either in Gradle or...

windows
gradle

Eclipse Oxygen currently (as of 5b6e6aefa069f341cb5b612f245b01953c519d61) reports only two warnings in the Type Safety and Raw Types category: Description|Resource|Path|Location|Type -|-|-|-|- `CallGraphBuilder` is a raw type. References to generic type `CallGraphBuilder`...

Eclipse Oxygen currently (as of 14ec60add8df34494c40f2e76df229f1b1770d3d) warns about ten potential resource leaks in the WALA code base. All involve [`JarFile`](https://docs.oracle.com/javase/8/docs/api/java/util/jar/JarFile.html) instances that may not be closed properly. Nearly all, or...

The following JavaScript program is silly but valid: ```javascript label: break label ``` If run, the `break` should jump to the code immediately after the `label:`, so effectively `label: break...

triage-done

_Original title was "Canvas.get_assignment_group should turn assignments into Assignment instances"_ A call to `Course.get_assignment_group` can optionally include full details about the assignments in the group. That is a nice way...

enhancement

Loading `cleveref` and then using the `definition` environment leads to an error: `LaTeX Error: No counter 'd' defined.` I know that this has come up before: #138, #180, #188, #196....