[erlang-questions] Removed deprecated functions
Fredrik Svahn
fredrik.svahn@REDACTED
Thu Mar 13 09:32:19 CET 2008
> Does anybody know of _anything_ that has been removed, ever?
Yes, depending on what you include in anything :-). See
http://erlang.org/doc/incompatible.html for some examples:
# The ets:fixtable/2 function, which has been deprecated for several
releases, has been removed.
The OTP team are however very very careful and functions usually are
marked as deprecated (with compiler warnings I believe) for several
releases before they go. There are usually very good technical grounds
for removing things. I cannot recall that it has ever been a problem
for us.
BR /Fredrik
On Thu, Mar 13, 2008 at 8:41 AM, Bengt Kleberg
<bengt.kleberg@REDACTED> wrote:
> Greetings,
>
> Out of interest:
> Does anybody know of _anything_ that has been removed, ever?
>
>
> bengt
>
>
>
> On Wed, 2008-03-12 at 16:53 +0100, Mats Cronqvist wrote:
> > Hynek Vychodil wrote:
> > >
> > >
> > > On Wed, Mar 12, 2008 at 3:02 PM, Mats Cronqvist
> > > <mats.cronqvist@REDACTED <mailto:mats.cronqvist@REDACTED>> wrote:
> > >
> > > or are you saying there is a need for several 'and'? in that case i
> > > disagree.
> > >
> > > ...
> > > I think there is no way to change it, because if you remove 'andalso'
> > > and use 'and' in programmers manner lazy behaviour, you will break
> > > some legacy code a vice versa. This change is impossible. You can be
> > > not agree with it. You can argue against it, but it is all what you
> > > can do with it.
> > if you go back a few posts, you'll see that i try to make it very
> > clear that nothing will be removed (at least not for the next few years).
> >
> > mats
>
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@REDACTED
>
> > http://www.erlang.org/mailman/listinfo/erlang-questions
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
>
>
> http://www.erlang.org/mailman/listinfo/erlang-questions
>
More information about the erlang-questions
mailing list