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

Update dependency org.eolang:eo-maven-plugin to v0.38.2 #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.eolang:eo-maven-plugin 0.28.11 -> 0.38.2 age adoption passing confidence

Release Notes

objectionary/eo (org.eolang:eo-maven-plugin)

v0.38.2: Object Name Already In Use

Compare Source

See also #​3195 and build log

v0.38.1: Unsuitable types for + operation (xs:string, xs:integer).

Compare Source

See #​3188, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.38.0: let's get rid of sigma

Compare Source

See #​3147, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.37.0: malloc.pointer needs realloc object

Compare Source

See #​3125, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.36.0: We can get rid of explicit object copying using '

Compare Source

See #​3073, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.35.11: Error: the name ... was already used

Compare Source

See #​2952, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.35.10: Printed EO after unphi is not supported

Compare Source

See #​2943, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.35.9: Bug in phi-calculus parser

Compare Source

See #​2930, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.35.8: eoc test fails after eoc unphi

Compare Source

See #​2873, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.35.6

Compare Source

v0.35.5: eoc test fails after eoc unphi

Compare Source

See #​2873, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.35.4: eoc test fails after eoc unphi

Compare Source

See #​2873, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.35.3

Compare Source

fixes

v0.35.2: Does Phi.g4 supports XI without dispatch?

Compare Source

See #​2864, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.35.1

Compare Source

Print fixed

v0.35.0: The new representation of EO breaks all dependent components.

Compare Source

See #​2758, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.34.4: broken data representation in PhiMojo

Compare Source

See #​2778, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.34.3: Fails to parse a phi expression

Compare Source

See #​2769, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.34.2: UnphiMojo must optimize XMIR files too

Compare Source

See #​2729, release log:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@yegor256
Copy link
Member

@rultor please, try to merge

@rultor
Copy link
Contributor

rultor commented Dec 20, 2022

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Contributor

rultor commented Dec 20, 2022

@rultor please, try to merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 2min)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:829)
Caused by: org.apache.maven.plugin.MojoExecutionException: 'org.eolang.maven.PullMojo@458ec386' execution failed
    at org.eolang.maven.SafeMojo.execute (SafeMojo.java:246)
    at org.eolang.maven.Moja.execute (Moja.java:120)
    at org.eolang.maven.AssembleMojo.exec (AssembleMojo.java:246)
    at org.eolang.maven.SafeMojo.lambda$execWithTimeout$3 (SafeMojo.java:315)
    at java.util.concurrent.FutureTask.run (FutureTask.java:264)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:829)
Caused by: java.util.concurrent.ExecutionException: java.io.IOException: Failed while trying to save to /home/r/repo/target/test-classes/xmir/04-pull/org/eolang/adopted.eo
    at java.util.concurrent.FutureTask.report (FutureTask.java:122)
    at java.util.concurrent.FutureTask.get (FutureTask.java:205)
    at org.eolang.maven.SafeMojo.execWithTimeout (SafeMojo.java:318)
    at org.eolang.maven.SafeMojo.execute (SafeMojo.java:219)
    at org.eolang.maven.Moja.execute (Moja.java:120)
    at org.eolang.maven.AssembleMojo.exec (AssembleMojo.java:246)
    at org.eolang.maven.SafeMojo.lambda$execWithTimeout$3 (SafeMojo.java:315)
    at java.util.concurrent.FutureTask.run (FutureTask.java:264)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:829)
Caused by: java.io.IOException: Failed while trying to save to /home/r/repo/target/test-classes/xmir/04-pull/org/eolang/adopted.eo
    at org.eolang.maven.util.Home.save (Home.java:146)
    at org.eolang.maven.PullMojo.pull (PullMojo.java:217)
    at org.eolang.maven.PullMojo.exec (PullMojo.java:159)
    at org.eolang.maven.SafeMojo.lambda$execWithTimeout$3 (SafeMojo.java:315)
    at java.util.concurrent.FutureTask.run (FutureTask.java:264)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:829)
Caused by: java.io.FileNotFoundException: https://raw.githubusercontent.com/objectionary/home/9a2271f3987e28292ab479516f394c2b6829d1ff/objects/org/eolang/adopted.eo
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0 (HttpURLConnection.java:1920)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream (HttpURLConnection.java:1520)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream (HttpsURLConnectionImpl.java:250)
    at java.net.URL.openStream (URL.java:1165)
    at org.cactoos.io.InputOf.lambda$new$4 (InputOf.java:103)
    at org.cactoos.io.InputOf.stream (InputOf.java:310)
    at org.cactoos.io.TeeInput.stream (TeeInput.java:867)
    at org.cactoos.io.TeeInput.stream (TeeInput.java:867)
    at org.cactoos.scalar.LengthOf.lambda$new$2 (LengthOf.java:89)
    at org.cactoos.scalar.ScalarEnvelope.value (ScalarEnvelope.java:53)
    at org.cactoos.scalar.Checked.value (Checked.java:76)
    at org.cactoos.scalar.IoChecked.value (IoChecked.java:63)
    at org.eolang.maven.util.Home.save (Home.java:139)
    at org.eolang.maven.PullMojo.pull (PullMojo.java:217)
    at org.eolang.maven.PullMojo.exec (PullMojo.java:159)
    at org.eolang.maven.SafeMojo.lambda$execWithTimeout$3 (SafeMojo.java:315)
    at java.util.concurrent.FutureTask.run (FutureTask.java:264)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:829)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
