From 29b45701fea5e2bae7a0bf83c6bf4a0aa120c7ba Mon Sep 17 00:00:00 2001 From: Esteban Lorenzano Date: Fri, 16 Feb 2024 12:23:57 +0100 Subject: [PATCH] I need to make the type of -7 explicit now (p12) --- .../LGitError.class/class/giterr_set_str..st | 2 +- .../LGitFetchOptionsV02x.class/properties.json | 13 ++++++------- .../LGitFetchOptionsV100.class/properties.json | 13 ++++++------- .../LGitFetchOptionsV120.class/properties.json | 13 ++++++------- .../LGitFetchOptionsV140.class/properties.json | 13 ++++++------- .../LGitPushOptionsV02x.class/properties.json | 13 ++++++------- .../LGitPushOptionsV100.class/properties.json | 13 ++++++------- .../LGitPushOptionsV120.class/properties.json | 13 ++++++------- .../LGitPushOptionsV140.class/properties.json | 13 ++++++------- 9 files changed, 49 insertions(+), 57 deletions(-) diff --git a/LibGit-Core.package/LGitError.class/class/giterr_set_str..st b/LibGit-Core.package/LGitError.class/class/giterr_set_str..st index 93205e5a..b4e3087d 100644 --- a/LibGit-Core.package/LGitError.class/class/giterr_set_str..st +++ b/LibGit-Core.package/LGitError.class/class/giterr_set_str..st @@ -1,4 +1,4 @@ libgit - calls giterr_set_str: string "GIT_EUSER = -7" - ^ self ffiCallSafely: #(void giterr_set_str(-7, String string)) \ No newline at end of file + ^ self ffiCallSafely: #(void giterr_set_str(int -7, String string)) \ No newline at end of file diff --git a/LibGit-Core.package/LGitFetchOptionsV02x.class/properties.json b/LibGit-Core.package/LGitFetchOptionsV02x.class/properties.json index 30e4e424..2b1915b3 100644 --- a/LibGit-Core.package/LGitFetchOptionsV02x.class/properties.json +++ b/LibGit-Core.package/LGitFetchOptionsV02x.class/properties.json @@ -1,5 +1,9 @@ { + "commentStamp" : "", + "super" : "LGitAbstractFetchOptions", "category" : "LibGit-Core-FFI-Structs", + "classinstvars" : [ ], + "pools" : [ ], "classvars" : [ "OFFSET_PRIM_CALLBACKS", "OFFSET_PRIM_CUSTOM_HEADERS", @@ -11,10 +15,5 @@ ], "instvars" : [ ], "name" : "LGitFetchOptionsV02x", - "commentStamp" : "", - "super" : "LGitAbstractFetchOptions", - "type" : "normal", - "classinstvars" : [ ], - "pools" : [ ], - "classtraitcomposition" : "{}" -} + "type" : "normal" +} \ No newline at end of file diff --git a/LibGit-Core.package/LGitFetchOptionsV100.class/properties.json b/LibGit-Core.package/LGitFetchOptionsV100.class/properties.json index 58a9cf20..24d977ff 100644 --- a/LibGit-Core.package/LGitFetchOptionsV100.class/properties.json +++ b/LibGit-Core.package/LGitFetchOptionsV100.class/properties.json @@ -1,5 +1,9 @@ { + "commentStamp" : "", + "super" : "LGitAbstractFetchOptions", "category" : "LibGit-Core-FFI-Structs", + "classinstvars" : [ ], + "pools" : [ ], "classvars" : [ "OFFSET_PRIM_CALLBACKS", "OFFSET_PRIM_CUSTOM_HEADERS", @@ -11,10 +15,5 @@ ], "instvars" : [ ], "name" : "LGitFetchOptionsV100", - "commentStamp" : "", - "super" : "LGitAbstractFetchOptions", - "type" : "normal", - "classinstvars" : [ ], - "pools" : [ ], - "classtraitcomposition" : "{}" -} + "type" : "normal" +} \ No newline at end of file diff --git a/LibGit-Core.package/LGitFetchOptionsV120.class/properties.json b/LibGit-Core.package/LGitFetchOptionsV120.class/properties.json index 65963480..3f962a1f 100644 --- a/LibGit-Core.package/LGitFetchOptionsV120.class/properties.json +++ b/LibGit-Core.package/LGitFetchOptionsV120.class/properties.json @@ -1,5 +1,9 @@ { + "commentStamp" : "", + "super" : "LGitAbstractFetchOptions", "category" : "LibGit-Core-FFI-Structs", + "classinstvars" : [ ], + "pools" : [ ], "classvars" : [ "OFFSET_PRIM_CALLBACKS", "OFFSET_PRIM_CUSTOM_HEADERS", @@ -11,10 +15,5 @@ ], "instvars" : [ ], "name" : "LGitFetchOptionsV120", - "commentStamp" : "", - "super" : "LGitAbstractFetchOptions", - "type" : "normal", - "classinstvars" : [ ], - "pools" : [ ], - "classtraitcomposition" : "{}" -} + "type" : "normal" +} \ No newline at end of file diff --git a/LibGit-Core.package/LGitFetchOptionsV140.class/properties.json b/LibGit-Core.package/LGitFetchOptionsV140.class/properties.json index 2a6e8d4c..6f5b4b34 100644 --- a/LibGit-Core.package/LGitFetchOptionsV140.class/properties.json +++ b/LibGit-Core.package/LGitFetchOptionsV140.class/properties.json @@ -1,5 +1,9 @@ { + "commentStamp" : "", + "super" : "LGitAbstractFetchOptions", "category" : "LibGit-Core-FFI-Structs", + "classinstvars" : [ ], + "pools" : [ ], "classvars" : [ "OFFSET_PRIM_CALLBACKS", "OFFSET_PRIM_CUSTOM_HEADERS", @@ -12,10 +16,5 @@ ], "instvars" : [ ], "name" : "LGitFetchOptionsV140", - "commentStamp" : "", - "super" : "LGitAbstractFetchOptions", - "type" : "normal", - "classinstvars" : [ ], - "pools" : [ ], - "classtraitcomposition" : "{}" -} + "type" : "normal" +} \ No newline at end of file diff --git a/LibGit-Core.package/LGitPushOptionsV02x.class/properties.json b/LibGit-Core.package/LGitPushOptionsV02x.class/properties.json index 58735ca8..0612a833 100644 --- a/LibGit-Core.package/LGitPushOptionsV02x.class/properties.json +++ b/LibGit-Core.package/LGitPushOptionsV02x.class/properties.json @@ -1,5 +1,9 @@ { + "commentStamp" : "", + "super" : "LGitAbstractPushOptions", "category" : "LibGit-Core-FFI-Structs", + "classinstvars" : [ ], + "pools" : [ ], "classvars" : [ "OFFSET_PRIM_CALLBACKS", "OFFSET_PRIM_CUSTOM_HEADERS", @@ -9,10 +13,5 @@ ], "instvars" : [ ], "name" : "LGitPushOptionsV02x", - "commentStamp" : "", - "super" : "LGitAbstractPushOptions", - "type" : "normal", - "classinstvars" : [ ], - "pools" : [ ], - "classtraitcomposition" : "{}" -} + "type" : "normal" +} \ No newline at end of file diff --git a/LibGit-Core.package/LGitPushOptionsV100.class/properties.json b/LibGit-Core.package/LGitPushOptionsV100.class/properties.json index 11a26b56..eee79c4e 100644 --- a/LibGit-Core.package/LGitPushOptionsV100.class/properties.json +++ b/LibGit-Core.package/LGitPushOptionsV100.class/properties.json @@ -1,5 +1,9 @@ { + "commentStamp" : "", + "super" : "LGitAbstractPushOptions", "category" : "LibGit-Core-FFI-Structs", + "classinstvars" : [ ], + "pools" : [ ], "classvars" : [ "OFFSET_PRIM_CALLBACKS", "OFFSET_PRIM_CUSTOM_HEADERS", @@ -9,10 +13,5 @@ ], "instvars" : [ ], "name" : "LGitPushOptionsV100", - "commentStamp" : "", - "super" : "LGitAbstractPushOptions", - "type" : "normal", - "classinstvars" : [ ], - "pools" : [ ], - "classtraitcomposition" : "{}" -} + "type" : "normal" +} \ No newline at end of file diff --git a/LibGit-Core.package/LGitPushOptionsV120.class/properties.json b/LibGit-Core.package/LGitPushOptionsV120.class/properties.json index ed4c4acd..b5264920 100644 --- a/LibGit-Core.package/LGitPushOptionsV120.class/properties.json +++ b/LibGit-Core.package/LGitPushOptionsV120.class/properties.json @@ -1,5 +1,9 @@ { + "commentStamp" : "", + "super" : "LGitAbstractPushOptions", "category" : "LibGit-Core-FFI-Structs", + "classinstvars" : [ ], + "pools" : [ ], "classvars" : [ "OFFSET_PRIM_CALLBACKS", "OFFSET_PRIM_CUSTOM_HEADERS", @@ -9,10 +13,5 @@ ], "instvars" : [ ], "name" : "LGitPushOptionsV120", - "commentStamp" : "", - "super" : "LGitAbstractPushOptions", - "type" : "normal", - "classinstvars" : [ ], - "pools" : [ ], - "classtraitcomposition" : "{}" -} + "type" : "normal" +} \ No newline at end of file diff --git a/LibGit-Core.package/LGitPushOptionsV140.class/properties.json b/LibGit-Core.package/LGitPushOptionsV140.class/properties.json index cbd8f39b..4449244b 100644 --- a/LibGit-Core.package/LGitPushOptionsV140.class/properties.json +++ b/LibGit-Core.package/LGitPushOptionsV140.class/properties.json @@ -1,5 +1,9 @@ { + "commentStamp" : "", + "super" : "LGitAbstractPushOptions", "category" : "LibGit-Core-FFI-Structs", + "classinstvars" : [ ], + "pools" : [ ], "classvars" : [ "OFFSET_PRIM_CALLBACKS", "OFFSET_PRIM_CUSTOM_HEADERS", @@ -10,10 +14,5 @@ ], "instvars" : [ ], "name" : "LGitPushOptionsV140", - "commentStamp" : "", - "super" : "LGitAbstractPushOptions", - "type" : "normal", - "classinstvars" : [ ], - "pools" : [ ], - "classtraitcomposition" : "{}" -} + "type" : "normal" +} \ No newline at end of file