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

capi: Cloning a module #674

Merged
merged 1 commit into from
Dec 21, 2020
Merged

capi: Cloning a module #674

merged 1 commit into from
Dec 21, 2020

Conversation

gumb0
Copy link
Collaborator

@gumb0 gumb0 commented Dec 15, 2020

No description provided.

@codecov
Copy link

codecov bot commented Dec 15, 2020

Codecov Report

Merging #674 (7d5b753) into master (090fdf6) will decrease coverage by 0.01%.
The diff coverage is 93.75%.

@@            Coverage Diff             @@
##           master     #674      +/-   ##
==========================================
- Coverage   99.29%   99.27%   -0.02%     
==========================================
  Files          71       71              
  Lines        9821     9853      +32     
==========================================
+ Hits         9752     9782      +30     
- Misses         69       71       +2     
Flag Coverage Δ
spectests 91.46% <ø> (ø)
unittests 99.27% <93.75%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/fizzy/capi.cpp 98.63% <60.00%> (-0.91%) ⬇️
test/unittests/capi_test.cpp 100.00% <100.00%> (ø)

include/fizzy/fizzy.h Outdated Show resolved Hide resolved
include/fizzy/fizzy.h Outdated Show resolved Hide resolved
include/fizzy/fizzy.h Outdated Show resolved Hide resolved
@gumb0 gumb0 marked this pull request as ready for review December 15, 2020 18:17
@gumb0 gumb0 requested review from chfast and axic December 15, 2020 18:29
include/fizzy/fizzy.h Outdated Show resolved Hide resolved
@gumb0 gumb0 mentioned this pull request Dec 16, 2020
49 tasks

const auto* module2 = fizzy_clone_module(module1);
EXPECT_NE(module2, nullptr);
EXPECT_NE(module1, module2);
Copy link
Member

Choose a reason for hiding this comment

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

I guess we can't do a "deep equal" without some new API 😉

@gumb0 gumb0 merged commit 433b846 into master Dec 21, 2020
@gumb0 gumb0 deleted the capi-clone-module branch December 21, 2020 17:17
@gumb0 gumb0 mentioned this pull request Dec 21, 2020
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.

3 participants