Skip to content

Commit

Permalink
I need to make the type of -7 explicit now (p12)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Feb 16, 2024
1 parent e7fc175 commit 29b4570
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 57 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libgit - calls
giterr_set_str: string
"GIT_EUSER = -7"
^ self ffiCallSafely: #(void giterr_set_str(-7, String string))
^ self ffiCallSafely: #(void giterr_set_str(int -7, String string))
13 changes: 6 additions & 7 deletions LibGit-Core.package/LGitFetchOptionsV02x.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"commentStamp" : "",
"super" : "LGitAbstractFetchOptions",
"category" : "LibGit-Core-FFI-Structs",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [
"OFFSET_PRIM_CALLBACKS",
"OFFSET_PRIM_CUSTOM_HEADERS",
Expand All @@ -11,10 +15,5 @@
],
"instvars" : [ ],
"name" : "LGitFetchOptionsV02x",
"commentStamp" : "",
"super" : "LGitAbstractFetchOptions",
"type" : "normal",
"classinstvars" : [ ],
"pools" : [ ],
"classtraitcomposition" : "{}"
}
"type" : "normal"
}
13 changes: 6 additions & 7 deletions LibGit-Core.package/LGitFetchOptionsV100.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"commentStamp" : "",
"super" : "LGitAbstractFetchOptions",
"category" : "LibGit-Core-FFI-Structs",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [
"OFFSET_PRIM_CALLBACKS",
"OFFSET_PRIM_CUSTOM_HEADERS",
Expand All @@ -11,10 +15,5 @@
],
"instvars" : [ ],
"name" : "LGitFetchOptionsV100",
"commentStamp" : "",
"super" : "LGitAbstractFetchOptions",
"type" : "normal",
"classinstvars" : [ ],
"pools" : [ ],
"classtraitcomposition" : "{}"
}
"type" : "normal"
}
13 changes: 6 additions & 7 deletions LibGit-Core.package/LGitFetchOptionsV120.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"commentStamp" : "",
"super" : "LGitAbstractFetchOptions",
"category" : "LibGit-Core-FFI-Structs",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [
"OFFSET_PRIM_CALLBACKS",
"OFFSET_PRIM_CUSTOM_HEADERS",
Expand All @@ -11,10 +15,5 @@
],
"instvars" : [ ],
"name" : "LGitFetchOptionsV120",
"commentStamp" : "",
"super" : "LGitAbstractFetchOptions",
"type" : "normal",
"classinstvars" : [ ],
"pools" : [ ],
"classtraitcomposition" : "{}"
}
"type" : "normal"
}
13 changes: 6 additions & 7 deletions LibGit-Core.package/LGitFetchOptionsV140.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"commentStamp" : "",
"super" : "LGitAbstractFetchOptions",
"category" : "LibGit-Core-FFI-Structs",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [
"OFFSET_PRIM_CALLBACKS",
"OFFSET_PRIM_CUSTOM_HEADERS",
Expand All @@ -12,10 +16,5 @@
],
"instvars" : [ ],
"name" : "LGitFetchOptionsV140",
"commentStamp" : "",
"super" : "LGitAbstractFetchOptions",
"type" : "normal",
"classinstvars" : [ ],
"pools" : [ ],
"classtraitcomposition" : "{}"
}
"type" : "normal"
}
13 changes: 6 additions & 7 deletions LibGit-Core.package/LGitPushOptionsV02x.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"commentStamp" : "",
"super" : "LGitAbstractPushOptions",
"category" : "LibGit-Core-FFI-Structs",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [
"OFFSET_PRIM_CALLBACKS",
"OFFSET_PRIM_CUSTOM_HEADERS",
Expand All @@ -9,10 +13,5 @@
],
"instvars" : [ ],
"name" : "LGitPushOptionsV02x",
"commentStamp" : "",
"super" : "LGitAbstractPushOptions",
"type" : "normal",
"classinstvars" : [ ],
"pools" : [ ],
"classtraitcomposition" : "{}"
}
"type" : "normal"
}
13 changes: 6 additions & 7 deletions LibGit-Core.package/LGitPushOptionsV100.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"commentStamp" : "",
"super" : "LGitAbstractPushOptions",
"category" : "LibGit-Core-FFI-Structs",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [
"OFFSET_PRIM_CALLBACKS",
"OFFSET_PRIM_CUSTOM_HEADERS",
Expand All @@ -9,10 +13,5 @@
],
"instvars" : [ ],
"name" : "LGitPushOptionsV100",
"commentStamp" : "",
"super" : "LGitAbstractPushOptions",
"type" : "normal",
"classinstvars" : [ ],
"pools" : [ ],
"classtraitcomposition" : "{}"
}
"type" : "normal"
}
13 changes: 6 additions & 7 deletions LibGit-Core.package/LGitPushOptionsV120.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"commentStamp" : "",
"super" : "LGitAbstractPushOptions",
"category" : "LibGit-Core-FFI-Structs",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [
"OFFSET_PRIM_CALLBACKS",
"OFFSET_PRIM_CUSTOM_HEADERS",
Expand All @@ -9,10 +13,5 @@
],
"instvars" : [ ],
"name" : "LGitPushOptionsV120",
"commentStamp" : "",
"super" : "LGitAbstractPushOptions",
"type" : "normal",
"classinstvars" : [ ],
"pools" : [ ],
"classtraitcomposition" : "{}"
}
"type" : "normal"
}
13 changes: 6 additions & 7 deletions LibGit-Core.package/LGitPushOptionsV140.class/properties.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"commentStamp" : "",
"super" : "LGitAbstractPushOptions",
"category" : "LibGit-Core-FFI-Structs",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [
"OFFSET_PRIM_CALLBACKS",
"OFFSET_PRIM_CUSTOM_HEADERS",
Expand All @@ -10,10 +14,5 @@
],
"instvars" : [ ],
"name" : "LGitPushOptionsV140",
"commentStamp" : "",
"super" : "LGitAbstractPushOptions",
"type" : "normal",
"classinstvars" : [ ],
"pools" : [ ],
"classtraitcomposition" : "{}"
}
"type" : "normal"
}

0 comments on commit 29b4570

Please sign in to comment.