[rust-dev] Continuous Documentation

2013-10-03 Thread Corey Richardson
Hey all, As of https://github.com/alexcrichton/rust/commit/d06043ba0b4f0ed871e5374aa0d6b37fa170dfc6, rustdoc will have cross-crate hyperlinking again. As part of my torture my CPU as much as possible initiative, I'd like to extend an offer to every library author that if they want fully

Re: [rust-dev] Continuous Documentation

2013-10-03 Thread Corey Richardson
Additionally, I can set it up so that when a build *fails*, it opens (at most one) an issue with the build log and the rustc SHA. Should help make maintaining libraries more effortless. On Thu, Oct 3, 2013 at 2:57 AM, Corey Richardson co...@octayn.net wrote: Hey all, As of

[rust-dev] `extern mod` declarations

2013-10-03 Thread Cadence Marseille
Hello, I just switched over the rust-pcrehttps://github.com/cadencemarseille/rust-pcreproject's directory structure to a rustpkg workspace (as documented at http://static.rust-lang.org/doc/master/rustpkg.html). Now I am trying to run a simple Rust program using the pcre module, but I am

Re: [rust-dev] `extern mod` declarations

2013-10-03 Thread Corey Richardson
It looks like you setup your workspace wrong. A quick fix is: cd ~/.rust; rustpkg init; cd src; mkdir -p github.com/cadencemarseille; cd github.com/cadencemarseille; git clone https://github.com/cadencemarseille/rust-pcre.git; rustpkg build rust-pcre; On Thu, Oct 3, 2013 at 8:32 AM,

Re: [rust-dev] `extern mod` declarations

2013-10-03 Thread Jesse Haber-Kucharsky
Cadence, If the library's main source file is in src/pcre/lib.rs and the the demo application's main source file is in src/pcredemo/main.rs, then I believe that executing rustpkg install pcre and then rustpkg install pcrememo will build and install the library and executable into the lib and bin

Re: [rust-dev] Library for reading/writing Zip files

2013-10-03 Thread Thad Guidry
If an LZO library is not done already, that would be a good next step. -- -Thad Thad on Freebase.com http://www.freebase.com/view/en/thad_guidry Thad on LinkedIn http://www.linkedin.com/in/thadguidry/ ___ Rust-dev mailing list Rust-dev@mozilla.org

Re: [rust-dev] Library for reading/writing Zip files

2013-10-03 Thread Corey Richardson
I had bindings to LZO and LZ4 at one point, but they were ad-hoc and that branch is long gone. On Thu, Oct 3, 2013 at 3:25 PM, Thad Guidry thadgui...@gmail.com wrote: If an LZO library is not done already, that would be a good next step. -- -Thad Thad on Freebase.com Thad on LinkedIn

Re: [rust-dev] Library for reading/writing Zip files

2013-10-03 Thread Alex Crichton
That's pretty awesome! I love seeing bindings and utilities starting to get written for rust. Perhaps some sort of wiki-style page is in order for keeping track of all these libraries... It'd be cool if opening an archive would behave like a filesystem where I could do something like: let zip

[rust-dev] Rust Meetup/Dinner in Mountain View on 10/14

2013-10-03 Thread Erick Tryzelaar
Hey all! I'm happy to announce the first San Francisco Bay Area Rust meetup at the Tied House on Columbus Day, Monday, October 14th, at 7pm: http://www.meetup.com/Rust-Bay-Area/events/143328072/ I hope you can make it! -Erick ___ Rust-dev mailing

Re: [rust-dev] about unicode problem

2013-10-03 Thread Chris Morgan
No, there really is nothing we can do about it while you continue to use Command Prompt. Using a different shell is the only way to get it to work properly. (And that itself may potentially introduce other issues.) [Note also that you need to reply to all for your response to be on the list. You

Re: [rust-dev] Rust Meetup/Dinner in Mountain View on 10/14

2013-10-03 Thread Kevin Cantu
Also, in the spirit of this [1] and this [2], if you want a hand, just let me know and I'm sure we can work something out! Kevin [1] http://conway.rutgers.edu/~ccshan/wiki/blog/posts/haskell2013/ [2] http://auntiepixelante.com/?p=2152 On Thu, Oct 3, 2013 at 3:07 PM, Erick Tryzelaar