Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--batch option to suppress interactive messages #117

Closed
yegor256 opened this issue Jan 15, 2023 · 9 comments
Closed

--batch option to suppress interactive messages #117

yegor256 opened this issue Jan 15, 2023 · 9 comments

Comments

@yegor256
Copy link
Member

No description provided.

yegor256 added a commit that referenced this issue Jan 16, 2023
@yegor256
Copy link
Member Author

@rultor release, tag is 0.11.0

@rultor
Copy link
Contributor

rultor commented Jan 16, 2023

@rultor release, tag is 0.11.0

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Jan 16, 2023

@rultor release, tag is 0.11.0

@yegor256 Oops, I failed. You can see the full log here (spent 13min)


\u001b[0m  link\u001b[0m
  \u001b[32m  ✓\u001b[0m\u001b[90m compiles a simple .EO program into an executable .JAR\u001b[0m\u001b[31m (57734ms)\u001b[0m

\u001b[0m  parse\u001b[0m
  \u001b[32m  ✓\u001b[0m\u001b[90m parses a simple .EO program\u001b[0m\u001b[31m (5304ms)\u001b[0m

\u001b[0m  register\u001b[0m
  \u001b[32m  ✓\u001b[0m\u001b[90m registers a simple .EO program\u001b[0m\u001b[31m (2303ms)\u001b[0m

\u001b[0m  sodg\u001b[0m
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
ANTLR Runtime version 4.10.1 used for parser compilation does not match the current runtime version 4.11.1
ANTLR Tool version 4.10.1 used for code generation does not match the current runtime version 4.11.1
ANTLR Runtime version 4.10.1 used for parser compilation does not match the current runtime version 4.11.1
  \u001b[32m  ✓\u001b[0m\u001b[90m generates SODG files for a simple .EO program\u001b[0m\u001b[31m (33764ms)\u001b[0m

\u001b[0m  test\u001b[0m
  \u001b[32m  ✓\u001b[0m\u001b[90m executes a single unit test\u001b[0m\u001b[31m (116992ms)\u001b[0m

\u001b[0m  transpile\u001b[0m
  \u001b[32m  ✓\u001b[0m\u001b[90m transpiles a simple .EO program\u001b[0m\u001b[31m (76903ms)\u001b[0m

\u001b[0m  eoc\u001b[0m
  \u001b[32m  ✓\u001b[0m\u001b[90m prints its own version\u001b[0m\u001b[31m (96ms)\u001b[0m
  \u001b[32m  ✓\u001b[0m\u001b[90m prints help screen\u001b[0m\u001b[31m (100ms)\u001b[0m

\u001b[0m  mvnw\u001b[0m
+ /home/r/repo/mvnw/mvnw --version --batch-mode --update-snapshots --fail-fast
+ /home/r/repo/mvnw/mvnw --version --batch-mode --update-snapshots --fail-fast
  \u001b[32m  ✓\u001b[0m\u001b[90m prints Maven own version\u001b[0m


\u001b[92m \u001b[0m\u001b[32m 16 passing\u001b[0m\u001b[90m (12m)\u001b[0m

\u001b[0m\u001b[0mApache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /home/r/.m2/wrapper/dists/apache-maven-3.8.4-bin/66e9f8f4/apache-maven-3.8.4
Java version: 11.0.16, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.4.0-105-generic", arch: "amd64", family: "unix"
\u001b[0m\u001b[0m\u001b[0m\u001b[0mApache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /home/r/.m2/wrapper/dists/apache-maven-3.8.4-bin/66e9f8f4/apache-maven-3.8.4
Java version: 11.0.16, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.4.0-105-generic", arch: "amd64", family: "unix"
\u001b[0m\u001b[0m
Running "eslint:target" (eslint) task

/home/r/repo/test/test_mvnw.js
  29:19  error  There should be no space after '{'   object-curly-spacing
  29:31  error  There should be no space before '}'  object-curly-spacing

✖ 2 problems (2 errors, 0 warnings)
  2 errors and 0 warnings potentially fixable with the `--fix` option.

Warning: Task "eslint:target" failed. Use --force to continue.

Aborted due to warnings.
container 42595c9f8601fac2ec8e946357031fd7374b8aa390ab0a73276b17d9b68289e2 is dead
Mon 16 Jan 2023 05:58:58 AM CET

@yegor256
Copy link
Member Author

@rultor release, tag is 0.11.0

yegor256 added a commit that referenced this issue Jan 16, 2023
@rultor
Copy link
Contributor

rultor commented Jan 16, 2023

@rultor release, tag is 0.11.0

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Jan 16, 2023

@rultor release, tag is 0.11.0

@yegor256 Done! FYI, the full log is here (took me 13min)

yegor256 added a commit that referenced this issue Jan 16, 2023
yegor256 added a commit that referenced this issue Jan 16, 2023
yegor256 added a commit that referenced this issue Jan 16, 2023
@yegor256
Copy link
Member Author

@rultor release, tag is 0.11.1

@rultor
Copy link
Contributor

rultor commented Jan 16, 2023

@rultor release, tag is 0.11.1

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Jan 16, 2023

@rultor release, tag is 0.11.1

@yegor256 Done! FYI, the full log is here (took me 14min)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants