Re: [Vala] Not Existing CCodeBaseModule in Vala context

2017-08-30 Thread Sébastien Granjoux
Hi, On 30/08/2017 22:04, Al Thomas wrote: CCode and Codegen are internal to libvala. That allows internal refactoring of the code without breaking users of libvala. There will be on going work to reduce the size of the Vala API. Ideally libvala clients would be internal to the Vala project

Re: [Vala] Not Existing CCodeBaseModule in Vala context

2017-08-30 Thread Al Thomas via vala-list
> From: Sébastien Granjoux <seb@free.fr> > Sent: Wednesday, August 30, 2017, 8:55:04 PM GMT+1 > Subject: [Vala] Not Existing CCodeBaseModule in Vala context > With vala 0.38, I get the error: >     error: The name `CCodeBaseModule' does not exist in the context of `Val

[Vala] Not Existing CCodeBaseModule in Vala context

2017-08-30 Thread Sébastien Granjoux
Hi, With vala 0.38, I get the error: error: The name `CCodeBaseModule' does not exist in the context of `Vala' on the following line scope_prefix = Vala.CCodeBaseModule.get_ccode_lower_case_prefix (scope); I don't know much about Vala but this line looks valid to me. It is working