In native Windows, the COPY command will display the names of the files as they are copied. Wine should do the same. This change enables that.
--
v10: cmd/tests: Add tests to verify COPY command output.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8200
On Fri Jun 6 18:17:35 2025 +0000, Jacek Caban wrote:
> I tested mostly with LLVM git, but version 19 seems to work too, unless
> I'm checking it wrong. For example, I get:
> ```
> $ llvm-pdbutil dump --symbols
> programs/notepad/x86_64-windows/notepad.pdb |grep NOTEPAD_WndProc
> 7468 | S_LPROC32 [size = 56] `NOTEPAD_WndProc`
> ```
> Do you not see such symbols in your build or did you mean something else?
looks like I picked a wrong PDB, work as expected
sorry for the noise
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8193#note_105807
On Sun Jun 8 13:21:01 2025 +0000, Zhymabek Roman wrote:
> Hey! Just wondering if there's a chance of getting this PR merged? It
> would help fix some API compatibility issues with Office 365 (and
> potentially other apps too). Thanks for taking a look!
I think from what I remember, license stubs are legal hot waters for the wine project.
If you remake a maintained version of this PR, I think `SLGetSLIDList` would need to return an error instead.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2374#note_105793
In native Windows, the COPY command will display the names of the files as they are copied. Wine should do the same. This change enables that.
--
v9: cmd/tests: Add tests to verify COPY command output
cmd: COPY should output file names as they are copied.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8200