Joey Hess
c730d00b6e
more OsPath conversion (749/749)
...
Builds with and without OsPath build flag.
Unfortunately, the test suite fails.
Sponsored-by: unqueued on Patreon
2025-02-10 14:59:20 -04:00
Joey Hess
20ed039d59
don't export pack and unpack
...
These are too widly used for other things to make sense to export OsPath
versions of them. And OsString also provides them and gets imported
qualified when needed.
2025-02-10 12:34:13 -04:00
Joey Hess
2d224e0d28
more OsPath conversion (658/749)
...
At this point the test suite builds, and mostly the assistant is left.
Sponsored-by: unqueued
2025-02-08 15:27:44 -04:00
thk
e333ef9337
2025-02-08 06:59:34 +00:00
thk
09d47726b7
Added a comment: iroh
2025-02-08 06:56:32 +00:00
Joey Hess
5eef09a3cc
more OsPath conversion (650/749)
...
Sponsored-by: Nicholas Golder-Manning
2025-02-07 17:03:31 -04:00
Joey Hess
c74c75b352
more OsPath conversion (639/749)
...
Sponsored-by: k0ld
2025-02-07 16:07:05 -04:00
Joey Hess
a5d48edd94
more OsPath conversion (602/749)
...
Sponsored-by: Brock Spratlen
2025-02-07 14:46:11 -04:00
Joey Hess
2d1db7986c
more OsPath conversion (572/749)
...
Sponsored-by: Jack Hill
2025-02-06 16:18:52 -04:00
Joey Hess
cb2c069ad1
Revert "update"
...
This reverts commit f5c6dc7cfb
.
2025-02-06 11:42:49 -04:00
Joey Hess
874882efc4
Revert "update"
...
This reverts commit 3464612445
.
2025-02-06 11:41:37 -04:00
Joey Hess
3464612445
update
2025-02-06 11:41:10 -04:00
Joey Hess
f5c6dc7cfb
update
2025-02-06 11:40:03 -04:00
Joey Hess
0811531b59
more OsPath conversion (542/749)
...
Sponsored-by: Luke T. Shumaker
2025-02-06 11:38:14 -04:00
Joey Hess
0d2b805806
more OsPath conversion (520/749)
...
Sponsored-by: mycroft
2025-02-05 15:07:59 -04:00
Joey Hess
9394197621
Merge branch 'master' into ospath
2025-02-05 13:31:07 -04:00
Joey Hess
0b9e9cbf70
more OsPath conversion (502/749)
...
Sponsored-by: Kevin Mueller on Patreon
2025-02-05 13:29:58 -04:00
Joey Hess
b28433072c
more OsPath conversion (475/749)
...
Sponsored-by: Nicholas Golder-Manning
2025-02-05 12:14:56 -04:00
Joey Hess
7805cd89ad
OsPath conversion of Annex.YouTubeDl
...
The change of R.doesPathExist to doesFileExist I think fixes a reversion
introduced in commit 1ceece3108
. Before
that commit, it was doesFileExist, and I assume to point is that this is
only supposed to return files, not any subdirectories that yt-dlp might
create while running.
2025-02-05 11:56:26 -04:00
Joey Hess
85fa337f61
OsPath conversion of Remote.Adb
...
Note that the additional use of System.FilePath.Posix likely fixes a
problem if this were used on windows. The AndroidPath uses / directory
separators. Before this, on windows, \ would have been used.
The change to newtype AndroidPath is only documentation.
2025-02-05 11:16:20 -04:00
Joey Hess
4dc904bbad
more OsPath conversion
...
Sponsored-by: Leon Schuermann
2025-02-04 16:09:47 -04:00
Joey Hess
54f0710fd2
more OsPath conversion (464/749)
...
Sponsored-by: unqueued
2025-02-04 13:35:17 -04:00
lell
6ef9af5860
2025-02-04 09:35:42 +00:00
Joey Hess
cf986bc7e2
more OsPath conversion
...
Sponsored-by: Graham Spencer
2025-02-03 15:16:42 -04:00
Joey Hess
5cc8d9d03b
replace removeLink with removeFile
...
removeFile calls unlink so removes anything not a directory. So these
are replaceable in order to convert to OsPath.
2025-02-02 14:16:58 -04:00
Joey Hess
8af91a4c92
more OsPath conversion
...
Sponsored-by: Joshua Antonishen
2025-02-02 14:03:43 -04:00
Joey Hess
71195cce13
more OsPath conversion
...
Sponsored-by: k0ld
2025-02-01 14:06:38 -04:00
Joey Hess
474cf3bc8b
more OsPath conversion
...
Sponsored-by: Brock Spratlen
2025-02-01 11:54:19 -04:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
b9466ddce2
2025-01-31 00:22:45 +00:00
Joey Hess
0c0f4a20f4
move windows test suite workaround to relatedTemplate
2025-01-30 19:06:06 -04:00
Joey Hess
29e6b98f8c
Revert "add windows debug"
...
This reverts commit 76bfdf6a03
.
2025-01-30 19:03:36 -04:00
Joey Hess
76bfdf6a03
add windows debug
2025-01-30 17:45:34 -04:00
Joey Hess
8678588e6a
Revert "try truncateFilePath on windows again"
...
This reverts commit 0d4abbcb92
.
Test suite was failing again with that.
2025-01-30 17:43:38 -04:00
Joey Hess
0d4abbcb92
try truncateFilePath on windows again
...
after fix in commit 773115fd5f
maybe it will work now and not break test suite?
2025-01-30 17:07:08 -04:00
Joey Hess
773115fd5f
fix truncateFilePath edge case on windows
...
If the filepath starts with something that is not valid utf-8, it would
have returned "". And if the filepath was all non-valid utf-8, it would
also return "".
2025-01-30 16:53:10 -04:00
Joey Hess
b596e3b177
Merge branch 'master' of ssh://git-annex.branchable.com
2025-01-30 16:33:36 -04:00
Joey Hess
4bf2e2c696
try fixing windows test suite
...
Test suite is failing in windows in conflict resolution tests, where the
automatic conflict resolution adds in a .variant file. On windows, those
files are somehow missing. I don't understand why, and the test failures
only happen on appveyor and not in a local windows VM.
So, since replaceFile was recently changed to remove a windows specific
ifdef, put it back, to see if that is somehow causing these failures.
2025-01-30 16:31:49 -04:00
jnkl
0ef29fde15
Added a comment
2025-01-30 19:59:09 +00:00
Joey Hess
4d9d6a5bb5
Merge branch 'master' of ssh://git-annex.branchable.com
2025-01-30 15:52:31 -04:00
Joey Hess
c69e57aede
more OsPath conversion
...
Sponsored-by: Jack Hill
2025-01-30 15:46:32 -04:00
luciusf
9547f2ebd6
Added a comment
2025-01-30 19:17:58 +00:00
Joey Hess
a03c609268
Merge branch 'master' into ospath
2025-01-30 15:07:17 -04:00
Joey Hess
c3e6cbb432
update
2025-01-30 15:06:37 -04:00
Joey Hess
96c953a4b7
Merge branch 'master' into ospath
2025-01-30 15:06:05 -04:00
Joey Hess
c2a48f1fa0
Merge branch 'ospath-mk1'
2025-01-30 15:05:18 -04:00
Joey Hess
0da0bbae6b
Merge branch 'master' of ssh://git-annex.branchable.com
2025-01-30 15:03:47 -04:00
Joey Hess
4ceb00d0dc
update appveyor cache directory
...
With old:
Cache entry not found: C:\projects\git-annex\Users\appveyor\.stack
I think fixing this will result in caching preventing a full rebuild of
git-annex each time.
2025-01-30 15:02:59 -04:00
Joey Hess
9f5393016f
response
2025-01-30 14:57:51 -04:00
Joey Hess
c926de73b9
avoid build warning
...
An odd one, it complained about security_attributes being defined but
not used, but it was used..
2025-01-30 14:52:41 -04:00
jnkl
c681d3fef6
Added a comment
2025-01-30 18:52:14 +00:00