From c3e6cbb432dab59a6ab02ac7dbc47bdaffaf4d9e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 30 Jan 2025 15:06:37 -0400 Subject: [PATCH] update --- doc/todo/RawFilePath_conversion.mdwn | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/todo/RawFilePath_conversion.mdwn b/doc/todo/RawFilePath_conversion.mdwn index b7d9675b4d..46c9bc3bbe 100644 --- a/doc/todo/RawFilePath_conversion.mdwn +++ b/doc/todo/RawFilePath_conversion.mdwn @@ -18,13 +18,7 @@ status. mechanical, with only some wrapper functions in Utility.FileIO and Utility.RawFilePath needing to be changed. - An attempt was made on this, which is in the `ospath` branch. It - is unfinished and doesn't build. Some of the groundwork for that - culminated in [[!commit aaf4dd3b9cc71752624dd81352c242eeabe912c2]] - which builds and passes the test suite... except for on windows, where it - fails both with and without the new OsPath build flag it added, in - different and both surprising and seemingly difficult to understand ways. - That has caused me to give up on it for now. + Work on this is underway, in the `ospath` branch. [[!tag confirmed]]