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

Fix a small issue and cleanup usage of long long #1733

Merged
merged 5 commits into from
Jan 30, 2019

Conversation

kumpera
Copy link
Collaborator

@kumpera kumpera commented Jan 29, 2019

Fix an issue in python bindings revealed by a warning (implicit cast from 64 to 32 bits int).

Remove usage of long long in favor of int64_t. The code base uses both and the later is both shorter and is more intuitive.

Copy link
Member

@lokitoth lokitoth left a comment

Choose a reason for hiding this comment

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

You probably did not intend to include cs/cli/Resource.rc in this change.

Otherwise, great change 👍

@JohnLangford
Copy link
Member

Looks good to go to me.

@kumpera
Copy link
Collaborator Author

kumpera commented Jan 30, 2019

You probably did not intend to include cs/cli/Resource.rc in this change.

Otherwise, great change 👍

Good catch! It was a mistake on my end. Removed it from the PR.

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