GNU bug report logs -
#14030
24.3; expand-file-name expands remote file name on Windows incorrectly
Previous Next
Reported by: Vida Gábor <vidagabor <at> gmail.com>
Date: Fri, 22 Mar 2013 15:21:01 UTC
Severity: normal
Found in version 24.3
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Stefan Monnier <monnier <at> iro.umontreal.ca>
> Cc: Michael Albinus <michael.albinus <at> gmx.de>, vidagabor <at> gmail.com, 14030 <at> debbugs.gnu.org
> Date: Mon, 25 Mar 2013 14:49:49 -0400
>
> >> Sorry, but I think this is a grave bug.
> > Agreed, but it might be in the byte-compiler rather than in Tramp.
> > At least, nowhere does Tramp seem to request that
> > tramp-drop-volume-letter be inlined, so the call should stay in.
>
> I think I know what's going on:
> The byte-compiler now optimizes aliases to a function in the same way as
> that function (so if you alias `my-add' to `+', (my-add 5 6) can be
> optimized to 11 as well).
>
> So your alias to `identity' is optimized just like `identity', IOW it's
> compiled away.
Can the optimizer be taught not to optimize like that if the condition
includes one of a list of known symbols? Then we could maintain a
list of platform-dependent symbols whose optimization could lead to
platform-dependent .elc files.
This bug report was last modified 4 years and 260 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.