Re: no function clause matching became no case clause matching exception
Peti Gömöri <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAEhaAyETS=zekaftUnwTj3YihaSO=4isS+kyGuDxFt=hXD-HPA@mail.gmail.com> |
hi all OTP 24 release notes says "The compiler will now inline funs that are used only once immediately after their definition." https://www.erlang.org/downloads/24 might be related On Fri, Dec 10, 2021 at 4:38 PM Frans Schneider <[email protected]> wrote: > Great, thanks for checking > > Op 10-12-2021 om 16:36 schreef Roger Lipscombe: > > Even smaller. It changed behaviour between rc1 (function clause) and > > rc2 (case clause). > > > > On Fri, 10 Dec 2021 at 15:35, Roger Lipscombe <[email protected]> > wrote: > >> On Fri, 10 Dec 2021 at 15:30, Roger Lipscombe <[email protected]> > wrote: > >>> Confirmed. With compilation, the behaviour changed somewhere between > 23.0.3: > >>> ...and 24.1.7: > >> Narrower: between 24.0-rc1 and 24.0. That's a pretty small window. >