Régis Décamps

Results 23 issues of Régis Décamps

We should * document its usage in a README * publish its maven site

docs

While re-generating the Unicode data with the ucd_generator (#828), I had an unexpected output with Unicode 3.2.0 > * propertyValueAliases: Not true that * is equal to * The subject...

question

Fix #222 Fix #239

code quality

By storing the Sonatype user/password and the signing key in secure environment variables in Travis, it should be able to deploy on every build on master. Some people have already...

task

# errors * [x] MissingOverride * [x] ClassCanBeStatic * [x] BoxedPrimitiveConstructor * [x] CatchAndPrintStackTrace * [x] ReferenceEquality * [x] Unused * [x] UnusedException * [x] ConstructorInvokesOverridable * [ ] MissingDefault...

help wanted
code quality

In order to work around the error-prone fall-though violations in the generated code (#222), I tried using using `-XepDisableWarningsInGeneratedCode`. Unfortunately this javac option only works if the generated code is...

enhancement

In v. 1.7.0 the generated code doesn't have FallThrough violations anymore (see #222). Re-enable the test as an error (currently downgraded as warning)

code quality

jflex/jflex-unicode-maven-plugin/target/generated-sources/jflex/jflex/ArchaicLineBreakScanner.java:702: error: [FallThrough] Execution may fall through from the previous case; add a `// fall through` comment before this line if it was deliberate ``` case 11: break; ^ ```...

code quality

* Add windows_container to test on 2 platforms (linux and windows) * Aggregate both tasks into one, as it just boils down to building with bazel This change would test...

This target works: ``` pandoc( name = "html", src = ":manual_mdx", from_format = "markdown", output = "manual.html", to_format = "html", ) ``` This target fails: ``` pandoc( name = "html",...

enhancement