1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 23 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Comment a mildly mysterious test More... about 16 years ago
Get rid of useless Trapeze::NestingExtension More... about 16 years ago
Add unit test of Bignum#._describe More... about 16 years ago
Update gem version for build v0.1.5 More... about 16 years ago
Add missing 'require' More... about 16 years ago
Update gem version for build v0.1.4 More... about 16 years ago
Use the BigDecimal initializer instead of literal notation which creates a Float instead More... about 16 years ago
Handle BigDecimal return values More... about 16 years ago
Add system tests demonstrating coverage of Float return values More... about 16 years ago
Add to-do item More... about 16 years ago
Don't yield the IO object from Trapeze::SuiteGenerators::TestUnit#generate_test! because it is an argument More... about 16 years ago
Get rid of useless Trapeze::SortedInstanceMethodsExtension and Trapeze::SortedMethodsExtension More... about 16 years ago
Do some serious mopping up of system tests in order to make them DRY. Now test cases are generated programmatically -- there are no *_test.rb files for running system tests, just input directories and output truth directories. The downside is that system tests can no longer be run individually More... about 16 years ago
Use Regexp positive lookaheads instead of straddling group expressions in Trapeze::InflectionsExtension in order to solve problems with single-character matches (lookaheads are less greedy) More... about 16 years ago
Make the names of generated Test::Unit test methods better express the intent of the tests More... about 16 years ago
Satisfy system tests added in r128 More... about 16 years ago
Add system tests demonstrating coverage of String, Symbol and Fixnum return values in global methods More... about 16 years ago
Add system tests demonstrating coverage of String, Symbol and Fixnum return values More... about 16 years ago
Update gem version for build v0.1.3 More... about 16 years ago
Rename 'trap' command to 'trp' because there's already a Linux command 'trap' More... about 16 years ago
Mildly DRY up instance-method test generation logic in Trapeze::SuiteGenerators::TestUnit More... about 16 years ago
Update gem version for build v0.1.2 More... about 16 years ago
Tune up RDoc More... about 16 years ago
Add system test for class instance methods taking no args and returning a string. Add Trapeze::DescribeExtension to satisfy the test. Change the behavior of Trapeze::InflectionsExtension#_variablize to remove leading and trailing underscores from variable and method names More... about 16 years ago
Remove commented-out code More... about 16 years ago
Update gem version for build v0.1.1 More... about 16 years ago
Add (working!) command-line options for controlling input files pattern and output directory, as well as a help option. Introduce Trapeze::Command in order to implement this. Update and expand README explaining new capabilities More... about 16 years ago
Tune up RDoc More... about 16 years ago
Make Rake more forgiving about the absence of the RCov gem More... about 16 years ago
Change InflectionsExtension#_typify to leave symbol-initial numerals even though they are illegal in type names More... about 16 years ago