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

List:       kdevelop-bugs
Subject:    [Bug 69906] crash when opening existing project
From:       kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de
Date:       2006-01-28 0:03:53
Message-ID: 20060128000353.20355.qmail () ktown ! kde ! 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=69906         




------- Additional Comments From timcharper yahoo com  2006-01-28 01:03 -------
when I load this file in ruby source in kdevelop, it crashes (must be when it is parseing the code?) :

#!/usr/bin/env ruby

class Foo
	attr_reader :name
	attr_writer :name
	
	
	def my_methood
	end
	
	def what_is_my_name
	 name = chris
	end
	
	def return_name
	return  name
	end
	
	self.my_public
	global_var = "foo"
	end
	
	private
	def private_methood
	end
end

Foo.what_is_my_name
Foo.name

Foo::my_public

puts "Hello world"

I=50


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

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