Re: [Vala] Research project on the Vala compiler

2015-04-03 Thread Robert Schroll
On Fri, Apr 3, 2015 at 3:10 PM, Guillaume Poirier-Morency wrote: Therefore, I am interested in projects of all size written in Vala that generates C code during the build process. Most vala projects that use Cmake as their build system will generate the intermediate C code during their build.

Re: [Vala] Research project on the Vala compiler

2015-04-03 Thread Nor Jaidi Tuah
> My goal is to confirm the relevance of metrics measured in the > generated C code to evaluate the quality of the sources. This is > important considering the impressive amount of tools that have been > developed to measure the quality of C/C++ sources. There is a list of projects written in val

[Vala] Research project on the Vala compiler

2015-04-03 Thread Guillaume Poirier-Morency
Hi everyone! I am conducting a small research project on the Vala compiler that would principally study how it affects different quality metrics (size, complexity, etc...) during the implementation step of the development. My goal is to confirm the relevance of metrics measured in the generat