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

Update type of id param to IDTYPE in swig wrapper. #433

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rossbar
Copy link
Contributor

@rossbar rossbar commented Aug 18, 2022

This potentially improves forward compatibility in the case that
IDTYPE is changed in the underlying cgraph.h file.

This may have different impacts on different platforms depending on whether long is 32-bit or 64-bit (i.e. windows vs. everyone else). I guess let's see what CI says...

FWIW I'm not sure I'd include this in the 1.10 release, at least without a test showing a specific failure resulting from the "wrong" type.

Closes #174

This potentially improves forward compatibility in the case that
IDTYPE is changed in the underlying cgraph.h file.

Co-authored-by: Dan Schult <dschult@colgate.edu>
@codecov-commenter
Copy link

Codecov Report

Merging #433 (949ac6c) into main (1817fdf) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #433   +/-   ##
=======================================
  Coverage   80.89%   80.89%           
=======================================
  Files           5        5           
  Lines        1256     1256           
=======================================
  Hits         1016     1016           
  Misses        240      240           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect types in swig input file
2 participants