[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Vala] bug in namespace gestion ?
- From: picca <picca synchrotron-soleil Fr>
- To: vala-list <vala-list gnome org>
- Subject: [Vala] bug in namespace gestion ?
- Date: Fri, 8 Aug 2008 09:31:29 +0200
Hello
I attached a file that do not compile with
valac -C
I expected to declare a Hkl namespace, a class PseudoAxis and a
namespace Pseudoaxis and a class Engine in the hkl.PseudoAxis namepsace
but vala complaine about an already existing Hkl.PseudoAxis class.
is it a bug ?
is yes I can fill a bug.
Thanks
Frederic
public class Hkl.PseudoAxis {
double d;
}
public class Hkl.PseudoAxis.Engine {
double e;
}
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]