2
I Use This!
Inactive

News

Analyzed 10 days ago. based on code collected 10 days ago.
Posted over 16 years ago by mahlon
Small whitespace fixes. Add Redleaf::Loggable to the Redleaf::HashesStore?. Break the option normalization into a class method, that better matches idiomatic behaviors for Redland bdb instantiation in ruby.
Posted over 16 years ago by deveiant
Added a ::load method to Redleaf::Store that's analogous to its ::create method, but creates the instance via the subordinate class's ::load method instead of ::new.
Posted over 16 years ago by deveiant
Checkpoint commit
Posted over 16 years ago by deveiant
Making a branch for the hash-triples append experiment.
Posted over 16 years ago by mahlon
* Alias Redleaf::Store#is_supported? to Redleaf::Store#supported?. * Add optional argument to Redleaf::Store#is_supported? to explicitly check for a certain type of store. * Put my name back because I finally contributed something besides verbal abuse :D
Posted over 16 years ago by deveiant
Updated build system.
Posted over 16 years ago by deveiant
Updated the build system Tweaked the examples CSS
Posted over 16 years ago by deveiant
Fixed the docs for Redleaf::Store.backends. Added a URL for the data file to the SKOS example
Posted over 16 years ago by deveiant
Fixed a segfault problem caused by freeing a shared node returned by an iterator. Dumb. Commented out the more-spammy debugging in the node utilities. More rb_class2name(CLASS_OF()) -> rb_obj_classname() conversion. Removed duplicate logging code in the spec helpers. Fixed the Ruby-SKOS example
Posted over 16 years ago by deveiant
Added some stuff about inference and reasoners (diff)