Re: [COMMIT osv-apps master] Added examples of "Hello World" and http server apps in Rust

2018-04-22 Thread Nadav Har'El
On Sun, Apr 22, 2018 at 11:41 PM, Waldek Kozaczuk wrote: > It turns out we have a rule in apps/.gitignore to exclude src directories > (!). So I missed it and had to force-add it. > Thanks. It appears to be working well now! > > I intentionally added Cargo.lock as it supposed lock exact versio

Re: [COMMIT osv-apps master] Added examples of "Hello World" and http server apps in Rust

2018-04-22 Thread Nadav Har'El
Hi, I think some files (source files?) may be missing in this commit? If I try "make" I get: make: *** No rule to make target 'src/lib.rs', needed by 'target/release/libhello.so'. Stop. And indeed, there is no src/lib.rs (or even an src directory). Also, I'm not familiar with rust, but is the f

[COMMIT osv-apps master] Added examples of "Hello World" and http server apps in Rust

2018-04-22 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Added examples of "Hello World" and http server apps in Rust Signed-off-by: Waldemar Kozaczuk --- diff --git a/rust-example/.gitignore b/rust-example/.gitignore --- a/rust-example/.gitignore +++ b/rust-example/.gitignore @@