0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Feb 04, 2025 — Feb 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Polishing the visitAliasStatement method and fixed tests regarding the alias statement More... almost 14 years ago
Instead of using the AliasDeclaration, declare the method in the alias statement just like any other method More... almost 14 years ago
Fixed the alias statement More... almost 14 years ago
A basic implementation of the alias statement has been provided at the DUChain level. Tests on the DeclarationBuilder and the UseBuilder have been added (even though they currently fail) More... almost 14 years ago
Added tests for aliased assignments More... almost 14 years ago
Aliased declarations are now supported More... almost 14 years ago
Fixed string interpolation messing up variable type More... almost 14 years ago
It's safe to iterate over the list of statements in the RubyAstVisitor without creating a new RubyAst instance. More... almost 14 years ago
Added support for string interpolation in the visitors. Moreover, a test suite for the UseBuilder has been created. More... almost 14 years ago
Create a tester class for the UseBuilder. The first thing to be tested is the string interpolation More... almost 14 years ago
Fix crash when the type of an assignment value is unknown More... almost 14 years ago
Adding support for the Symbol type More... almost 14 years ago
The actual code of the DeclarationBuilder for the assignment statement is also working in the case that the right-side of the assignment has more items than the left-side. Tests regarding this case have been added. More... almost 14 years ago
Make assignments to work when the left-side of the assignment has more items than the right-side More... almost 14 years ago
Adding more tests regarding assignments on the TestDUChain class More... almost 14 years ago
In the DUChain test suite, use the waitForUpdate method instead of blocking the thread manually. More... almost 14 years ago
Visiting the self keyword in the RubyAstVisitor. Improved the DUChain test suite More... almost 14 years ago
Added benchmarks for the DeclarationBuilder class More... almost 14 years ago
Polishing More... almost 14 years ago
Added tests for builtin classes More... almost 14 years ago
Updated the DUChain test suite to fit how builtin classes are stored by this plugin More... almost 14 years ago
Added the visitRange method to the ExpressionVisitor and RubyAstVisitor classes More... almost 14 years ago
Apparently I forgot about the self keyword in my previous commits More... almost 14 years ago
Updated the ExpressionVisitor and the RubyAstVisitor classes to the new tokens from the parser More... almost 14 years ago
It's better to set special tokens for keywords that can act as variables (true, nil, ...) More... almost 14 years ago
Now the parser pushes the name of some keywords such as true, false,... More... almost 14 years ago
Implemented the first steps of the visitAssignmentStatement method More... almost 14 years ago
Polishing More... almost 14 years ago
Make sure that the builtins file is the first one to be loaded More... almost 14 years ago
Implemented some builtins in the ExpressionVisitor class More... almost 14 years ago