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

[Vala] bug in namespace gestion ?



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]