Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: timholy/Revise.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.12.0
Choose a base ref
...
head repository: timholy/Revise.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.12.1
Choose a head ref
  • 4 commits
  • 9 files changed
  • 3 contributors

Commits on Oct 30, 2025

  1. fix admonition syntaxes

    aviatesk committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    8e842bf View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

  1. Update syntax highlight tags for example code blocks (#967)

    Mostly add `julia-repl` for more specific highlighting.
    abhro authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    e4d5dd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Update IJulia integration (#968)

    - Removed the automatic preexecute hook, IJulia will soon do this automatically
      in all cases through a package extension.
    - Removed the recommendation of using `startup_ijulia.jl`. This is not
      necessary since IJulia will already use Revise from `startup.jl` if it's
      set. And if Revise is loaded only through `startup_ijulia.jl` then IJulia will
      end up adding a duplicate preexecute hook.
    JamesWrigley authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    3fe1523 View commit details
    Browse the repository at this point in the history
  2. version 3.12.1

    aviatesk committed Nov 11, 2025
    2 Configuration menu
    Copy the full SHA
    d59a357 View commit details
    Browse the repository at this point in the history
Loading