Skip to content
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

feat(bindings/ruby): Setup the integrate with magnus #1712

Merged
merged 11 commits into from
Mar 21, 2023

Conversation

PsiACE
Copy link
Member

@PsiACE PsiACE commented Mar 21, 2023

draft: try to integrate with magnus
note: bump rocksdb to 0.18.0 , librocksdb-sys to 0.6.1

core/Cargo.toml Outdated Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
@PsiACE PsiACE marked this pull request as draft March 21, 2023 10:00
@PsiACE PsiACE marked this pull request as ready for review March 21, 2023 10:22
@Xuanwo
Copy link
Member

Xuanwo commented Mar 21, 2023

By the way, could you explain a bit more why we chose Magnus instead of Rutie?

@PsiACE
Copy link
Member Author

PsiACE commented Mar 21, 2023

By the way, could you explain a bit more why we chose Magnus instead of Rutie?

Actually, I initially tried Rutie and successfully ran the basic examples. However, I ultimately chose Magnus for the following reasons:

  1. It relies less on macros and is easier to debug;
  2. There is no need to configure a target directory, as I am not sure how to better make Rutie work with Cargo workspace;
  3. Magnus appears to be actively maintained.

Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's rock!

@PsiACE PsiACE merged commit f56aa10 into apache:main Mar 21, 2023
@PsiACE PsiACE deleted the ruby-starter branch March 21, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants