Colin Alworth

Results 46 issues of Colin Alworth

**Jetty version(s)** tested 11.0.8, 11.0.11 **Java version/vendor** `(use: java -version)` ``` $ java -version openjdk version "11.0.16" 2022-07-19 OpenJDK Runtime Environment (build 11.0.16+8) OpenJDK 64-Bit Server VM (build 11.0.16+8, mixed...

Bug

`Enum.valueOf()` (and the corresponding `Class.getEnumConstants()`) isn't supported in j2cl, but there are TODOs in the code suggesting that this might be feasible, and perhaps would be accepted as an external...

Depending on your perspective, this may be a bug report. **Description** The Closure Compiler supports ES6 modules, provided they are adapted to work with Closure's own module system. However, J2cl...

See also https://github.com/google/closure-compiler/issues/3551 Given closure-compiler will always emit a "Copyright The Closure Library Authors.", "SPDX-License-Identifier: Apache-2.0" on any closure output which includes base.js (required to use j2cl output), I propose...

I've been using this script to extract the minimal set of JS files required for closure-compiler to run its tests, but a minimal way to reproduce this is to invoke...

Uses rules_jvm_external's java_export rule to mark a given java_library as an artifact for export to maven. This rule will find any dependencies that were originally fetched from maven (by looking...

Discovered via https://stackoverflow.com/questions/57244451/bug-jsnumber-tofixed-returns-different-values-in-superdev-and-js When calling JsNumber.toFixed with an `int` value (as would seem to be the sanest option), the `int` is boxed to `Integer`, which isn't treated as a number...

From what I can tell in the `integer_entities.txt` update, the build now can generate int or Integer in some cases instead of Double. This doesn't seem to have been applied...

@protoism and I have been trying to contact @branflake2267 for months to update the marketplace entry, so that new versions of the plugin can be published, unfortunately he hasn't been...

This is an updated version of the code found at https://github.com/grpc/grpc-java/pull/4738, merged up to latest, tests restored from [a different branch](https://github.com/dapengzhang0/grpc-java/commit/d1aaafcac), and with a few of the remaining review comments...