Skip to content

Revert "#1763 add specific test for issues, fix CreateEdgesStep"#1913

Merged
robfrank merged 1 commit into
mainfrom
revert-1911-fix/1763-oom-create-edge
Jan 14, 2025
Merged

Revert "#1763 add specific test for issues, fix CreateEdgesStep"#1913
robfrank merged 1 commit into
mainfrom
revert-1911-fix/1763-oom-create-edge

Conversation

@robfrank

Copy link
Copy Markdown
Collaborator

Reverts #1911

@robfrank robfrank merged commit e9087fb into main Jan 14, 2025
@codacy-production

Copy link
Copy Markdown

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.18% 76.92%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (e334cae) 68202 43529 63.82%
Head commit (70c42d6) 68176 (-26) 43633 (+104) 64.00% (+0.18%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1913) 13 10 76.92%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@robfrank robfrank deleted the revert-1911-fix/1763-oom-create-edge branch June 20, 2025 07:41
mergify Bot added a commit that referenced this pull request May 31, 2026
Bumps `jline.version` from 4.1.2 to 4.1.3.
Updates `org.jline:jline-terminal` from 4.1.2 to 4.1.3
Release notes

*Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).*

> JLine 4.1.3 is a patch release with important fixes for terminal close handling, raw mode signal behavior, FFM memory management, and shell command argument parsing.
>
> Bug Fixes
> ---------
>
> * fix: terminal.close() blocks when pump thread is reading stdin ([#1911](https://redirect.github.com/jline/jline3/pull/1911), fixes [#1909](https://redirect.github.com/jline/jline3/issues/1909))
> * fix: clear ISIG in enterRawMode so Ctrl+C reaches raw-mode readers ([#1912](https://redirect.github.com/jline/jline3/pull/1912))
> * fix: use confined arenas instead of auto arenas in FFM CLibrary ([#1913](https://redirect.github.com/jline/jline3/pull/1913), fixes [#1872](https://redirect.github.com/jline/jline3/issues/1872))
> * fix: swap rows/columns in openpty winsize constructor call ([#1914](https://redirect.github.com/jline/jline3/pull/1914), fixes [#1910](https://redirect.github.com/jline/jline3/issues/1910))
> * fix: fix command argument parsing in DefaultCommandDispatcher ([#1924](https://redirect.github.com/jline/jline3/pull/1924))
>
> Chores
> ------
>
> * chore: add OSS AI helper rules for project conventions ([#1917](https://redirect.github.com/jline/jline3/pull/1917))
>
> Dependencies
> ------------
>
> * chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 ([#1915](https://redirect.github.com/jline/jline3/pull/1915))
> * chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 ([#1918](https://redirect.github.com/jline/jline3/pull/1918))
> * chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 ([#1919](https://redirect.github.com/jline/jline3/pull/1919))
>
> **Full Changelog**: <jline/jline3@4.1.2...4.1.3>


Commits

* [`7f44a23`](jline/jline3@7f44a23) fix: fix command argument parsing in DefaultCommandDispatcher ([#1924](https://redirect.github.com/jline/jline3/issues/1924))
* [`911e3d6`](jline/jline3@911e3d6) chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (...
* [`15cdac5`](jline/jline3@15cdac5) chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5....
* [`2d3e1ff`](jline/jline3@2d3e1ff) chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#...
* [`0ac019a`](jline/jline3@0ac019a) fix: terminal.close() blocks when pump thread is reading stdin ([#1911](https://redirect.github.com/jline/jline3/issues/1911))
* [`1d63740`](jline/jline3@1d63740) fix: use confined arenas instead of auto arenas in FFM CLibrary (fixes [#1872](https://redirect.github.com/jline/jline3/issues/1872))
* [`1604643`](jline/jline3@1604643) Merge pull request [#1912](https://redirect.github.com/jline/jline3/issues/1912) from jline/dot-tarragon
* [`147ee9c`](jline/jline3@147ee9c) chore: add OSS AI helper rules for project conventions ([#1917](https://redirect.github.com/jline/jline3/issues/1917))
* [`1735c1f`](jline/jline3@1735c1f) fix: swap rows/columns in openpty winsize constructor call (fixes [#1910](https://redirect.github.com/jline/jline3/issues/1910))
* [`d9f6b86`](jline/jline3@d9f6b86) fix: add PromptCancelTest from [#1908](https://redirect.github.com/jline/jline3/issues/1908) with timeout and fixture patterns
* Additional commits viewable in [compare view](jline/jline3@4.1.2...4.1.3)
  
Updates `org.jline:jline-reader` from 4.1.2 to 4.1.3
Release notes

*Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).*

> JLine 4.1.3 is a patch release with important fixes for terminal close handling, raw mode signal behavior, FFM memory management, and shell command argument parsing.
>
> Bug Fixes
> ---------
>
> * fix: terminal.close() blocks when pump thread is reading stdin ([#1911](https://redirect.github.com/jline/jline3/pull/1911), fixes [#1909](https://redirect.github.com/jline/jline3/issues/1909))
> * fix: clear ISIG in enterRawMode so Ctrl+C reaches raw-mode readers ([#1912](https://redirect.github.com/jline/jline3/pull/1912))
> * fix: use confined arenas instead of auto arenas in FFM CLibrary ([#1913](https://redirect.github.com/jline/jline3/pull/1913), fixes [#1872](https://redirect.github.com/jline/jline3/issues/1872))
> * fix: swap rows/columns in openpty winsize constructor call ([#1914](https://redirect.github.com/jline/jline3/pull/1914), fixes [#1910](https://redirect.github.com/jline/jline3/issues/1910))
> * fix: fix command argument parsing in DefaultCommandDispatcher ([#1924](https://redirect.github.com/jline/jline3/pull/1924))
>
> Chores
> ------
>
> * chore: add OSS AI helper rules for project conventions ([#1917](https://redirect.github.com/jline/jline3/pull/1917))
>
> Dependencies
> ------------
>
> * chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 ([#1915](https://redirect.github.com/jline/jline3/pull/1915))
> * chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 ([#1918](https://redirect.github.com/jline/jline3/pull/1918))
> * chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 ([#1919](https://redirect.github.com/jline/jline3/pull/1919))
>
> **Full Changelog**: <jline/jline3@4.1.2...4.1.3>


Commits

* [`7f44a23`](jline/jline3@7f44a23) fix: fix command argument parsing in DefaultCommandDispatcher ([#1924](https://redirect.github.com/jline/jline3/issues/1924))
* [`911e3d6`](jline/jline3@911e3d6) chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (...
* [`15cdac5`](jline/jline3@15cdac5) chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5....
* [`2d3e1ff`](jline/jline3@2d3e1ff) chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#...
* [`0ac019a`](jline/jline3@0ac019a) fix: terminal.close() blocks when pump thread is reading stdin ([#1911](https://redirect.github.com/jline/jline3/issues/1911))
* [`1d63740`](jline/jline3@1d63740) fix: use confined arenas instead of auto arenas in FFM CLibrary (fixes [#1872](https://redirect.github.com/jline/jline3/issues/1872))
* [`1604643`](jline/jline3@1604643) Merge pull request [#1912](https://redirect.github.com/jline/jline3/issues/1912) from jline/dot-tarragon
* [`147ee9c`](jline/jline3@147ee9c) chore: add OSS AI helper rules for project conventions ([#1917](https://redirect.github.com/jline/jline3/issues/1917))
* [`1735c1f`](jline/jline3@1735c1f) fix: swap rows/columns in openpty winsize constructor call (fixes [#1910](https://redirect.github.com/jline/jline3/issues/1910))
* [`d9f6b86`](jline/jline3@d9f6b86) fix: add PromptCancelTest from [#1908](https://redirect.github.com/jline/jline3/issues/1908) with timeout and fixture patterns
* Additional commits viewable in [compare view](jline/jline3@4.1.2...4.1.3)
  
Updates `org.jline:jline-terminal-jni` from 4.1.2 to 4.1.3
Release notes

*Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).*

> JLine 4.1.3 is a patch release with important fixes for terminal close handling, raw mode signal behavior, FFM memory management, and shell command argument parsing.
>
> Bug Fixes
> ---------
>
> * fix: terminal.close() blocks when pump thread is reading stdin ([#1911](https://redirect.github.com/jline/jline3/pull/1911), fixes [#1909](https://redirect.github.com/jline/jline3/issues/1909))
> * fix: clear ISIG in enterRawMode so Ctrl+C reaches raw-mode readers ([#1912](https://redirect.github.com/jline/jline3/pull/1912))
> * fix: use confined arenas instead of auto arenas in FFM CLibrary ([#1913](https://redirect.github.com/jline/jline3/pull/1913), fixes [#1872](https://redirect.github.com/jline/jline3/issues/1872))
> * fix: swap rows/columns in openpty winsize constructor call ([#1914](https://redirect.github.com/jline/jline3/pull/1914), fixes [#1910](https://redirect.github.com/jline/jline3/issues/1910))
> * fix: fix command argument parsing in DefaultCommandDispatcher ([#1924](https://redirect.github.com/jline/jline3/pull/1924))
>
> Chores
> ------
>
> * chore: add OSS AI helper rules for project conventions ([#1917](https://redirect.github.com/jline/jline3/pull/1917))
>
> Dependencies
> ------------
>
> * chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 ([#1915](https://redirect.github.com/jline/jline3/pull/1915))
> * chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 ([#1918](https://redirect.github.com/jline/jline3/pull/1918))
> * chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 ([#1919](https://redirect.github.com/jline/jline3/pull/1919))
>
> **Full Changelog**: <jline/jline3@4.1.2...4.1.3>


Commits

* [`7f44a23`](jline/jline3@7f44a23) fix: fix command argument parsing in DefaultCommandDispatcher ([#1924](https://redirect.github.com/jline/jline3/issues/1924))
* [`911e3d6`](jline/jline3@911e3d6) chore: Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (...
* [`15cdac5`](jline/jline3@15cdac5) chore: Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5....
* [`2d3e1ff`](jline/jline3@2d3e1ff) chore: Bump org.graalvm.buildtools:native-maven-plugin from 1.1.0 to 1.1.1 (#...
* [`0ac019a`](jline/jline3@0ac019a) fix: terminal.close() blocks when pump thread is reading stdin ([#1911](https://redirect.github.com/jline/jline3/issues/1911))
* [`1d63740`](jline/jline3@1d63740) fix: use confined arenas instead of auto arenas in FFM CLibrary (fixes [#1872](https://redirect.github.com/jline/jline3/issues/1872))
* [`1604643`](jline/jline3@1604643) Merge pull request [#1912](https://redirect.github.com/jline/jline3/issues/1912) from jline/dot-tarragon
* [`147ee9c`](jline/jline3@147ee9c) chore: add OSS AI helper rules for project conventions ([#1917](https://redirect.github.com/jline/jline3/issues/1917))
* [`1735c1f`](jline/jline3@1735c1f) fix: swap rows/columns in openpty winsize constructor call (fixes [#1910](https://redirect.github.com/jline/jline3/issues/1910))
* [`d9f6b86`](jline/jline3@d9f6b86) fix: add PromptCancelTest from [#1908](https://redirect.github.com/jline/jline3/issues/1908) with timeout and fixture patterns
* Additional commits viewable in [compare view](jline/jline3@4.1.2...4.1.3)
  
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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.

1 participant