Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

BOFH excuse #127: Sticky bits on disk.


comp / comp.lang.tcl / Tilde expansion bug in Tk 9.0 for Windows

SubjectAuthor
* Tilde expansion bug in Tk 9.0 for WindowsMichael Soyka
`* Re: Tilde expansion bug in Tk 9.0 for WindowsGerald Lester
 `* Re: Tilde expansion bug in Tk 9.0 for WindowsMichael Soyka
  `* Re: Tilde expansion bug in Tk 9.0 for WindowsHarald Oehlmann
   `- Re: Tilde expansion bug in Tk 9.0 for WindowsHarald Oehlmann

1
Subject: Tilde expansion bug in Tk 9.0 for Windows
From: Michael Soyka
Newsgroups: comp.lang.tcl
Organization: self
Date: Sun, 27 Oct 2024 21:13 UTC
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: mssr953@gmail.com (Michael Soyka)
Newsgroups: comp.lang.tcl
Subject: Tilde expansion bug in Tk 9.0 for Windows
Date: Sun, 27 Oct 2024 17:13:54 -0400
Organization: self
Lines: 11
Message-ID: <vfmaej$jho5$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 27 Oct 2024 22:13:55 +0100 (CET)
Injection-Info: dont-email.me; posting-host="83be6cfc95cf6210ec528f40e860fd5c";
logging-data="640773"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/qVyplTQm0n3PM/J/EIYHA"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:CGMpq/LYqbuUrNxRCstLisn6mlk=
Content-Language: en-US
View all headers

Tcl/Tk developers-

Although automatic tilde expansion has been removed from Tcl version 9,
I found one instance in the Tk sources where it hasn't been addressed.
Specifically, in tk/win/winMain.c, the Tcl variable "tcl_rcFileName" is
apparently given the value "~/wishrc.tcl".

I noticed this because my version of wish90 does not source this file as
earlier versions did.

-mike

Subject: Re: Tilde expansion bug in Tk 9.0 for Windows
From: Gerald Lester
Newsgroups: comp.lang.tcl
Organization: fastusenet - www.fastusenet.org
Date: Sun, 27 Oct 2024 23:10 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!feeder2.eternal-september.org!tncsrv06.tnetconsulting.net!newsfeed.endofthelinebbs.com!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx17.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Subject: Re: Tilde expansion bug in Tk 9.0 for Windows
Newsgroups: comp.lang.tcl
References: <vfmaej$jho5$1@dont-email.me>
Content-Language: en-US
From: Gerald.Lester@gmail.com (Gerald Lester)
In-Reply-To: <vfmaej$jho5$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 13
Message-ID: <rLzTO.737927$_o_3.707369@fx17.iad>
X-Complaints-To: abuse@fastusenet.org
NNTP-Posting-Date: Sun, 27 Oct 2024 23:10:15 UTC
Organization: fastusenet - www.fastusenet.org
Date: Sun, 27 Oct 2024 18:10:14 -0500
X-Received-Bytes: 1196
View all headers

On 10/27/24 16:13, Michael Soyka wrote:
> Tcl/Tk developers-
>
> Although automatic tilde expansion has been removed from Tcl version 9,
> I found one instance in the Tk sources where it hasn't been addressed.
> Specifically, in tk/win/winMain.c, the Tcl variable "tcl_rcFileName" is
> apparently given the value "~/wishrc.tcl".
>
> I noticed this because my version of wish90 does not source this file as
> earlier versions did.

Did you file a bug report on this at https://core.tcl-lang.org/tk/ticket

Subject: Re: Tilde expansion bug in Tk 9.0 for Windows
From: Michael Soyka
Newsgroups: comp.lang.tcl
Organization: self
Date: Sun, 27 Oct 2024 23:30 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: mssr953@gmail.com (Michael Soyka)
Newsgroups: comp.lang.tcl
Subject: Re: Tilde expansion bug in Tk 9.0 for Windows
Date: Sun, 27 Oct 2024 19:30:23 -0400
Organization: self
Lines: 17
Message-ID: <vfmieg$l3ro$1@dont-email.me>
References: <vfmaej$jho5$1@dont-email.me> <rLzTO.737927$_o_3.707369@fx17.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 28 Oct 2024 00:30:25 +0100 (CET)
Injection-Info: dont-email.me; posting-host="b5aae3fb17373705da9483a1eadf0f73";
logging-data="692088"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18y8zpPp1ut4Eig7zuHzI7V"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:gV1iMbG+QPrjO8Uylu3Qdqtz2BY=
Content-Language: en-US
In-Reply-To: <rLzTO.737927$_o_3.707369@fx17.iad>
View all headers

On 10/27/2024 7:10 PM, Gerald Lester wrote:
> On 10/27/24 16:13, Michael Soyka wrote:
>> Tcl/Tk developers-
>>
>> Although automatic tilde expansion has been removed from Tcl version
>> 9, I found one instance in the Tk sources where it hasn't been
>> addressed. Specifically, in tk/win/winMain.c, the Tcl variable
>> "tcl_rcFileName" is apparently given the value "~/wishrc.tcl".
>>
>> I noticed this because my version of wish90 does not source this file
>> as earlier versions did.
>
> Did you file a bug report on this at https://core.tcl-lang.org/tk/ticket
>
No, I did not. Thank you for the link- I will do so.

-mike

Subject: Re: Tilde expansion bug in Tk 9.0 for Windows
From: Harald Oehlmann
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Mon, 28 Oct 2024 07:56 UTC
References: 1 2 3
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wortkarg3@yahoo.com (Harald Oehlmann)
Newsgroups: comp.lang.tcl
Subject: Re: Tilde expansion bug in Tk 9.0 for Windows
Date: Mon, 28 Oct 2024 08:56:16 +0100
Organization: A noiseless patient Spider
Lines: 31
Message-ID: <vfng2v$t90b$1@dont-email.me>
References: <vfmaej$jho5$1@dont-email.me> <rLzTO.737927$_o_3.707369@fx17.iad>
<vfmieg$l3ro$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 28 Oct 2024 08:56:16 +0100 (CET)
Injection-Info: dont-email.me; posting-host="d1930361089e29fe214769294be7a788";
logging-data="959499"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18CGuELAJTDm0P11uDFIjDs"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:6hV/CetZ0N7Z9huKcdQ1ZFwu2L8=
In-Reply-To: <vfmieg$l3ro$1@dont-email.me>
Content-Language: en-GB
View all headers

Am 28.10.2024 um 00:30 schrieb Michael Soyka:
> On 10/27/2024 7:10 PM, Gerald Lester wrote:
>> On 10/27/24 16:13, Michael Soyka wrote:
>>> Tcl/Tk developers-
>>>
>>> Although automatic tilde expansion has been removed from Tcl version
>>> 9, I found one instance in the Tk sources where it hasn't been
>>> addressed. Specifically, in tk/win/winMain.c, the Tcl variable
>>> "tcl_rcFileName" is apparently given the value "~/wishrc.tcl".
>>>
>>> I noticed this because my version of wish90 does not source this file
>>> as earlier versions did.
>>
>> Did you file a bug report on this at https://core.tcl-lang.org/tk/ticket
>>
> No, I did not.  Thank you for the link- I will do so.
>
> -mike

This is a known bug which could not be fixed as the tilde expansion did
not have a C interface jet.
This will be corrected by currently TIP 701 (in voting).

https://core.tcl-lang.org/tk/tktview/fcfddc9f6d

The file you found were not jet in the list. I added it to this bug.

Thanks for all,
Harald

Subject: Re: Tilde expansion bug in Tk 9.0 for Windows
From: Harald Oehlmann
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Mon, 28 Oct 2024 08:10 UTC
References: 1 2 3 4
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wortkarg3@yahoo.com (Harald Oehlmann)
Newsgroups: comp.lang.tcl
Subject: Re: Tilde expansion bug in Tk 9.0 for Windows
Date: Mon, 28 Oct 2024 09:10:00 +0100
Organization: A noiseless patient Spider
Lines: 39
Message-ID: <vfngsn$t90b$2@dont-email.me>
References: <vfmaej$jho5$1@dont-email.me> <rLzTO.737927$_o_3.707369@fx17.iad>
<vfmieg$l3ro$1@dont-email.me> <vfng2v$t90b$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 28 Oct 2024 09:10:00 +0100 (CET)
Injection-Info: dont-email.me; posting-host="d1930361089e29fe214769294be7a788";
logging-data="959499"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/GZboa2PXmopmq5a37NxXb"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:bgN2O/K6u0Flybg3uXws7rj282U=
In-Reply-To: <vfng2v$t90b$1@dont-email.me>
Content-Language: en-GB
View all headers

Please continue within the Ticket. Apparently, a fix in TCL was not
copied to Tk.

Thanks,
Harald

Am 28.10.2024 um 08:56 schrieb Harald Oehlmann:
> Am 28.10.2024 um 00:30 schrieb Michael Soyka:
>> On 10/27/2024 7:10 PM, Gerald Lester wrote:
>>> On 10/27/24 16:13, Michael Soyka wrote:
>>>> Tcl/Tk developers-
>>>>
>>>> Although automatic tilde expansion has been removed from Tcl version
>>>> 9, I found one instance in the Tk sources where it hasn't been
>>>> addressed. Specifically, in tk/win/winMain.c, the Tcl variable
>>>> "tcl_rcFileName" is apparently given the value "~/wishrc.tcl".
>>>>
>>>> I noticed this because my version of wish90 does not source this
>>>> file as earlier versions did.
>>>
>>> Did you file a bug report on this at https://core.tcl-lang.org/tk/ticket
>>>
>> No, I did not.  Thank you for the link- I will do so.
>>
>> -mike
>
> This is a known bug which could not be fixed as the tilde expansion did
> not have a C interface jet.
> This will be corrected by currently TIP 701 (in voting).
>
> https://core.tcl-lang.org/tk/tktview/fcfddc9f6d
>
> The file you found were not jet in the list. I added it to this bug.
>
> Thanks for all,
> Harald
>
>

1

rocksolid light 0.9.8
clearnet tor