Skip to content

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented May 14, 2025

Fix #58373

@vtjnash vtjnash requested a review from IanButterworth May 14, 2025 19:44
@vtjnash vtjnash added backport 1.10 Change should be backported to the 1.10 release backport 1.11 Change should be backported to release-1.11 backport 1.12 Change should be backported to release-1.12 labels May 14, 2025
@IanButterworth IanButterworth removed the backport 1.10 Change should be backported to the 1.10 release label May 14, 2025
@vtjnash vtjnash added the merge me PR is reviewed. Merge when all tests are passing label May 14, 2025
@IanButterworth IanButterworth merged commit a87b056 into master May 15, 2025
12 checks passed
@IanButterworth IanButterworth deleted the jn/REPL-backend-type-confusion branch May 15, 2025 02:54
@giordano giordano removed the merge me PR is reviewed. Merge when all tests are passing label May 15, 2025
KristofferC pushed a commit that referenced this pull request May 20, 2025
@KristofferC KristofferC mentioned this pull request May 20, 2025
58 tasks
@KristofferC KristofferC removed the backport 1.12 Change should be backported to release-1.12 label Jun 4, 2025
KristofferC pushed a commit that referenced this pull request Jun 4, 2025
@KristofferC KristofferC mentioned this pull request Jun 4, 2025
71 tasks
@ronisbr
Copy link
Member

ronisbr commented Jul 11, 2025

This PR broke TerminalPager.jl in v1.11.6 (see ronisbr/TerminalPager.jl#46). The problem is that the function eval_with_backend was renamed to eval_on_backend. The fix is pretty easy so there is no big problem. However, I want to ask:

  1. Isn't this consider a breaking change?
  2. If not, maybe eval_with_backend is supposed to be internal. In this case, what is the correct way to evaluating expressions when we are creating a new REPL mode?

ronisbr added a commit to ronisbr/TerminalPager.jl that referenced this pull request Jul 11, 2025
The REPL interface to evaluate commands was changed in v1.11.6. For more
information see:

    JuliaLang/julia#58414

Closes #46
ronisbr added a commit to ronisbr/TerminalPager.jl that referenced this pull request Jul 11, 2025
The REPL interface to evaluate commands was changed in v1.11.6. For more
information see:

    JuliaLang/julia#58414

Closes #46
@KristofferC KristofferC removed the backport 1.11 Change should be backported to release-1.11 label Aug 19, 2025
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.

Pkg commands fail if the REPL package has been loaded prior to it
5 participants