[Gambas-user] Issue 111 in gambas: Renaming a class doesn't update .list & .info properly

gambas at ...2524... gambas at ...2524...
Mon Sep 26 02:18:52 CEST 2011


Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 111 by adamn... at ...626...: Renaming a class doesn't update .list  
& .info properly
http://code.google.com/p/gambas/issues/detail?id=111

1) Describe the problem.
(Difficult to state - just follow the steps below)

2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):

Version: TRUNK
Revision: r4147
Operating system: Linux
Distribution: mine
Architecture: x86
GUI component: QT4 / GTK+
Desktop used: LXDE

3) Provide a little project that reproduces the bug or the crash.
Silly demo attached

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.
All this takes place in the IDE.
a) load the attached project and run it ==> should print "Quack!"
b) change the name of the "Cow" class to "Duck"
c) change the "Dim hAnimal As New Cow" to "Dim hAnimal As New Duck"
d) re-run the project ==> status bar shows it compiling, then it just goes  
to sleep.
e) stop it running (Alt+Pause)
f) look at contents of the .list and .info files ==> have entries for both  
Cow and Duck


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!


Attachments:
	uncertainty2-0.0.4.tar.gz  4.7 KB





More information about the User mailing list