Updates:
Status: WontFix
Labels: -Version Version-TRUNK
Comment #3 on issue 134 by benoit.m...@gmail.com: gb.report not work
properly
http://code.google.com/p/gambas/issues/detail?id=134
(No comment was entered for this change
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 163 by emil.len...@gmail.com: Events and ByRef
http://code.google.com/p/gambas/issues/detail?id=163
1) Describe the problem.
The Event declaration allows ByRef:
Event ev
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 164 by jussi.la...@gmail.com: With GTK+ DrawingArea doesn't raise
_Draw event.
http://code.google.com/p/gambas/issues/detail?id=164
1) Describe the problem.
Wit
Comment #1 on issue 164 by gambas...@gmail.com: With GTK+ DrawingArea
doesn't raise _Draw event.
http://code.google.com/p/gambas/issues/detail?id=164
Hi,
Cached property of DrawingArea must be set to
Comment #2 on issue 164 by jussi.la...@gmail.com: With GTK+ DrawingArea
doesn't raise _Draw event.
http://code.google.com/p/gambas/issues/detail?id=164
I don't think that is the solution,
as controls should behave similarly in all en
Comment #3 on issue 161 by adamn...@gmail.com: 4296 broken
http://code.google.com/p/gambas/issues/detail?id=161
Attached, the make install log. Configure and make are all clean.
gbr3, gbx3, gbc3 all run OK. It is only the IDE that seems affected.
From the log it appears (around line 2274) that
Comment #10 on issue 153 by marcobra...@gmail.com: gambas3 segfault
creating new postgresql connection inside gambas ide
http://code.google.com/p/gambas/issues/detail?id=153
Ok now report compile issue is fixed... so i can send something more about
this:
[Thread debugging using libthread_db
Comment #11 on issue 153 by marcobra...@gmail.com: gambas3 segfault
creating new postgresql connection inside gambas ide
http://code.google.com/p/gambas/issues/detail?id=153
FYI in a try i also tried to add the gtk modules to the project, and i
remove the qt4 relate lib modules due
Updates:
Status: Accepted
Labels: -Version Version-TRUNK
Comment #1 on issue 163 by benoit.m...@gmail.com: Events and ByRef
http://code.google.com/p/gambas/issues/detail?id=163
Sorry, ByRef is not allowed with events. The event declaration should not
allow it
Updates:
Status: Invalid
Labels: -Version Version-TRUNK
Comment #3 on issue 164 by benoit.m...@gmail.com: With GTK+ DrawingArea
doesn't raise _Draw event.
http://code.google.com/p/gambas/issues/detail?id=164
Sorry but Qt4 does not raise the event too, when the Cached pro
Comment #4 on issue 161 by benoit.m...@gmail.com: 4296 broken
http://code.google.com/p/gambas/issues/detail?id=161
You just give the "make install" output, not the full output of configure
and make. And you should give more details about your system, if you have
already tried
Comment #5 on issue 161 by gambas...@gmail.com: 4296 broken
http://code.google.com/p/gambas/issues/detail?id=161
everything =
in /usr/local/lib/gambas3
/usr/local/bin (gb*)
/usr/local/share/gambas3
--
Write once. Port
Updates:
Status: Fixed
Comment #2 on issue 162 by benoit.m...@gmail.com: The IDE system
information script cannot be run if /tmp is mounted noexec.
http://code.google.com/p/gambas/issues/detail?id=162
Fixed in revision #4307
Updates:
Status: Accepted
Comment #2 on issue 151 by benoit.m...@gmail.com: Gambas3 Quick Variable
View in debugging has strange colour
http://code.google.com/p/gambas/issues/detail?id=151
(No comment was entered for this change
Comment #4 on issue 164 by jussi.la...@gmail.com: With GTK+ DrawingArea
doesn't raise _Draw event.
http://code.google.com/p/gambas/issues/detail?id=164
Yes it does in my computer!
Jussi
--
Write once. Port to
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 165 by jussi.la...@gmail.com: Arithmetic problem with float
http://code.google.com/p/gambas/issues/detail?id=165
1) Describe the problem.
Dim ff As Float = 2 ^ 23
Print
Updates:
Summary: Requirement connection timeout
Status: Fixed
Comment #2 on issue 160 by benoit.m...@gmail.com: Requirement connection
timeout
http://code.google.com/p/gambas/issues/detail?id=160
Done in revision #4309. I added a Connection.Timeout property, that is 20
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 166 by oonthew...@gmail.com: With Qt4 DrawingArea raises _Draw
event when cached property is set.
http://code.google.com/p/gambas/issues/detail?id=166
1) Describe the
Comment #1 on issue 166 by oonthew...@gmail.com: With Qt4 DrawingArea
raises _Draw event when cached property is set.
http://code.google.com/p/gambas/issues/detail?id=166
Sorry,
GUI component: Qt4
Of course
Comment #2 on issue 166 by oonthew...@gmail.com: With Qt4 DrawingArea
raises _Draw event when cached property is set.
http://code.google.com/p/gambas/issues/detail?id=166
And you need to change gb.gtk to gb.qt4 in GraphBug-0.0.2.
I cannot do it with damn windows machine I'm forced to work
Comment #3 on issue 160 by flynetin...@gmail.com: Requirement connection
timeout
http://code.google.com/p/gambas/issues/detail?id=160
I will use immediately.
Excellent work.
Thanks
--
Write once. Port to many.
Get
Updates:
Status: Accepted
Labels: -Version -Priority-Medium Version-TRUNK Priority-Low
Comment #1 on issue 165 by benoit.m...@gmail.com: Arithmetic problem with
float
http://code.google.com/p/gambas/issues/detail?id=165
I think the problem is in the float to string conversion
Comment #2 on issue 165 by jussi.la...@gmail.com: Arithmetic problem with
float
http://code.google.com/p/gambas/issues/detail?id=165
Not sure.
Dim ff As Float
ff = Log2(536870912)
Print ff
ff = CInt(Log2(536870912))
Print ff
Print Log2(536870912) <> CInt(Log2(536870912))
Result:
*2
Comment #3 on issue 165 by jussi.la...@gmail.com: Arithmetic problem with
float
http://code.google.com/p/gambas/issues/detail?id=165
Or do I file another bug report?
Jussi
--
Write once. Port to many.
Get the SDK
Updates:
Status: Fixed
Comment #2 on issue 163 by benoit.m...@gmail.com: Events and ByRef
http://code.google.com/p/gambas/issues/detail?id=163
Fixed in revision #4316.
--
Write once. Port to many.
Get the SDK
Comment #3 on issue 166 by jussi.la...@gmail.com: With Qt4 DrawingArea
raises _Draw event when cached property is set.
http://code.google.com/p/gambas/issues/detail?id=166
Proper demonstration project attached.
Attachments:
GraphBug-0.0.3.tar.gz 4.8 KB
Comment #4 on issue 165 by benoit.m...@gmail.com: Arithmetic problem with
float
http://code.google.com/p/gambas/issues/detail?id=165
?8388608.0
8388607,
So I think the problem is in the Float->String conversion (which does not
use the C libr
Updates:
Status: Accepted
Labels: -Version -GUI-Any Version-TRUNK GUI-QT4
Comment #4 on issue 166 by benoit.m...@gmail.com: With Qt4 DrawingArea
raises _Draw event when cached property is set.
http://code.google.com/p/gambas/issues/detail?id=166
(No comment was entered for this
Updates:
Status: Fixed
Comment #5 on issue 166 by benoit.m...@gmail.com: With Qt4 DrawingArea
raises _Draw event when cached property is set.
http://code.google.com/p/gambas/issues/detail?id=166
Fixed in revision #4321
Updates:
Status: Fixed
Comment #3 on issue 151 by benoit.m...@gmail.com: Gambas3 Quick Variable
View in debugging has strange colour
http://code.google.com/p/gambas/issues/detail?id=151
It should be fixed in revision #4322
Comment #4 on issue 151 by ron.mcin...@gmail.com: Gambas3 Quick Variable
View in debugging has strange colour
http://code.google.com/p/gambas/issues/detail?id=151
Thanks Benoit - fast work.
Ron
--
Write once. Port
Comment #5 on issue 165 by santiago...@gmail.com: Arithmetic problem with
float
http://code.google.com/p/gambas/issues/detail?id=165
I have posted something similar in the mailing list:
Print CString(Frac(5.025))
returns 0.0254
when I expected to get 0.025
Comment #6 on issue 165 by jussi.la...@gmail.com: Arithmetic problem with
float
http://code.google.com/p/gambas/issues/detail?id=165
That is kind of expected result,
since with doubles (float in Gambas) the actual value is (5.025 - 5):
0.0253552713678800500929355621337890625000
And
Comment #6 on issue 161 by adamn...@gmail.com: 4296 broken
http://code.google.com/p/gambas/issues/detail?id=161
Hi Benoit,
I have done as you suggested and cleaned out everything, did a complete
load of the trunk svn and the full compile cycle (the outputs are
attached). However, the
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 167 by crasher...@gmail.com: Height and width form does not
change in runtime.
http://code.google.com/p/gambas/issues/detail?id=167
Dim testform As Form
testform
Updates:
Status: Fixed
Labels: -Version Version-TRUNK
Comment #1 on issue 167 by benoit.m...@gmail.com: Height and width form
does not change in runtime.
http://code.google.com/p/gambas/issues/detail?id=167
Fixed in revision #4337
Comment #7 on issue 161 by adamn...@gmail.com: 4296 broken
http://code.google.com/p/gambas/issues/detail?id=161
Well, I finally tracked it down. It was a local issue.
The problem was caused by a set of 8 or so "non-existent" printers that had
somehow been discovered by the CUPS pr
Updates:
Labels: -Priority-Low Priority-Medium
Comment #3 on issue 47 by benoit.m...@gmail.com: Make code pretty tool
button clears breakpoints
http://code.google.com/p/gambas/issues/detail?id=47
(No comment was entered for this change
Updates:
Status: WontFix
Comment #8 on issue 161 by benoit.m...@gmail.com: 4296 broken
http://code.google.com/p/gambas/issues/detail?id=161
When creating a Printer object in Gambas (with gb.qt4), I just create a
QPrinter object, so apparently Qt4 initializes its internal printing
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 168 by adamn...@gmail.com: gb.db.postgresql error in main.c
http://code.google.com/p/gambas/issues/detail?id=168
1) Describe the problem.
Sorry Benoit,
I didn't n
Updates:
Status: Accepted
Labels: -Version Version-TRUNK
Comment #1 on issue 168 by benoit.m...@gmail.com: gb.db.postgresql error in
main.c
http://code.google.com/p/gambas/issues/detail?id=168
(No comment was entered for this change
Comment #2 on issue 168 by benoit.m...@gmail.com: gb.db.postgresql error in
main.c
http://code.google.com/p/gambas/issues/detail?id=168
Fix merged in revision #4341.
--
Write once. Port to many.
Get the SDK and tools
Updates:
Status: Fixed
Comment #3 on issue 168 by benoit.m...@gmail.com: gb.db.postgresql error in
main.c
http://code.google.com/p/gambas/issues/detail?id=168
(No comment was entered for this change
Comment #1 on issue 170 by r...@cyberjunky.nl: Error balloon is placed
behind database connection window
http://code.google.com/p/gambas/issues/detail?id=170
1) Describe the problem.
Error balloon is placed behind database connection window
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 169 by r...@cyberjunky.nl: Error renaming database connection
http://code.google.com/p/gambas/issues/detail?id=169
1) Describe the problem.
When trying to rename a
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 171 by r...@cyberjunky.nl: Cannot set property 'columns' of
databrowser or dataview object in IDE
http://code.google.com/p/gambas/issues/detail?id=171
1) De
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 170 by r...@cyberjunky.nl: Error balloon is placed behind
database connection window
http://code.google.com/p/gambas/issues/detail?id=170
1) Describe the problem.
2
Updates:
Status: Fixed
Comment #2 on issue 169 by benoit.m...@gmail.com: Error renaming database
connection
http://code.google.com/p/gambas/issues/detail?id=169
Fixed in revision #4343.
--
Write once. Port to
Updates:
Status: Accepted
Labels: -Version Version-TRUNK
Comment #1 on issue 169 by benoit.m...@gmail.com: Error renaming database
connection
http://code.google.com/p/gambas/issues/detail?id=169
(No comment was entered for this change
Updates:
Labels: -Version Version-TRUNK
Comment #2 on issue 170 by benoit.m...@gmail.com: Error balloon is placed
behind database connection window
http://code.google.com/p/gambas/issues/detail?id=170
Mmm. No problem with KDE. I will try with Gnome... if it does not crash the
nouveau
Updates:
Status: WontFix
Labels: -Version Version-TRUNK
Comment #1 on issue 171 by benoit.m...@gmail.com: Cannot set
property 'columns' of databrowser or dataview object in IDE
http://code.google.com/p/gambas/issues/detail?id=171
Your DataBrowser or DataView must hav
Updates:
Status: NeedsInfo
Comment #3 on issue 170 by benoit.m...@gmail.com: Error balloon is placed
behind database connection window
http://code.google.com/p/gambas/issues/detail?id=170
(No comment was entered for this change
Comment #2 on issue 171 by r...@cyberjunky.nl: Cannot set
property 'columns' of databrowser or dataview object in IDE
http://code.google.com/p/gambas/issues/detail?id=171
Yes, I think one should always be able to enter column names manually, like
in gambas2
for projects no
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 172 by emil.len...@gmail.com: Using static symbols on objects not
consistent
http://code.google.com/p/gambas/issues/detail?id=172
1) Describe the problem.
Let's sa
Updates:
Status: Accepted
Labels: -Version Version-TRUNK
Comment #1 on issue 172 by benoit.m...@gmail.com: Using static symbols on
objects not consistent
http://code.google.com/p/gambas/issues/detail?id=172
You are right. obj.f() and obj.c should raise the same error, because
Comment #2 on issue 172 by benoit.m...@gmail.com: Using static symbols on
objects not consistent
http://code.google.com/p/gambas/issues/detail?id=172
Mmm... Actually this is very useful to be allowed to do obj.c. Because
sometimes you don't know the class of 'obj' at desi
Comment #3 on issue 171 by r...@cyberjunky.nl: Cannot set
property 'columns' of databrowser or dataview object in IDE
http://code.google.com/p/gambas/issues/detail?id=171
I just checked again, and the proposed way it should work simply doesn
doesn't work.
Look at the
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 173 by marcobra...@gmail.com: Increasing tabstrip count from ide
made Gambas3 crashing
http://code.google.com/p/gambas/issues/detail?id=173
1) Describe the problem
Comment #3 on issue 172 by emil.len...@gmail.com: Using static symbols on
objects not consistent
http://code.google.com/p/gambas/issues/detail?id=172
What is exactly the point in having both dynamic constants and static
constants? They seem to behave equally. You can even access a dynamic
Comment #4 on issue 172 by emil.len...@gmail.com: Using static symbols on
objects not consistent
http://code.google.com/p/gambas/issues/detail?id=172
One little problem I can see is the following:
Let's say you have obj1 and obj2 of class Class1. Class1 has a static
variable
Updates:
Status: Fixed
Labels: -Version Version-TRUNK
Comment #1 on issue 173 by benoit.m...@gmail.com: Increasing tabstrip count
from ide made Gambas3 crashing
http://code.google.com/p/gambas/issues/detail?id=173
Fixed in revision #4347
Comment #5 on issue 172 by benoit.m...@gmail.com: Using static symbols on
objects not consistent
http://code.google.com/p/gambas/issues/detail?id=172
There is no "dynamic" constant.
The point is that you are using a symbol on an object reference, and the
symbol kind (constant
Updates:
Status: Accepted
Comment #4 on issue 171 by benoit.m...@gmail.com: Cannot set
property 'columns' of databrowser or dataview object in IDE
http://code.google.com/p/gambas/issues/detail?id=171
Mmm. Yes you get that point there. I was not logical. I will see what
Comment #6 on issue 172 by benoit.m...@gmail.com: Using static symbols on
objects not consistent
http://code.google.com/p/gambas/issues/detail?id=172
There is no "dynamic" constant.
The point is that you are using a symbol on an object reference, and the
symbol kind (constant
Comment #7 on issue 172 by emil.len...@gmail.com: Using static symbols on
objects not consistent
http://code.google.com/p/gambas/issues/detail?id=172
Of course real "dynamic" constants would be totally useless :)
With static/dynamic constants I meant this:
You can declare a const
Comment #8 on issue 172 by benoit.m...@gmail.com: Using static symbols on
objects not consistent
http://code.google.com/p/gambas/issues/detail?id=172
Haa ok. Indeed, the static keyword is optional with the Const keyword,
because constants are always static
Updates:
Status: Fixed
Comment #5 on issue 171 by benoit.m...@gmail.com: Cannot set
property 'columns' of databrowser or dataview object in IDE
http://code.google.com/p/gambas/issues/detail?id=171
OK, it should be fixed in revision #4348. Now all these properties are
editab
Comment #13 on issue 153 by benoit.m...@gmail.com: gambas3 segfault
creating new postgresql connection inside gambas ide
http://code.google.com/p/gambas/issues/detail?id=153
The gb.desktop.gnome component is needed to store passwords on Gnome. It
needs a library named "gnome-keyring-1&q
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 174 by sebi...@gmail.com: gb.desktop does not recognizes ~ as the
home folder
http://code.google.com/p/gambas/issues/detail?id=174
Using gambas 3.0 rc7, Archlinux
By
Comment #2 on issue 173 by marcobra...@gmail.com: Increasing tabstrip count
from ide made Gambas3 crashing
http://code.google.com/p/gambas/issues/detail?id=173
Confirmed fixed
Thanks Benoit
--
Ridiculously easy VDI
Comment #14 on issue 153 by marcobra...@gmail.com: gambas3 segfault
creating new postgresql connection inside gambas ide
http://code.google.com/p/gambas/issues/detail?id=153
Benoit
pkg-config --modversion gnome-keyring-1
Package gnome-keyring was not found in the pkg-config search path
Updates:
Status: Fixed
Comment #15 on issue 153 by benoit.m...@gmail.com: gambas3 segfault
creating new postgresql connection inside gambas ide
http://code.google.com/p/gambas/issues/detail?id=153
OK, I'm closing the
Updates:
Status: Accepted
Labels: -Version -Type-Bug Version-TRUNK Type-Enhancement
Comment #1 on issue 174 by benoit.m...@gmail.com: gb.desktop does not
recognizes ~ as the home folder
http://code.google.com/p/gambas/issues/detail?id=174
It's not actually Gambas, but th
Updates:
Status: Fixed
Comment #2 on issue 174 by benoit.m...@gmail.com: gb.desktop does not
recognizes ~ as the home folder
http://code.google.com/p/gambas/issues/detail?id=174
Done in revision #4357
Comment #5 on issue 175 by emil.len...@gmail.com: The Array Base class does
not work as expected
http://code.google.com/p/gambas/issues/detail?id=175
Print a.Pop() + i
still does not work as expected, since the interpreter calls the inherited
method, not the parent method
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 175 by emil.len...@gmail.com: The Array Base class does not work
as expected
http://code.google.com/p/gambas/issues/detail?id=175
1) Describe the problem.
The Array
Updates:
Status: Fixed
Comment #4 on issue 175 by benoit.m...@gmail.com: The Array Base class does
not work as expected
http://code.google.com/p/gambas/issues/detail?id=175
It should be fixed in revision #4360. I chose the second solution
Comment #1 on issue 176 by benoit.m...@gmail.com: problems with SizeOf()
http://code.google.com/p/gambas/issues/detail?id=176
Have you read the documentation of SizeOf?
--
Ridiculously easy VDI. With Citrix VDI-in-a
Updates:
Status: Accepted
Labels: -Version Version-TRUNK
Comment #1 on issue 175 by benoit.m...@gmail.com: The Array Base class does
not work as expected
http://code.google.com/p/gambas/issues/detail?id=175
Well, that class coming from Gambas 1 should be virtual, because it
Comment #2 on issue 175 by emil.len...@gmail.com: The Array Base class does
not work as expected
http://code.google.com/p/gambas/issues/detail?id=175
I also first thought that this class was not to be used alone, but then I
saw it being used like this in ReadArray() and WriteValue() in
Comment #3 on issue 175 by benoit.m...@gmail.com: The Array Base class does
not work as expected
http://code.google.com/p/gambas/issues/detail?id=175
AFAIK, this is the only place I use it, and I don't think I need it.
By the way, I see you looking everywhere in the code, and I would li
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 176 by tommyl...@interia.pl: problems with SizeOf()
http://code.google.com/p/gambas/issues/detail?id=176
1) Describe the problem.
It seems like the SizeOf function expects
Updates:
Status: Fixed
Labels: -Version -GUI-Any Version-TRUNK GUI-GTK
Comment #1 on issue 139 by benoit.m...@gmail.com: Incorrect window
positioning
http://code.google.com/p/gambas/issues/detail?id=139
It should be fixed in revision #4361
Updates:
Status: Invalid
Labels: -Version Version-TRUNK
Comment #2 on issue 176 by benoit.m...@gmail.com: problems with SizeOf()
http://code.google.com/p/gambas/issues/detail?id=176
OK, so maybe the documentation was not clear enough.
And to get the size of a non-native type
Comment #6 on issue 175 by benoit.m...@gmail.com: The Array Base class does
not work as expected
http://code.google.com/p/gambas/issues/detail?id=175
OK, it should be really fixed in revision #4361!
--
Ridiculously
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 177 by marcobra...@gmail.com: gambas3 rev. 4363
install-recursive Error 1 on Ubuntu 10.04.3
http://code.google.com/p/gambas/issues/detail?id=177
1) Describe the problem
Updates:
Status: Fixed
Labels: -Version Version-TRUNK
Comment #1 on issue 177 by benoit.m...@gmail.com: gambas3 rev. 4363
install-recursive Error 1 on Ubuntu 10.04.3
http://code.google.com/p/gambas/issues/detail?id=177
Fixed in revision #4364
Comment #2 on issue 177 by marcobra...@gmail.com: gambas3 rev. 4363
install-recursive Error 1 on Ubuntu 10.04.3
http://code.google.com/p/gambas/issues/detail?id=177
Confirm fixed in rev. 4364
--
Ridiculously easy
Updates:
Status: Fixed
Comment #7 on issue 165 by benoit.m...@gmail.com: Arithmetic problem with
float
http://code.google.com/p/gambas/issues/detail?id=165
In revision #4365:
- I done the float to string conversion a bit differently.
- I correctly detect the glibc mathematical
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 178 by emil.len...@gmail.com: Constants of type "Single" does not
work in some cases. Segmentation fault.
http://code.google.com/p/gambas/issues/detail
Updates:
Status: Fixed
Labels: -Version Version-TRUNK
Comment #1 on issue 178 by benoit.m...@gmail.com: Constants of
type "Single" does not work in some cases. Segmentation fault.
http://code.google.com/p/gambas/issues/detail?id=178
It should be fixed in revi
Comment #2 on issue 178 by emil.len...@gmail.com: Constants of
type "Single" does not work in some cases. Segmentation fault.
http://code.google.com/p/gambas/issues/detail?id=178
The VALUE_class_constant_inline(_class, _value, _ind) in gbx_value.h should
also be updated to pro
Comment #3 on issue 178 by emil.len...@gmail.com: Constants of
type "Single" does not work in some cases. Segmentation fault.
http://code.google.com/p/gambas/issues/detail?id=178
The documentation at http://gambasdoc.org/help/cat/constdecl?v3 actually
says that constants can only b
Comment #4 on issue 178 by benoit.m...@gmail.com: Constants of
type "Single" does not work in some cases. Segmentation fault.
http://code.google.com/p/gambas/issues/detail?id=178
OK, fixed in revision #4373.
The documentation must be u
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 179 by zed.s...@gmail.com: Download source for 3.0 tar.gz doesn't
include ./configure
http://code.google.com/p/gambas/issues/detail?id=179
1) Describe the problem.
Updates:
Status: Fixed
Comment #6 on issue 1 by benoit.m...@gmail.com: Gambas 3 has not been
release yet
http://code.google.com/p/gambas/issues/detail?id=1
Fixed in revision #4385.
--
Ridiculously easy VDI
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 180 by jussi.la...@gmail.com: Process_Read event receives extra
newline characters.
http://code.google.com/p/gambas/issues/detail?id=180
1) Describe the problem
Updates:
Status: Invalid
Labels: -Version Version-TRUNK
Comment #1 on issue 180 by benoit.m...@gmail.com: Process_Read event
receives extra newline characters.
http://code.google.com/p/gambas/issues/detail?id=180
Maybe you should write your program correctly?
Put a debug line
Updates:
Status: Accepted
Labels: -Version -Priority-Medium Version-TRUNK Priority-Low
Comment #1 on issue 179 by benoit.m...@gmail.com: Download source for 3.0
tar.gz doesn't include ./configure
http://code.google.com/p/gambas/issues/detail?id=179
For some reasons
Updates:
Labels: -Priority-Medium Priority-Low
Comment #9 on issue 172 by benoit.m...@gmail.com: Using static symbols on
objects not consistent
http://code.google.com/p/gambas/issues/detail?id=172
(No comment was entered for this change
601 - 700 of 3464 matches
Mail list logo