0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Aug 17, 2025 — Aug 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Avoid a crash in the declareVariable method More... about 14 years ago
Fixed some TODO's in the DeclarationBuilder More... about 14 years ago
Optional arguments now work. Write a test for this feature More... about 14 years ago
Moved the getDeclaredMethods from the helpers file to the DeclarationBuilder More... about 14 years ago
Simplified the signature of the declareVariable. Now it assumes that the context to be used is the current one More... about 14 years ago
Polishing the visitAssignmentStatement method More... about 14 years ago
Don't override the visitArrayValue in the Usebuilder. More... about 14 years ago
Do nothing when parsing assignments to array values, for example when parsing "x[y] = z" do not try to declare variable "x[y]". "x" should be already declared and set to Array type at this point. Miquel: please review this. I'm not sure what else has to be done here More... about 14 years ago
Obtain duchain r/w lock before adding module mixin to the module declaration More... about 14 years ago
Added the instance & class variables support again More... about 14 years ago
Improved the declareVariable method. It also fixes a regression regarding variable declarations. More... about 14 years ago
Drop instance&class variables support. Too unstable :( More... about 14 years ago
Implemented test for the class variable support More... about 14 years ago
Added proper support for instance variables More... about 14 years ago
Include the Kernel module at the ContextBuilder::startVisiting method More... about 14 years ago
Fixed a crash when importing the base class context More... about 14 years ago
Created a couple of tests to check the type of special method arguments More... about 14 years ago
Fixed class not importing the context from its base class More... about 14 years ago
Fixed a couple of tests of the duchain More... about 14 years ago
Build the uses of array values More... about 14 years ago
Update the content type of a container in the declareVariable method More... about 14 years ago
Fixed the ClassType for hashes More... about 14 years ago
Implemented tests that deal with the ClassType More... about 14 years ago
The ClassType finally works More... about 14 years ago
Moved the getBuiltinsType method to the duchain helpers. More... about 14 years ago
Merge branch 'gsoc' of git://anongit.kde.org/kdev-ruby into gsoc More... about 14 years ago
Ruby lexer: increase the buffer size for heredoc strings and expressions interpolated into strings. That buffer is currently quite large (will hold approx 2k of unicode strings). More... about 14 years ago
Fixed crash when visiting a parameter in the DeclarationBuilder More... about 14 years ago
Show the method argument when completing a method call More... about 14 years ago
Implemented test for the completion of require/require_relative More... about 14 years ago