[Gambas-user] Issue 520 in gambas: System.DataTypes is writeable
gambas at ...2524...
gambas at ...2524...
Tue Apr 15 09:51:49 CEST 2014
Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 520 by adamn... at ...626...: System.DataTypes is writeable
http://code.google.com/p/gambas/issues/detail?id=520
1) Describe the problem.
The System class override in gb.eval provides the System.DataTypes property
which is according to the help docs (and common sense would dictate) a
readonly property returning a string[].
However, the propert appears to be read/write
2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):
Version: TRUNK
Revision: r6235
Operating system: Linux
Distribution: PCLinuxOS
Architecture: x86
3) Provide a little project that reproduces the bug or the crash.
The simplest demo is
MMain.Main
System.DataTypes.Clear
Print System.DataTypes.Join("\n")
4) If your project needs a database, try to provide it, or part of it.
N/A
5) Explain clearly how to reproduce the bug or the crash.
Create a console project
Add the gb.eval component
Insert the above code in MMain.Main()
Run
6) By doing that carefully, you have done 50% of the bug fix job!
IMPORTANT NOTE: If you encounter several different problems or bugs, (for
example, a bug in your project, and an interpreter crash while debugging
it), please create distinct issues!
ANOTHER NOTE: Don't create an issue if you have a compilation problem on
the development version. Send a mail to the mailing-list instead, thanks.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list