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

Fill out missing Android runtime functions #4405

Closed
brson opened this issue Jan 9, 2013 · 10 comments
Closed

Fill out missing Android runtime functions #4405

brson opened this issue Jan 9, 2013 · 10 comments
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows O-android Operating system: Android P-low Low priority

Comments

@brson
Copy link
Contributor

brson commented Jan 9, 2013

src/rt/rust_android_dummy.cpp contains a bunch of empty stubs for functions that don't exist in bionic.

@yichoi
Copy link
Contributor

yichoi commented Feb 22, 2013

@catamorphism
Copy link
Contributor

De-milestoning; nominating for maturity milestone 3, feature-complete.

@graydon
Copy link
Contributor

graydon commented May 2, 2013

Accepted for feature complete (predicated on android becoming tier-1 supported-platform)

@emberian
Copy link
Member

emberian commented Jul 7, 2013

Still relevant

@metajack
Copy link
Contributor

triage bump. is this still going to be in c++ even with the new runtime?

@pnkfelix
Copy link
Member

pnkfelix commented Feb 6, 2014

P-low, not 1.0 blocker.

@lahwran
Copy link

lahwran commented Feb 27, 2015

What does this affect? How is android code limited by this?

@alexcrichton
Copy link
Member

@lahwran we still have a file of stubs and presumably if you use one of those functions you're going to get... some interesting results!

@lahwran
Copy link

lahwran commented Feb 27, 2015

yes, but what actually uses those in the rust stdlib? what should I avoid?

@huonw
Copy link
Member

huonw commented Jan 5, 2016

These files are gone (#30175 & #30529), closing.

@huonw huonw closed this as completed Jan 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows O-android Operating system: Android P-low Low priority
Projects
None yet
Development

No branches or pull requests