[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 120617] New: error in parsing ruby files
From:       kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de
Date:       2006-01-22 21:16:33
Message-ID: 20060122221631.120617.stefano.cr () lillinet ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=120617         
           Summary: error in parsing ruby files
           Product: kdevelop
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs kdevelop org
        ReportedBy: stefano.cr lillinet org


Version:           3.3 (using KDE 3.5.0, Gentoo)
Compiler:          gcc version 3.4.3-20050110 (Gentoo 3.4.3.20050110-r2, \
                ssp-3.4.3.20050110-0, pie-8.7.7)
OS:                Linux (i686) release 2.6.12.5

If in a ruby class I use both attr_reader and attr_writer passing the same symbol, \
then add the file to the ruby kdevelop project, then the application stops \
responding, showing the busy cursor.

A simple example which causes this problem is the following:

class MyClass
	attr_reader :x
	attr_writer :x
	def initialize(x)
		 x=x
	end
end


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic