anp / rusl

An experimental (read: DONT USE) musl libc implementation in Rust.
Other
292 stars 12 forks source link

Improved strlen #14

Closed mrhota closed 7 years ago

mrhota commented 7 years ago

Straightforward C-to-Rust of musl's strlen.

mrhota commented 7 years ago

failure might be spurious? seems like it built on my repo just fine

UPDATE: cached version of rustfmt may cause check_fmt.sh to die. Looks like builder croaks right at the start.

mrhota commented 7 years ago

cc @dikaiosune

anp commented 7 years ago

I deleted the cache to get it to rebuild rustfmt and restarted the build.

anp commented 7 years ago

Oops! Sorry, it looks like I may have merged #15 in the wrong order. Let me know when this is good to merge or if I can help?

mrhota commented 7 years ago

@dikaiosune No problem. It looks like this is a clean build, so this is ready 2 rock