-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix repl restart #64
Merged
Merged
Fix repl restart #64
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dushistov
force-pushed
the
fix-repl-restart
branch
2 times, most recently
from
January 27, 2022 09:01
c873010
to
0838667
Compare
Dushistov
force-pushed
the
fix-repl-restart
branch
from
January 27, 2022 09:31
0838667
to
349c473
Compare
due to C4_ENUM we need parse headers in c++ mode, but looks like bindgen can not handle std::string/std::string_view.
Dushistov
force-pushed
the
fix-repl-restart
branch
from
January 27, 2022 12:19
349c473
to
331f775
Compare
Dushistov
force-pushed
the
fix-repl-restart
branch
from
January 27, 2022 18:23
ada1cd9
to
dcf8335
Compare
RUSTFLAGS="-Zsanitizer=address" cargo +nightly -Z build-std test --features="bundled,bundled-sqlite,with-asan" --target x86_64-unknown-linux-gnu
Dushistov
force-pushed
the
fix-repl-restart
branch
5 times, most recently
from
January 28, 2022 15:45
cd9fa08
to
e47d7eb
Compare
asan can not help for some reason with memory leaks, so...
Dushistov
force-pushed
the
fix-repl-restart
branch
from
January 28, 2022 15:54
e47d7eb
to
3dd6140
Compare
- new feature: more fast serialize/deserialize, because of no Rust <-> JSON5 <-> fleece, we use fleece directly - loop that take care about conflicts and resolve them in "Last Write Wins" fashion
Dushistov
force-pushed
the
fix-repl-restart
branch
from
February 3, 2022 19:40
a146c84
to
40fb942
Compare
for indexes update to new API
Dushistov
force-pushed
the
fix-repl-restart
branch
from
February 11, 2022 15:36
d79284c
to
96cb249
Compare
it is hard to support fork of cmake-rs, so build couchbase-lite-core for iOS manually Plus update couchbase-lite-core submodule to fix SEGFAULT in c++ tests.
Dushistov
force-pushed
the
fix-repl-restart
branch
from
February 11, 2022 18:13
96cb249
to
78abd1d
Compare
at now without tokio support
Dushistov
force-pushed
the
fix-repl-restart
branch
from
February 14, 2022 22:07
dddf561
to
93eb5d6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix #54 close #55