Skip to content

Commit 77a645d

Browse files
committed
Added a FIXME comment
1 parent 42050d7 commit 77a645d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/drasil-code/test/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ jlClasses unRepr unRepr' = zipWith
104104
-- | Creates the requested 'Code' by producing files.
105105
createCodeFiles :: [(Label, D.FileAndContents)] -> IO ()
106106
createCodeFiles = traverse_ $ \(name, file) -> do
107-
let path = name </> D.filePath file
107+
let path = name </> D.filePath file -- FIXME [Brandon Bosman, Feb. 10, 2026]: make GOOL allow us to add name to path internally
108108
createFile path (render $ D.fileDoc file)

0 commit comments

Comments
 (0)