Skip to content

chore(deps): bump actions/setup-python from 6 to 7 - #9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-python-7
Open

chore(deps): bump actions/setup-python from 6 to 7#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/setup-python-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown

Bumps actions/setup-python from 6 to 7.

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

v6.3.0

What's Changed

Enhancement

Dependency update

Documentation

New Contributors

Full Changelog: actions/setup-python@v6.2.0...v6.3.0

v6.2.0

What's Changed

Dependency Upgrades

... (truncated)

Commits

Dependabot compatibility score

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 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 <dependency name> 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)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 1, 2026
jacquetc added a commit that referenced this pull request Aug 7, 2026
The single-line path has done UAX #9 for a long time via `bidi_runs`.
The block path — the one behind every multi-line rich text editor —
shaped each formatting fragment as one direction-agnostic unit and
emitted the results in logical order, so a paragraph mixing Arabic and
Latin rendered in typing order rather than reading order.

Shaping: `shape_text_directed` set the direction but never the script,
leaving `buffer.script` as `None`. harfrust then falls back to
DEFAULT_SHAPER, which requests no init/medi/fina/isol — so the one path
that did correct bidi ordering rendered Arabic in disconnected isolated
forms. `guess_segment_properties` fills in only what is unset, so
calling it after `set_direction` keeps the caller's direction and adds
the script.

Layout: `analyze_paragraph` resolves the block's bidi structure once,
fragments are split at run boundaries and shaped with a uniform
direction each, and every line is reordered by rule L2 *after* breaking
— per line, because reordering a paragraph before breaking it scrambles
every line that wraps. `RunOrder` keeps the single-line path, whose runs
already arrive visual, from being reversed twice.

Alignment gains `Start`/`End`, resolved against the base direction, so
an unaligned RTL paragraph sits against the right edge and its
first-line indent insets from the right.

Selection: taking the x of a range's two endpoints and subtracting only
works left-to-right — on an RTL run the lower logical offset is at the
higher x, so the negative width was dropped by a `width > 0` guard and
an RTL selection painted no highlight at all while cut, copy and delete
kept working on the correct range. Rects are now unioned from glyph
extents, which is direction-agnostic and yields one rect per visually
contiguous piece.

`direction_at` / `paragraph_direction_at` / `visual_line_range_at` give
the widget layer what it needs for caret motion; none of it was
reachable before, since `DocumentFlow`'s layout is private.

Also rewrites `arabic_letters_join_into_contextual_forms`, which passed
without proving anything: its oracle kept only `.first()` of each
letter's two-glyph isolated form, so the trailing dot glyph satisfied
the assertion whether or not the letters joined.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants