Re: [Vala] Any xUnit framework for Vala?

2010-12-27 Thread Ildar Mulyukov
that Vala project itself does some magic with testwrapper.sh, is it preferred solution? I can't see any "State of the Art" or "well-known" Unit testing framework for Vala around here, none of the existing is widely used. Regards, -- Ildar Mul

Re: [Vala] Proposed Vala Logo

2010-08-31 Thread Ildar Mulyukov
dius of "the neighborhood" is up to you. I could be coding a little too much Scheme, lately… I don't agree the proposed logo is similar to Racket. Best regards, -- Ildar Mulyukov, free SW designer/programmer email: il...@users.s

Re: [Vala] [ANNOUNCE] Vala 0.9.6 - Compiler for the GObject type system

2010-08-19 Thread Ildar Mulyukov
On 19.08.2010 12:54:58, JM wrote: Ok. That sounds reasonable. But there remains the question why I had to call ldconfig for the current release and didn't have to do that for vala releases <= 0.9.4 Ideas? ldconfig is usually called on system boot. Also it is called by package manager on any li

Re: [Vala] [ANNOUNCE] Vala 0.9.6 - Compiler for the GObject type system

2010-08-18 Thread Ildar Mulyukov
l approach here is: let administrator decide the PREFIX and let him do all the privileged calls (like ldconfig). Or, if one receives a package (.DEB or .RPM), everything should work out of the box. Regards, -- Ildar Mulyukov, free SW designer/

Re: [Vala] Supressing specific warnings

2010-07-08 Thread Ildar Mulyukov
warnings? Hi. This suggestion was (generally) declined last time. See attachment. Best regards, -- Ildar Mulyukov, free SW designer/programmer email: il...@users.sourceforge.net home: http://tuganger.narod.ru

Re: [Vala] A problem in writing some ValaIde plugin..

2010-03-30 Thread Ildar Mulyukov
Hi On 30.03.2010 14:15:53, Arkadi Viner wrote: valide: symbol lookup error: /usr/local/lib/valide/plugins/terminal/libterminal.so: undefined symbol: vte_terminal_new sounds like underlinked library. You need to add -lvte to the LD_ADD or corresponding construct. Best regards, -- Ildar

Re: [Vala] How to debug vala program?

2009-09-30 Thread Ildar Mulyukov
o see what happens in clicked button signal. I use Builder to load the ui file and the connect signal has this code : [CCode (instance_pos = -1)] public void on_testButton_activate(Button sender) { } Try valac --save-temps -- Ildar Mulyukov, free SW designer/

Re: [Vala] [ANNOUNCE] Libgee 0.5.0 - GObject collection library

2009-09-28 Thread Ildar Mulyukov
not the only reason. Ok. But IMHO you should at least note this somewhere. And, better, put a check in configure.in -- Ildar Mulyukov, free SW designer/programmer email: il...@users.sourceforge.net home: http://tuganger.narod.ru/ ALT Linux

Re: [Vala] [ANNOUNCE] Libgee 0.5.0 - GObject collection library

2009-09-28 Thread Ildar Mulyukov
adaptor.set_up, ^^ Compilation failed: 1 error(s), 0 warning(s) My version is vala-0.7.6-alt2 Regards, Ildar -- Ildar Mulyukov, free SW designer/programmer email: il...@users.sourceforge.net home: http://tugange

Re: [Vala] supressing warnings

2009-09-08 Thread Ildar Mulyukov
_ compiler. And Valac is the 1st in the list. I'll file a feature request for it as soon as I get a faster internet (say, at the weekend). Best regards, -- Ildar Mulyukov, free SW designer/programmer email: il...@users.sourceforge

Re: [Vala] Making libraries with Vala

2009-09-07 Thread Ildar Mulyukov
master 100% true. That's sad. -- Ildar Mulyukov, free SW designer/programmer email: il...@users.sourceforge.net home: http://tuganger.narod.ru/ ALT Linux Sisyphus _

Re: [Vala] Making libraries with Vala

2009-09-06 Thread Ildar Mulyukov
Hi! Abderrahim, thank you. Your letter helped me a lot. On 04.09.2009 13:39:53, Abderrahim Kitouni wrote: 2009/9/4 Ildar Mulyukov : > 1. Valac supports "--library" option, but still cannot build one with one > shot - it cannot link a library (is it true?) yes and