\u001b[0m\u001b[0mcontainer 8e052ed6530f1a672d9d8dc23a2533deda384834aa70cdf5cb39315d1330e73a is dead
Tue 20 Dec 2022 06:32:19 AM CET

@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from d04b2bf to cc468d8 Compare December 20, 2022 17:03
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.28.12 Update dependency org.eolang:eo-maven-plugin to v0.28.13 Dec 20, 2022
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from cc468d8 to aa60bc4 Compare December 21, 2022 10:58
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.28.13 Update dependency org.eolang:eo-maven-plugin to v0.28.14 Dec 21, 2022
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from aa60bc4 to dd7d931 Compare December 26, 2022 11:31
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.28.14 Update dependency org.eolang:eo-maven-plugin to v0.28.15 Dec 26, 2022
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from dd7d931 to 2fa1de7 Compare December 30, 2022 07:24
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.28.15 Update dependency org.eolang:eo-maven-plugin to v0.28.16 Dec 30, 2022
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from 2fa1de7 to 2b4d3b2 Compare January 15, 2023 09:53
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.28.16 Update dependency org.eolang:eo-maven-plugin to v0.28.17 Jan 15, 2023
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from 2b4d3b2 to 8284e3c Compare February 8, 2023 19:58
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.28.17 Update dependency org.eolang:eo-maven-plugin to v0.28.18 Feb 8, 2023
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from 8284e3c to 5bc81ef Compare February 11, 2023 02:13
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.28.18 Update dependency org.eolang:eo-maven-plugin to v0.29.0 Feb 11, 2023
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from 5bc81ef to 02002b7 Compare February 22, 2023 05:02
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.29.0 Update dependency org.eolang:eo-maven-plugin to v0.29.1 Feb 22, 2023
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from 02002b7 to b70ac7f Compare March 5, 2023 04:17
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.29.1 Update dependency org.eolang:eo-maven-plugin to v0.29.2 Mar 5, 2023
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.29.2 Update dependency org.eolang:eo-maven-plugin to v0.29.3 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from b70ac7f to 9b4ae3e Compare April 17, 2023 14:08
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.29.3 Update dependency org.eolang:eo-maven-plugin to v0.29.4 May 28, 2023
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch 2 times, most recently from 467edd8 to 602ca62 Compare May 30, 2023 08:39
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.29.4 Update dependency org.eolang:eo-maven-plugin to v0.29.5 May 30, 2023
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.29.5 Update dependency org.eolang:eo-maven-plugin to v0.29.6 Jul 3, 2023
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from 602ca62 to fdf70cf Compare July 3, 2023 11:53
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from fdf70cf to 4fd2062 Compare August 3, 2023 08:32
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.34.4 Update dependency org.eolang:eo-maven-plugin to v0.35.0 Jan 17, 2024
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from 953db11 to abeb617 Compare January 23, 2024 06:48
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.35.0 Update dependency org.eolang:eo-maven-plugin to v0.35.1 Jan 23, 2024
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from abeb617 to 2c4d50e Compare February 13, 2024 15:33
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.35.1 Update dependency org.eolang:eo-maven-plugin to v0.35.2 Feb 13, 2024
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from 2c4d50e to 930d0a0 Compare February 15, 2024 13:39
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.35.2 Update dependency org.eolang:eo-maven-plugin to v0.35.3 Feb 15, 2024
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.35.3 Update dependency org.eolang:eo-maven-plugin to v0.35.4 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch 2 times, most recently from d8feb3b to a378268 Compare March 1, 2024 06:43
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.35.4 Update dependency org.eolang:eo-maven-plugin to v0.35.5 Mar 1, 2024
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from a378268 to c2f5293 Compare March 5, 2024 09:37
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.35.5 Update dependency org.eolang:eo-maven-plugin to v0.35.6 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from c2f5293 to 0d1f331 Compare March 7, 2024 17:19
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.35.6 Update dependency org.eolang:eo-maven-plugin to v0.35.8 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from 0d1f331 to a097a81 Compare March 13, 2024 13:25
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.35.8 Update dependency org.eolang:eo-maven-plugin to v0.35.9 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from a097a81 to 6772879 Compare March 15, 2024 17:00
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.35.9 Update dependency org.eolang:eo-maven-plugin to v0.35.11 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from 6772879 to 2a40861 Compare April 12, 2024 10:59
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.35.11 Update dependency org.eolang:eo-maven-plugin to v0.36.0 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from 2a40861 to 7442694 Compare April 23, 2024 18:45
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.36.0 Update dependency org.eolang:eo-maven-plugin to v0.37.0 Apr 23, 2024
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from 7442694 to c63a43d Compare May 9, 2024 19:13
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.37.0 Update dependency org.eolang:eo-maven-plugin to v0.38.0 May 9, 2024
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from c63a43d to ffb7803 Compare May 17, 2024 19:37
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.38.0 Update dependency org.eolang:eo-maven-plugin to v0.38.1 May 17, 2024
@renovate renovate bot force-pushed the renovate/org.eolang-eo-maven-plugin-0.x branch from ffb7803 to 8435924 Compare May 22, 2024 16:03
@renovate renovate bot changed the title Update dependency org.eolang:eo-maven-plugin to v0.38.1 Update dependency org.eolang:eo-maven-plugin to v0.38.2 May 22, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants