https://github.com/JuliaLang/julia
Revision 72dbbdb27bce02319b54caea078bb020a0020f62 authored by Keno Fischer on 28 November 2023, 05:18:39 UTC, committed by GitHub on 28 November 2023, 05:18:39 UTC
Mostly long-standing bugs related to not handling the virtual
predecessor to catch blocks, but also one recent regression from the
EnterNode change.
1 parent 5b2fcb6
Raw File
Tip revision: 72dbbdb27bce02319b54caea078bb020a0020f62 authored by Keno Fischer on 28 November 2023, 05:18:39 UTC
cfg_simplify: Handle various corner cases with try/catch blocks (#52323)
Tip revision: 72dbbdb
CITATION.cff
cff-version: 1.2.0
message: "Cite this paper whenever you use Julia"
authors:
- family-names: "Bezanson"
  given-names: "Jeff"
- family-names: "Edelman"
  given-names: "Alan"
- family-names: "Karpinski"
  given-names: "Stefan"
- family-names: "Shah"
  given-names: "Viral B."
title: "Julia: A fresh approach to numerical computing"
version: "v1"
license: "MIT"
doi: "10.1137/141000671"
date-released: 2017-02-07
url: "https://julialang.org"
preferred-citation:
  authors:
    - family-names: "Bezanson"
      given-names: "Jeff"
    - family-names: "Edelman"
      given-names: "Alan"
    - family-names: "Karpinski"
      given-names: "Stefan"
    - family-names: "Shah"
      given-names: "Viral B."
  doi: "10.1137/141000671"
  journal: "SIAM Review"
  month: 9
  start: 65
  end: 98
  pages: 33
  title: "Julia: A fresh approach to numerical computing"
  type: article
  volume: 59
  issue: 1
  year: 2017
  publisher:
    name: "SIAM"
back to top