Marco Castelluccio

Results 452 comments of Marco Castelluccio

Even if I manually add `println!("cargo:rerun-if-changed=PATH_TO_C_FILE");`, my C files are still getting rebuilt. I wonder why. Is there a way to check what the output of build.rs is?

@jdm there are a few projects on GitHub where I'd like to have more contributors (and I can mentor them). Is there a way now to get them on bugsahoy?

Have you considered using [grcov](https://github.com/marco-c/grcov) for parsing and output generation?

It doesn't support GCC < 4.9, but it does support GCC >= 4.9 and LLVM. Are you interested in GCC < 4.9 support? It's a very old compiler, so I...

> @marco-c I thought it means GCC needs to be installed? I need to fix the docs, GCC doesn't need to be installed if you want to parse gcno/gcda files...

@kennytm note llvm-config is only needed to build, but nothing is required at runtime. I'm using the LLVM API to make sure I pick up any change to the gcno/gcda...

> @marco-c Sorry for delay! I was busy in exams. So, till now what I have done is creating a class for setting up the selenium drivers and provided a...

> @marco-c Also, can I break up the task of adding tests cases? So taking the changes done in PR as one part and rest is completed by creating issues...

@poush do you still intend to work on this?