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

Prefix Init and Version C functions with V8go to avoid conflicts with other native libraries #324

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dylanahsmith
Copy link
Collaborator

Fixes #318

@centny does this fix the problem for you?

@codecov
Copy link

codecov bot commented Jun 21, 2022

Codecov Report

Base: 95.28% // Head: 95.28% // No change to project coverage 👍

Coverage data is based on head (3a49320) compared to base (7d843f1).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #324   +/-   ##
=======================================
  Coverage   95.28%   95.28%           
=======================================
  Files          17       17           
  Lines         594      594           
=======================================
  Hits          566      566           
  Misses         19       19           
  Partials        9        9           
Impacted Files Coverage Δ
isolate.go 100.00% <100.00%> (ø)
v8go.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

cgo function name should be having prefix
1 participant