-
-
Notifications
You must be signed in to change notification settings - Fork 658
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove weird loop from handle_efields. tests still pass, let's see wh…
…at travis has to say.
- Loading branch information
Showing
1 changed file
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36ea42d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was added 12 years ago in 5f38525 and looks like leftover in current field handling code (at least as far as I can read it).
36ea42d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, this somehow made
return untyped __global__.String(inPtr.ptr,inLen);
work on cpp, which now fails. What I'm not sure about is how did it work before, this needs more research.PS all other tests pass successfully