From: <no...@tc...> - 2025-01-14 08:04:00
|
Automated mail by fx, on behalf of no...@tc... Ticket Change [862422e20f176189c9e8ab8f027f0a1160c58caf4865fd6874bf1881e4ac4396] [untar: expected integer but got a list] By aku For Tcllib On 2025-01-14T07:50:14.882 Details https://core.tcl-lang.org/tcllib/tinfo?name=862422e20f176189c9e8ab8f027f0a1160c58caf4865fd6874bf1881e4ac4396 Ticket https://core.tcl-lang.org/tcllib/tktview/b01462dff791ba84ecf444d01281412d781bdfbb Changed Fields icomment: Thank you for that reference. Will use that to continue my investigation this evening. ... Could not resist, tried already a bit ... Looks to be more of an channel encoding issue. The 8.5 reports that the channel is set to `lf binary` (translation & encoding). The 9.0 seems to use `lf iso8859-1` instead, and that causes the following read to return something bonkers, and the uid handling chokes on it. Will have to look into the internal `SetupReading` helper what is going on. But this really has to be deferred to the evening. login: aku ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl-lang.org/ ------------------------------------------------------------ |