Uh oh!
There was an error while loading. Please reload this page.
auto: Rustpkg - #4799
Conversation
z0w0
commented
Feb 9, 2013
It looks like tests failed but these tests are completely unrelated to rustpkg (I haven't touched anything outside of rustpkg except semver). Any idea what's going on here @graydon? |
graydon
commented
Feb 9, 2013
No, but curiously it also reliably locks up when I test locally. Hopefully I'll have more time to diagnose next week. |
z0w0
commented
Feb 13, 2013
I have a feeling this needs to be rebased and reviewed again, because it seems it got stuck between some bad commits. |
graydon
commented
Feb 13, 2013
I've been doing so daily in my own repo but am behind today. It'd be substantially easier if the code synthesis part used quotes rather than the manual ast construction. I'll try to update it to work that way. Sorry this is taking so long. Lots of churn. If you want to rebase ahead of me, by all means. |
catamorphism
commented
Feb 15, 2013
I'm trying to rebase this. I'll see how far I get. |
graydon
commented
Feb 15, 2013
I did get to this today; have a version building with most of the ast code replaced with quotes. Don't bother. I'll post tomorrow. |
graydon
commented
Feb 15, 2013
(sorry for the mixed messages) |
catamorphism
commented
Feb 15, 2013
ok |
Removed hacky dependency on Round trait and generic infinity functions Removed generic-runtime-failure-depending-on-type behavior
Removed Round impl for integers
Moved `is_*` predicates into standalone functions
Moved them into own module and made them not depend on an Round trait impl for integers and generic math functions that can fail on integers any more.
…o workcache or dependency resolution yet)
…c_dir in librustpkg
Taking over where #4610 left off. Much rebasing and tidying.
z0w0
commented
Feb 16, 2013
This doesn't fold over crates ( |
android: get the entire test suite to pass
Taking over where #4610 left off. Much rebasing and tidying.