[Vala] Making libraries with Vala

2009-09-03 Thread Ildar Mulyukov
is is because a compiled Error Domain looks like: #define Z_ASSERTION_ERROR z_assertion_error_quark () which is lost in library form. Version 0.6 was 100% working. (It had .h files along with vapi) 3. May be something I just didn't bump in yet. Thanks and best regards, Ildar. -- Ildar

Re: [Vala] simple echo client server example

2009-09-03 Thread Ildar Mulyukov
On 01.09.2009 18:55:00, Reid Thompson wrote: Could someone point me to, or post, a simple tcp echo client server example using the current vala bindings? http://live.gnome.org/Vala/GIONetworkingSample -- Ildar Mulyukov, free SW designer/programmer

Re: [Vala] [RFC] Testing framework improvements

2009-08-08 Thread Ildar Mulyukov
could get test method names directly from the library. Use objdump for example. Jan, it's not the 1st time when Unit tests are discussed. Have a look at discussions on Oct. and Dec. last year. (subj. GTest and VUnit). Hope you did that already. Best regards, Ildar -- Ildar Mulyukov,

Re: [Vala] Libgee 0.1.6 - GObject collection library

2009-07-20 Thread Ildar Mulyukov
es. Good work, thanks a lot! -- Ildar Mulyukov, free SW designer/programmer email: il...@users.sourceforge.net home: http://tuganger.narod.ru/ ALT Linu

Re: [Vala] integrate Vala and GTK doc?

2009-01-31 Thread Ildar Mulyukov
tices -- Ildar Mulyukov, free SW designer/programmer email: il...@users.sourceforge.net home: http://tuganger.narod.ru/ ALT Linux Sisyphus ___ Vala-list mailing

Re: [Vala] libgee test failed

2009-01-19 Thread Ildar Mulyukov
Hi! On 19.01.2009 14:40:55, Jürg Billeter wrote: On Fri, 2009-01-02 at 00:17 +0600, Ildar Mulyukov wrote: >Hi, everybody! > > Last time (for about a month) I see libgee make check FAILED: > > make[2]: Entering directory `/tmp/libgee/tests' > TEST: test

[Vala] Ping: libgee test failed

2009-01-19 Thread Ildar Mulyukov
Anyone? On 02.01.2009 00:17:59, Ildar Mulyukov wrote: Hi, everybody! Last time (for about a month) I see libgee make check FAILED: make[2]: Entering directory `/tmp/libgee/tests' TEST: testarraylist... (pid=30778) /Arraylist/Lis

Re: [Vala] Collection Object not in libgee?

2009-01-04 Thread Ildar Mulyukov
t copy and everything should be allright. Best wishes -- Ildar Mulyukov, free SW designer/programmer email: il...@users.sourceforge.net home: http://tuganger.narod.ru/ ALT Linu

[Vala] libgee test failed

2009-01-01 Thread Ildar Mulyukov
gee test or vala needs in fixing. Best regards, -- Ildar Mulyukov, free SW designer/programmer email: il...@users.sourceforge.net home: http://tuganger.nar

[Vala] [ANNOUNCE] VUnit - a new unit testing framework

2008-12-16 Thread Ildar Mulyukov
ework with the NUnit "look and feel" and Vala rules (and limitations). VUnit is not the same as vunit made by Ali Sabil, though some parts were copied and altered. In case you want to try, it requires vala SVN r2179 or later. Hope someone's interested. Best regards, Ildar --

Re: [Vala] inline C

