0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 01, 2025 — Feb 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Optional arguments now work. Write a test for this feature More... over 13 years ago
Moved the getDeclaredMethods from the helpers file to the DeclarationBuilder More... over 13 years ago
Simplified the signature of the declareVariable. Now it assumes that the context to be used is the current one More... over 13 years ago
Polishing the visitAssignmentStatement method More... over 13 years ago
Don't override the visitArrayValue in the Usebuilder. More... over 13 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... over 13 years ago
Obtain duchain r/w lock before adding module mixin to the module declaration More... over 13 years ago
Added the instance & class variables support again More... over 13 years ago
Improved the declareVariable method. It also fixes a regression regarding variable declarations. More... over 13 years ago
Drop instance&class variables support. Too unstable :( More... over 13 years ago
Implemented test for the class variable support More... over 13 years ago
Added proper support for instance variables More... over 13 years ago
Include the Kernel module at the ContextBuilder::startVisiting method More... over 13 years ago
Fixed a crash when importing the base class context More... over 13 years ago
Created a couple of tests to check the type of special method arguments More... over 13 years ago
Fixed class not importing the context from its base class More... over 13 years ago
Fixed a couple of tests of the duchain More... over 13 years ago
Build the uses of array values More... over 13 years ago
Update the content type of a container in the declareVariable method More... over 13 years ago
Fixed the ClassType for hashes More... over 13 years ago
Implemented tests that deal with the ClassType More... over 13 years ago
The ClassType finally works More... over 13 years ago
Moved the getBuiltinsType method to the duchain helpers. More... over 13 years ago
Merge branch 'gsoc' of git://anongit.kde.org/kdev-ruby into gsoc More... over 13 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... over 13 years ago
Fixed crash when visiting a parameter in the DeclarationBuilder More... over 13 years ago
Show the method argument when completing a method call More... over 13 years ago
Implemented test for the completion of require/require_relative More... over 13 years ago
Polishing More... over 13 years ago
Fixed the list of require file items for the require_relative case More... over 13 years ago