bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23742: [PROPOSED PATCH] vala: add support for Genie .gs files


From: Chris Daley
Subject: bug#23742: [PROPOSED PATCH] vala: add support for Genie .gs files
Date: Fri, 10 Jun 2016 09:43:05 -0700

The Vala compiler also supports a language called Genie, which is very similar to Python but compiles down to C in the same way that Vala does. Genie files can be mixed with Vala files on the command line.

https://wiki.gnome.org/Projects/Genie

Automake does not currently support files with the extension .gs - this is easily confirmed by adding one to the _SOURCE primary for a Vala project.

This patch adds support for Genie files. The patch includes modifications to the existing Vala tests to ensure that it functions correctly. The patch does not appear to affect any other modules when the entire test suite is run.


--
Chris Daley
Pacific Northwest

e: address@hidden
w: http://chrisdaley.biz
tw: chebizarro
tz: PDT

Attachment: vala-genie-support.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]