Skip to content

Allow failure on glutin platform and minor nits#33

Merged
emilio merged 6 commits intomasterfrom
windows-tidy
Oct 29, 2015
Merged

Allow failure on glutin platform and minor nits#33
emilio merged 6 commits intomasterfrom
windows-tidy

Conversation

@emilio
Copy link
Copy Markdown
Member

@emilio emilio commented Oct 15, 2015

We should probably change Err(&str) to another type of error...

@emilio
Copy link
Copy Markdown
Member Author

emilio commented Oct 15, 2015

May you take a quick look at this and tell me if it compiles fine on windows @vvuk? :)

(It definitely should, but I have no way to easily test it actually, and our CI is broken because of aster)

@emilio emilio force-pushed the windows-tidy branch 2 times, most recently from a682507 to 1519437 Compare October 28, 2015 23:36
We should probably change `Err(&str)` to another type of error...
Also implements the missing methods.

Don't know when it was removed on the first place.
@emilio
Copy link
Copy Markdown
Member Author

emilio commented Oct 29, 2015

Seems like CI is broken again due to aster.

I could confirm the build and tests passing on linux and mac, and tested the code used in windows and unimplemented platforms.

I also changed the feature test, that was working previously just because I was lucky and the vector I was creating contained the memory from old data (I don't even know how I wanted back in the day to get the texture pixels with TexImage2D instead of GetTexImage).

Android-specific code shouldn't be affected here, so I'm going to merge this.

emilio added a commit that referenced this pull request Oct 29, 2015
@emilio emilio merged commit 05a1ea3 into master Oct 29, 2015
@jdm
Copy link
Copy Markdown
Member

jdm commented Oct 29, 2015

Good find on the feature test problem :)

@emilio emilio deleted the windows-tidy branch November 1, 2015 14:01
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.

2 participants