2008-12-16 Thread Ildar Mulyukov
obody needs inline C. Vala already makes it pretty easy to work on a low level by supporting pointers and simple ad-hoc bindings with the `extern' modifier. Agree. Ok, I think that's enough for the discussion. Thank you everybody who expressed here. Best regards, Ildar -- Ildar

Re: [Vala] inline C

2008-12-13 Thread Ildar Mulyukov
something else? -- Ildar Mulyukov, free SW designer/programmer email: il...@users.sourceforge.net home: http://tuganger.narod.ru/ ALT Linux Sisyphus ___ Vala

Re: [Vala] inline C

2008-12-13 Thread Ildar Mulyukov
On 14.12.2008 00:00:31, Jamie McCracken wrote: On Sat, 2008-12-13 at 17:46 +, Karl Lattimer wrote: > On Sat, 2008-12-13 at 23:44 +0600, Ildar Mulyukov wrote: What do you think about having C inline in Vala? This looks quite natural for Vala. Especially while Vala is quite unperfect (hav

[Vala] inline C

2008-12-13 Thread Ildar Mulyukov
you can use in C. What do you think about having C inline in Vala? This looks quite natural for Vala. Especially while Vala is quite unperfect (having 304 open bugs). This could ease implementing workarounds ;) Best regards, Ildar -- Ildar Mulyukov, f

Re: [Vala] [ModuleInit] and __attribute__ ((constructor)) ?

2008-12-13 Thread Ildar Mulyukov
Hi, Jürg! thanks for your answers. On 12.12.2008 14:04:51, Jürg Billeter wrote: Hi Ildar, On Wed, 2008-10-15 at 03:03 +0600, Ildar Mulyukov wrote: > I am very new to Vala. Great thanks to Jürg and participants. > I've a question (or it's really two separate questions?

Re: [Vala] Interface properties: private accessors

2008-11-30 Thread Ildar Mulyukov
On 27.11.2008 10:39:27, Ildar Mulyukov wrote: % valac cl1.vala if2.vala /tmp/.private/ildar/cc8mGVTD.o: In function `ns1_cl1_constructor': cl1.c:(.text+0x160): undefined reference to `ns1_i1_set_str1' Why this stupid compiler tries to use _interface's_accessor_? Any comments?

Re: [Vala] Interface properties

2008-11-26 Thread Ildar Mulyukov
On 22.11.2008 18:12:06, Ildar Mulyukov wrote: Hello, just another one try to use a property in an interface. ... 2. Because of the point 1, one have to write such strange things as: public string str1 { get; private set; } Though it doesn't work either (i.e. valac cl1.val

[Vala] Interface properties

2008-11-22 Thread Ildar Mulyukov
is a superset of the declaration in interface. 2. Prohibit private accessors in interfaces. I attach a small example. Best regards, Ildar -- Ildar Mulyukov, free SW designer/programmer email: [EMAIL PROTECTED] home: http://tuganger.narod.ru

Re: [Vala] Foreach on interfaces

2008-11-22 Thread Ildar Mulyukov
ct" ? In future it would be possible to implement -nowarn: option to valac. -- Ildar Mulyukov, free SW designer/programmer email: [EMAIL PROTECTED] home:

Re: [Vala] interface properties: unexistent accessor

2008-11-17 Thread Ildar Mulyukov
On 17.11.2008 13:08:20, Alexander Bokovoy wrote: On Sun, Nov 16, 2008 at 8:17 PM, Alexander Bokovoy <[EMAIL PROTECTED]> wrote: > 2008/11/16 Ildar Mulyukov <[EMAIL PROTECTED]>: >> valac test-iface-prop-noset-impl.vala >> test-iface-prop-noset-iface.vala/tmp/.p

[Vala] interface properties: unexistent accessor

2008-11-16 Thread Ildar Mulyukov
nd created this simple test case). The root of it is that the unexistent accessor referenced from the implementor class. Maybe it's better not to do it? Regards, -- Ildar Mulyukov, free SW designer/programmer email: [EMAIL PROTEC

[Vala] split strings error

2008-10-15 Thread Ildar Mulyukov
ailed: 1 error(s), 0 warning(s) I know verbatim strings is a workaround. But this looks like a bug to me. Regards, Ildar -- Ildar Mulyukov, free SW designer/programmer email: [EMAIL PROTECTED] ho

[Vala] [ModuleInit] and __attribute__ ((constructor)) ?

2008-10-14 Thread Ildar Mulyukov
snippet: http://live.gnome.org/Vala/TypeModules 2. I want to have __attribute__ ((constructor)) function but cannot figure out how to do it. Any hint? I thought that this two questions could be one, but I'm not sure. Thanks. Best regards, Ildar -- Ildar Mulyukov, free SW