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

feature gate ipc reader/writer #336

Merged
merged 1 commit into from
May 24, 2021
Merged

Conversation

ritchie46
Copy link
Contributor

Which issue does this PR close?

This closes #310. This was as easy as bumping #[cfg(feature = "ipc")] on the module. This make flatbuffers an optional dependency. To reduce migration friction, the feature ipc was added to the default features.

@codecov-commenter
Copy link

Codecov Report

Merging #336 (3cabcbb) into master (71c2159) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #336   +/-   ##
=======================================
  Coverage   82.53%   82.53%           
=======================================
  Files         162      162           
  Lines       44043    44043           
=======================================
  Hits        36350    36350           
  Misses       7693     7693           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 71c2159...3cabcbb. Read the comment docs.

Copy link
Member

@jorgecarleitao jorgecarleitao left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks a lot, @ritchie46

@jorgecarleitao
Copy link
Member

(note, the failure is unrelated; it seems that rust stopped being available on windows, still investigating why)

@alamb alamb merged commit 4c17ac8 into apache:master May 24, 2021
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.

IPC feature gate
4 participants