amalgam-lang 18.1.5__py3-none-macosx_12_0_arm64.whl → 19.0.0__py3-none-macosx_12_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of amalgam-lang might be problematic. Click here for more details.
- amalgam/api.py +5 -5
- amalgam/lib/darwin/arm64/amalgam-mt.dylib +0 -0
- amalgam/lib/darwin/arm64/amalgam-omp.dylib +0 -0
- amalgam/lib/darwin/arm64/amalgam-st.dylib +0 -0
- amalgam/lib/darwin/arm64/docs/version.json +1 -1
- amalgam/lib/version.json +3 -3
- {amalgam_lang-18.1.5.dist-info → amalgam_lang-19.0.0.dist-info}/METADATA +1 -1
- amalgam_lang-19.0.0.dist-info/RECORD +12 -0
- {amalgam_lang-18.1.5.dist-info → amalgam_lang-19.0.0.dist-info}/WHEEL +1 -1
- amalgam_lang-18.1.5.dist-info/RECORD +0 -12
- {amalgam_lang-18.1.5.dist-info → amalgam_lang-19.0.0.dist-info}/licenses/LICENSE.txt +0 -0
- {amalgam_lang-18.1.5.dist-info → amalgam_lang-19.0.0.dist-info}/top_level.txt +0 -0
amalgam/api.py
CHANGED
|
@@ -84,13 +84,13 @@ class ResultWithLog:
|
|
|
84
84
|
|
|
85
85
|
Parameters
|
|
86
86
|
----------
|
|
87
|
-
json :
|
|
87
|
+
json : bytes | None
|
|
88
88
|
The JSON-format response from the Amalgam invocation.
|
|
89
|
-
log :
|
|
89
|
+
log : bytes | None
|
|
90
90
|
The Amalgam-syntax transaction-log entry.
|
|
91
91
|
"""
|
|
92
92
|
|
|
93
|
-
def __init__(self, *, json:
|
|
93
|
+
def __init__(self, *, json: bytes | None, log: bytes | None):
|
|
94
94
|
self.json = json
|
|
95
95
|
"""The JSON-format response from the Amalgam invocation."""
|
|
96
96
|
|
|
@@ -116,8 +116,8 @@ class ResultWithLog:
|
|
|
116
116
|
ResultWithLog
|
|
117
117
|
A populated Python-side structure.
|
|
118
118
|
"""
|
|
119
|
-
json = api.
|
|
120
|
-
log = api.
|
|
119
|
+
json = api.char_p_to_bytes(c_result.json)
|
|
120
|
+
log = api.char_p_to_bytes(c_result.log)
|
|
121
121
|
return cls(json=json, log=log)
|
|
122
122
|
|
|
123
123
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
amalgam/lib/version.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": {
|
|
3
|
-
"amalgam": "61.0.
|
|
4
|
-
"amalgam_sha": "
|
|
5
|
-
"amalgam_url": "https://github.com/howsoai/amalgam/releases/tag/61.0.
|
|
3
|
+
"amalgam": "61.0.1",
|
|
4
|
+
"amalgam_sha": "050f33f03aad93a19fe1428101e6b52c4c79c0bb",
|
|
5
|
+
"amalgam_url": "https://github.com/howsoai/amalgam/releases/tag/61.0.1",
|
|
6
6
|
"amalgam_build_date": "",
|
|
7
7
|
"amalgam_display_title": ""
|
|
8
8
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
amalgam/__init__.py,sha256=oHu7Zr4eGDUqj93pLwz8t7gLa8lpAx6Q-xbGiJ3nJx0,18
|
|
2
|
+
amalgam/api.py,sha256=RJrJVNFg3-MJqfrGfdAr6p_eCYt2hoCQHypYuMnvcoY,42709
|
|
3
|
+
amalgam/lib/version.json,sha256=kbj5fGnIAHr5lCmj7w2Yw9yyUJmw1A01Ae0DQrddl5s,250
|
|
4
|
+
amalgam/lib/darwin/arm64/amalgam-mt.dylib,sha256=lv9qsxCRGdG3UCWkfRpSqB4OHONkpzNV69Wj1oTyRZE,3014128
|
|
5
|
+
amalgam/lib/darwin/arm64/amalgam-omp.dylib,sha256=n8pdb0s_svn83wBtSqpyaxpkBvIFNube4jdJeVfnmOc,3409648
|
|
6
|
+
amalgam/lib/darwin/arm64/amalgam-st.dylib,sha256=4ZThz5R0NTI4WvFvHaczT_pWISLTyrm0DMNQYmTZm1g,2862560
|
|
7
|
+
amalgam/lib/darwin/arm64/docs/version.json,sha256=E8bygvlfiP-JKz7pdcsgdtmDYxB2YvhsUFxNe5CCne0,25
|
|
8
|
+
amalgam_lang-19.0.0.dist-info/licenses/LICENSE.txt,sha256=2xqHuoHohba7gpcZZKtOICRjzeKsQANXG8WoV9V35KM,33893
|
|
9
|
+
amalgam_lang-19.0.0.dist-info/METADATA,sha256=IcGzR3uEV136GfjCqrJk3YeIqWE-Il_x_hxfBnbFzq8,43886
|
|
10
|
+
amalgam_lang-19.0.0.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
11
|
+
amalgam_lang-19.0.0.dist-info/top_level.txt,sha256=rmPHU144SyaB25u5-FAQyECAQnJ39NvuJEcKXMRcdBo,8
|
|
12
|
+
amalgam_lang-19.0.0.dist-info/RECORD,,
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
amalgam/__init__.py,sha256=oHu7Zr4eGDUqj93pLwz8t7gLa8lpAx6Q-xbGiJ3nJx0,18
|
|
2
|
-
amalgam/api.py,sha256=bVIMAuMsb55ELy6Ja1UmR3kqajfmPZbpFFBKjzVKT2o,42697
|
|
3
|
-
amalgam/lib/version.json,sha256=p_KDwyhezgS3K0lzau4aeNMFuYr9THH58iqHFPjDVdw,250
|
|
4
|
-
amalgam/lib/darwin/arm64/amalgam-mt.dylib,sha256=udiduK_3XG_bvsGx32k54W6izwxMkAG9hhpZV0yJZTA,3014128
|
|
5
|
-
amalgam/lib/darwin/arm64/amalgam-omp.dylib,sha256=fyHOUPHswGdlu0FLioNzvP60JXLBolY_mqmG0lFFMDs,3409648
|
|
6
|
-
amalgam/lib/darwin/arm64/amalgam-st.dylib,sha256=Vqc1O_WygUskIkvIJbM90AMM0K6pUB5RyAgIOKcFtSs,2862560
|
|
7
|
-
amalgam/lib/darwin/arm64/docs/version.json,sha256=rzZCzzBkoRbRPDnGZqZcl7XaOg5PEy1QL1lv5HfJxmw,25
|
|
8
|
-
amalgam_lang-18.1.5.dist-info/licenses/LICENSE.txt,sha256=2xqHuoHohba7gpcZZKtOICRjzeKsQANXG8WoV9V35KM,33893
|
|
9
|
-
amalgam_lang-18.1.5.dist-info/METADATA,sha256=WeaUJdpz4W8yyBiUFo73N83WZaZuQKdtGa3UeEcL1AQ,43886
|
|
10
|
-
amalgam_lang-18.1.5.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
11
|
-
amalgam_lang-18.1.5.dist-info/top_level.txt,sha256=rmPHU144SyaB25u5-FAQyECAQnJ39NvuJEcKXMRcdBo,8
|
|
12
|
-
amalgam_lang-18.1.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|