László Attila Tóth

Results 13 comments of László Attila Tóth

It seems that in JDK 11 the documentation generation is quite buggy, which is a known issue and fixed in JDK 13. SO link: https://stackoverflow.com/questions/62531431/exit-code-1-javadoc-error-the-code-being-documented-uses-modules-but possible OpenJDK tickets: https://bugs.openjdk.java.net/browse/JDK-8212233 and...

I created an almost working version for it based on latest pip package. [optgrp-arg.diff.txt](https://github.com/click-contrib/click-option-group/files/7806983/optgrp-arg.diff.txt) Checking with MutuallyExclusiveGroup it's clear that there are missing parts. I added an option and an...

Hi @espdev, @Tenchi2xh I wrote an app framework using click, switched from argparse. I was able to avoid the usage of decorators from the framework users' point of view. Of...

I created it partially based on[ pull request 2617](https://github.com/apache/hive/pull/2617).

I had one and only one issue: I was unable to run the tests to have a usable result. These are unstable even in @kgyrtkirk's docker image that is behind...

I still can't run the tests: latest kgyrtkirk/hive-dev-box:executor docker image freshly cloned hive repo from github (master branch) `mvn clean install -DskipTests -T 1C mvn clean install -pl beeline/ mvn...

with this change: diff --git a/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java b/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java index 5ea4d11b7a..f7be6875ee 100644 --- a/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java +++ b/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java @@ -291,8 +291,8 @@ public static void init(){ public void setup() throws IOException, URISyntaxException { System.setProperty("datanucleus.schema.autoCreateAll",...

I had only one problem, the tests are too strict and cannot handle properly my solution. So I always get -1 for something. I don't think it's an error in...

> @LA-Toth: is there a chance you can check the patch with JDK11? I tried your commits at #296 and I found that the new github action step fails for...

Can you tell which was the previous version you used? There is at least one additional error for `obsidian-jump`, if the "selected" or typed file name is invalid, it fails...