Will this be OK for ArWeave? #890
-
|
Does anyone over there at Arweave know if some base modifications for new C++ standards would work fine with the existing structure of Arweave... the Rebar3 seems to be calling for some direct code modification: ADD LINE: REMOVE TEXT: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
I'm afraid I don't understand the question. |
Beta Was this translation helpful? Give feedback.
Got it. All those files are from the upstream rocksdb dependency: https://github.com/ArweaveTeam/erlang-rocksdb.git
We build off that fork, but have made minimal changes from the source: https://gitlab.com/barrel-db/erlang-rocksdb (which is in turn an erlang wrapper around https://github.com/facebook/rocksdb)
I'm not too familiar with the rocksdb files you're referencing so unfortunately don't have any guidance on whether the changes you're proposing will cause a problem or not. You may have to ask the erlang-rocksdb devs or perhaps even the rocksdb team