GNU bug report logs -
#28023
fix make-temp-file race on local host
Previous Next
Reported by: Paul Eggert <eggert <at> cs.ucla.edu>
Date: Wed, 9 Aug 2017 05:39:02 UTC
Severity: important
Tags: patch
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eli Zaretskii wrote:
> I think the function you are
> adding should be named make-temp-file-internal, as we do with other
> functions whose low-level parts are implemented in C.
I was following the lead of names like lread--substitute-command-keys,
print--preprocess, and thread--blocker, all low-level C functions whose first
part identifies which C module they're in. Although I see that the "-internal"
suffix is more popular for this sort of thing, isn't that a revenant of the old
days, before we instituted the convention of using PREFIX--NAME for private
names? Or is the "-internal" suffix a separate naming convention, used by both
Lisp and C code, that has a different semantics from PREFIX--NAME? If so, it
would be nice to have advice somewhere as to when to use the -internal suffix vs
when to use PREFIX--NAME.
This bug report was last modified 7 years and 279 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.