From d13a6d4c4c857dbb830d3c9dbc3785b4cd0ee84d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 11 Oct 2025 20:26:23 +0200 Subject: Ondemand object type and parsing --- main/Test.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'main') diff --git a/main/Test.hs b/main/Test.hs index 30f6356..42e9c94 100644 --- a/main/Test.hs +++ b/main/Test.hs @@ -380,6 +380,7 @@ cmdLoadType = do let otype = case obj of Blob {} -> "blob" Rec {} -> "rec" + OnDemand {} -> "ondemand" ZeroObject {} -> "zero" UnknownObject utype _ -> "unknown " <> decodeUtf8 utype cmdOut $ "load-type " <> T.unpack otype -- cgit v1.2.3