Skip to content

Commit 81a698c

Browse files
committed
chore!: removing msgpack as it is unfinished, hard to maintain and bring low value to the standard library
1 parent 924a52c commit 81a698c

File tree

20 files changed

+2
-487
lines changed

20 files changed

+2
-487
lines changed

.clang-format-ignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ hash/documentation
44
http/documentation
55
http/bulk_req.py
66
json/documentation
7-
msgpack/documentation
8-
msgpack/tests
97
random/documentation

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
path: [bitwise, console, hash, http, include, json, msgpack, random]
12+
path: [bitwise, console, hash, http, include, json, random]
1313

1414
steps:
1515
- uses: actions/checkout@v2

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[submodule "submodules/json"]
22
path = submodules/json
33
url = https://github.com/ArkScript-lang/nlohmann-json.git
4-
[submodule "submodules/msgpack-cpp"]
5-
path = submodules/msgpack-cpp
6-
url = https://github.com/ArkScript-lang/msgpack-cpp.git
74
[submodule "submodules/cpp-httplib"]
85
path = submodules/cpp-httplib
96
url = https://github.com/yhirose/cpp-httplib.git

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Main repository: **[ArkScript](https://github.com/ArkScript-lang/Ark)**
2424
### Data related
2525

2626
* `json` to manipulate and create JSON objects
27-
* `msgpack` to manipulate and create MsgPack objects
2827
* `database` to manipulate sqlite database
2928

3029
### Network related

draft/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
add_subdirectory(database)
22
add_subdirectory(http)
33
add_subdirectory(json)
4-
add_subdirectory(msgpack)

draft/msgpack/CMakeLists.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

draft/msgpack/documentation/Readme.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

draft/msgpack/include/adaptor.hpp

Lines changed: 0 additions & 113 deletions
This file was deleted.

draft/msgpack/include/ark_msgpack.hpp

Lines changed: 0 additions & 8 deletions
This file was deleted.

draft/msgpack/include/objects.hpp

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)