Skip to content

Bug Fixes #142

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

Merged
merged 7 commits into from
Jun 10, 2017
Merged

Bug Fixes #142

merged 7 commits into from
Jun 10, 2017

Conversation

9prady9
Copy link
Member

@9prady9 9prady9 commented Jun 8, 2017

@9prady9 9prady9 added the Bug label Jun 8, 2017
@daboross
Copy link

daboross commented Jun 8, 2017

Thank you for adding this!

The host method change is technically a breaking change, but it's probably fine because any usage that it breaks would have been possibly undefined behavior anyways, correct?

@9prady9
Copy link
Member Author

9prady9 commented Jun 8, 2017

@daboross I believe it will break the ABI(not sure how this works in Rust, saying it based on C/C++ experience) but in terms of API, the existing code will still work as long as it was being used with valid types.

@daboross
Copy link

daboross commented Jun 8, 2017

@9prady9 Yes, the valid types is all I mean - I don't believe ABI breaking has any real meaning in rust, as the ABI is not stable at all. It would just break if anyone was using it with their own non-HasAfEnum type, but I'm assuming that isn't a concern.

9prady9 added 2 commits June 8, 2017 16:27
The Array objects used by Indexer objects were not properly
incrementing the reference count. This led to memory corruption
and undefined behaviour which is fixed now.
@9prady9 9prady9 requested review from jramapuram and pavanky June 8, 2017 11:42
9prady9 added 2 commits June 8, 2017 17:44
starting commit d558748 rustc-serialize
has been replaced in favor of serde. Serde requires rust 1.15.1. Thus,
README has been updated reflecting the same.
@9prady9 9prady9 removed request for jramapuram and pavanky June 10, 2017 12:11
@9prady9 9prady9 merged commit dbac16c into arrayfire:devel Jun 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants