Re: [sage-devel] Copy & Paste

2022-04-15 Thread ph h
Hi, Your patience is much appreciated. > I think your search is following some symbolic links: only three of these instances are under version control (git): Sorry, it is not that your are not believed, but just a little confusion about that " following some symbolic links" > there are three

Re: [sage-devel] Copy & Paste

2022-04-15 Thread John H Palmieri
You say, "It is much appreciated if someone would kindly verify and correct any errors in these numbers." I tried to do that and you don't seem to have believed me. I will repeat myself: there are three different instances of this in the Sage library. The others are either symlinks or they are

Re: [sage-devel] Copy & Paste

2022-04-15 Thread ph h
Hi, Thank you for your response, it is much appreciated. I think your search is following some symbolic links: only three of these instances are under version control (git): % git grep 'resolvelinks()' sage:resolvelinks() { src/bin/sage:resolvelinks() {

Re: [sage-devel] Copy & Paste

2022-04-14 Thread François Bissey
You do realise that those files under sage/build/pkgs and sage/pkgs are actually symlinks to a single instance? > On 15/04/2022, at 12:25, John H Palmieri wrote: > > I think your search is following some symbolic links: only three of these > instances are under version control (git): > >

Re: [sage-devel] Copy & Paste

2022-04-14 Thread John H Palmieri
I think your search is following some symbolic links: only three of these instances are under version control (git): % git grep 'resolvelinks()' sage:resolvelinks() { src/bin/sage:resolvelinks() { src/bin/sage-env:resolvelinks() { The last one should probably have a comment in

Re: [sage-devel] Copy & Paste

2022-04-14 Thread ph h
Hi, Personally, I would rather see the time spent investigating whether or not we truly need the symlink-free path in the instances where resolvelinks() is currently used. I would guess not -- that there is a better solution to whatever other problem prompted the resolvelinks() function. But I

Re: [sage-devel] Copy & Paste

2022-04-13 Thread Michael Orlitzky
On Wed, 2022-04-13 at 19:36 -0700, ph h wrote: > Dear All, > > At the top of 'sage/src/bin/sage' script: > > > # WARNING: this function is copy/pasted from both src/bin/sage-env and > # the top-level "sage" script. Please keep them synchronized. > resolvelinks() { > > > Is there any other way

[sage-devel] Copy & Paste

2022-04-13 Thread ph h
Dear All, At the top of 'sage/src/bin/sage' script: # WARNING: this function is copy/pasted from both src/bin/sage-env and # the top-level "sage" script. Please keep them synchronized. resolvelinks() { Is there any other way to keep them in sync without using Copy? Just curiosity. Regards,