Kyle Moore

Results 28 issues of Kyle Moore

See example: Kaboom.gs ```gosu structure Kaboom { property Bang : String } ``` KaboomEnhancement.gsx ```gosu enhancement KaboomEnhancement : Iterable {} ``` TNT.gsp ```gosu uses java.nio.file.Paths var somePath = Paths.get("", {}).toFile()...

bug

The type introspection in `CoreBindingsEnhancement#appendGosuValue` is missing a value for the Boolean type. This prevents structural type inference for JSON boolean "primitives".

bug

From this thread on the mailing list: https://groups.google.com/forum/#!topic/gosu-lang/2E_HDIMmNv4

enhancement

Some Gosu projects leveraging IUsageSiteValidator create issues with command-line compilation. Validators may require type information only available at runtime, creating an unresolvable compile-time dependency. The chief offenders are Guidewire's QueryColumnParser...

enhancement

Hi @mstrobel. Since you moved the project from bitbucket to GitHub, the [homebrew formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/procyon-decompiler.rb) has been disabled. I'm using `diffoscope` at work to do binary diffs of JARs and, without...

Extracted from #20038

in:codenarc-plugin
@core

Instead of hardcoding `2.2-groovy-3.0` when a suite is configured with `useSpock()`, derive the `-groovy-x.y` version suffix from the Groovy jar on the project's `runtimeClasspath`.

in:testing
in:test-suites

Thanks for making this tool - the instructions and setup were very clear. Since I use Box under my employer's enterprise account, our entire set of files would be synced...

The `GRADLE_OPTS` warning in [AzkabanHelper](https://github.com/linkedin/linkedin-gradle-plugin-for-apache-hadoop/blob/b08af0ea44d986dc5c272aa3ec0465fea4e03cdd/hadoop-plugin/src/main/groovy/com/linkedin/gradle/azkaban/AzkabanHelper.groovy#L64) is not quite accurate for Gradle 5 compatibility. For projects setting a `org.gradle.jvmargs` value in their `gradle.properties` file, the `GRADLE_OPTS` must match this verbatim. Otherwise...

- Consumers of the pegasus plugin _must_ use Gradle 5.4+ - `@ReplacedBy` annotation requires Gradle 5.4+ - `o.g.w.InputChanges` API requires Gradle 5.4+ -- - Instead of using `@ReplacedBy`, another possibility...