[frameworks-kio] [Bug 442310] inconsistent error messages depending on way used to try to create a symlink in unsupported filesystem

2021-10-21 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=442310

Méven Car  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/commit/8e87461c6
   ||368d446152e87b6a804e0359e17
   ||1134
   Version Fixed In||5.88
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Méven Car  ---
Git commit 8e87461c6368d446152e87b6a804e0359e171134 by Méven Car, on behalf of
Ahmad Samir.
Committed on 21/10/2021 at 07:43.
Pushed by ahmadsamir into branch 'master'.

CopyJob: handle the no-op case of symlinks on FAT partitions

This copies some code from file_unix (see commit c27196acc33243db1da) to
CopyJob, since the latter is a more central place, we can catch more symlink
operations.

And as noted by dfaure in the MR, the code in file_unix is still needed for
the use case of apps using FileCopyJob directly and not CopyJob.

Split the msdos filesystem related code to a separate method, more readable
this way, I hope.
FIXED-IN: 5.88

M  +145  -53   src/core/copyjob.cpp
M  +6-0src/core/global.h
M  +3-0src/core/job_error.cpp

https://invent.kde.org/frameworks/kio/commit/8e87461c6368d446152e87b6a804e0359e171134

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 442310] inconsistent error messages depending on way used to try to create a symlink in unsupported filesystem

2021-09-24 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=442310

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Ahmad Samir  ---
https://invent.kde.org/frameworks/kio/-/merge_requests/592

-- 
You are receiving this mail because:
You are watching all bug changes.