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

bitpit: fixes for some misusage related to references #59

Merged
merged 25 commits into from
Apr 9, 2020

Conversation

andrea-iob
Copy link
Member

Fixes the following type of misusages of references:

  • small and trivially-copyable types passed by reference;
  • large types passed by value;
  • usage of copies in for-range loops.

Copy link
Contributor

@roccoarpa roccoarpa left a comment

Choose a reason for hiding this comment

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

it is ok for me

@andrea-iob
Copy link
Member Author

I fixed the commit message for the IO/DGF changes and checked that the the dump of a PiercedStorage of bools works as expected.

@andrea-iob
Copy link
Member Author

Can I merge this changes to the master branch?

@edoardolombardi edoardolombardi self-requested a review April 7, 2020 11:13
@andrea-iob andrea-iob merged commit bc47098 into master Apr 9, 2020
@andrea-iob andrea-iob deleted the bitpit.fix.references branch April 9, 2020 19:22
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