Joey Hess
754c0a001b
comment
2025-01-27 12:19:16 -04:00
matrss
7adf1f45fa
Added a comment
2025-01-27 15:26:15 +00:00
matrss
cb258ca480
Added a comment
2025-01-27 15:14:44 +00:00
matrss
6b5206db85
Added a comment
2025-01-27 15:08:57 +00:00
Joey Hess
02c792b724
thoughts
2025-01-27 10:37:35 -04:00
Joey Hess
71206a8603
update comment
2025-01-27 10:25:55 -04:00
Joey Hess
8bafe05500
more OsPath conversion
2025-01-27 10:13:43 -04:00
Joey Hess
de33ad5ce1
Merge branch 'master' of ssh://git-annex.branchable.com
2025-01-27 09:35:44 -04:00
Joey Hess
b61d316c36
fix link
2025-01-27 09:35:33 -04:00
yarikoptic
8c76c04fa9
reporting on FTBFS
2025-01-27 12:32:32 +00:00
matrss
7de9c8ff5d
Added a comment
2025-01-27 11:28:43 +00:00
Atemu
61c97b7460
Added a comment
2025-01-26 13:30:10 +00:00
jnkl
0dedb8077b
Added a comment
2025-01-26 13:09:05 +00:00
luciusf
ff7a5eab63
Some clarifications in my reproduce steps about the state of the rsync remote
2025-01-26 11:29:02 +00:00
luciusf
d2d52136c7
rename bugs/rsyncurl_without___34____58____34___creates_local_folder_as_repo.mdwn to bugs/rsyncurl_without___34____58____34___creates_local_folder_as_remote.mdwn
2025-01-26 11:19:53 +00:00
luciusf
f0701123cf
Initial post
2025-01-26 11:18:11 +00:00
goglu6
e09f48b948
2025-01-26 03:02:03 +00:00
Atemu
2d6b31713a
Added a comment
2025-01-26 02:54:18 +00:00
Atemu
3ad4096686
Added a comment
2025-01-26 02:36:51 +00:00
Joey Hess
c64731f16a
more OsPath conversion
2025-01-25 11:56:35 -04:00
Joey Hess
5bca78b813
OsPath conversion
...
Decent win in exportDirectories, since it operates on ShortByteString
end to end now without needing conversion. That made it worth
implementing an OsPath specific code path there.
And ExportLocation already being a ShortByteString is an good example of why
it's a good thing that OsPath uses that!
Sponsored-by: k0ld on Patreon
2025-01-25 11:53:47 -04:00
Joey Hess
0cfeea5baf
Merge branch 'master' into ospath
2025-01-25 10:57:13 -04:00
Joey Hess
635749c104
Merge branch 'master' of ssh://git-annex.branchable.com
2025-01-25 10:57:07 -04:00
Joey Hess
c058c903c8
windows build fix
2025-01-25 10:56:54 -04:00
Joey Hess
f9d42c37c0
more OsPath conversion
...
Finally reached Annex code in this conversion.
Sponsored-by: Graham Spencer
2025-01-25 10:54:51 -04:00
jnkl
9d122a8ff5
2025-01-25 12:00:20 +00:00
jnkl
07a726e0fe
Added a comment
2025-01-25 11:49:29 +00:00
Joey Hess
51a6cd1ee6
Merge branch 'master' into ospath
2025-01-24 16:33:36 -04:00
Joey Hess
3474aca3fc
another windows build fix
2025-01-24 16:33:26 -04:00
Joey Hess
f3539efc16
more OsPath conversion
...
Sponsored-by: Leon Schuermann
2025-01-24 16:31:14 -04:00
Joey Hess
ee0964e61b
Merge branch 'master' into ospath
2025-01-24 15:13:37 -04:00
Joey Hess
f16604d2c8
more windows and osx build fixes
2025-01-24 15:13:20 -04:00
Joey Hess
aa0f3f31da
more OsPath conversion
...
Sponsored-by: Eve
2025-01-24 15:02:29 -04:00
Joey Hess
dd01406018
Merge branch 'master' into ospath
2025-01-24 13:46:34 -04:00
Joey Hess
4ba1057836
more windows and osx build fixes
2025-01-24 13:46:13 -04:00
Joey Hess
c412c59ecd
more OsPath conversion
...
About 1/10th done with this I think.
2025-01-24 13:40:44 -04:00
Joey Hess
8021d22955
Merge branch 'master' into ospath
2025-01-24 12:02:35 -04:00
Joey Hess
639d19dbd1
Merge branch 'master' of ssh://git-annex.branchable.com
2025-01-24 11:39:43 -04:00
Joey Hess
f0b9b46cb2
windows and osx build fixes for recent ByteString conversion work
2025-01-24 11:39:33 -04:00
Joey Hess
f0c206cea6
avoid build warning on windows
2025-01-24 11:33:50 -04:00
Joey Hess
21731b7d3a
remove a few unused imports on windows
2025-01-24 11:32:26 -04:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
f1b64f0415
Added a comment
2025-01-24 08:04:27 +00:00
yarikoptic
103ec0123f
Added a comment
2025-01-23 21:33:26 +00:00
Joey Hess
ea775baccd
more OsPath conversion
...
Git.Types now uses it, as does TopFilePath, making for plenty of new
compile errors needing fixing.
Sponsored-by: Brock Spratlen
2025-01-23 16:15:00 -04:00
yarikoptic
e8f984598a
complaining about dead
2025-01-23 16:12:18 +00:00
yarikoptic
f0b5fce5ab
Added a comment
2025-01-23 15:53:39 +00:00
Joey Hess
12660314f1
continue conversion
...
Add Utility.OsString, with a special case for length.
2025-01-23 11:46:35 -04:00
Joey Hess
c3c8870752
add System.FilePath to this conversion
...
It seems to make sense to convert both System.Directory and
System.FilePath uses to OsPath in one go. This will generally look like
replacing RawFilePath with OsPath in type signatures, and will be driven
by the now absolutely massive pile of compile errors.
Got a few modules building in this new regime.
Sponsored-by: Jack Hill
2025-01-23 11:07:29 -04:00
Joey Hess
c1ecb80716
update
2025-01-23 10:27:18 -04:00
Joey Hess
05bdce328d
start converting from System.Directory to System.OsPath
...
This is the start of a long road, got the first few files to compile
after this large change.
Sponsored-by: mycroft
2025-01-23 10:25:20 -04:00