summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* more tests, more cleanuplcg/attributes-on-12.4.1-for-philLamont Granquist2015-10-146-114/+1486
* immutable specs plus dup cleanupLamont Granquist2015-10-143-12/+164
* performance fix by avoiding Enumerable#include?Lamont Granquist2015-10-021-1/+7
* fixes for json serializationLamont Granquist2015-10-023-10/+45
* move to_json up a levelLamont Granquist2015-09-092-4/+4
* push dup'ing and to_h/to_a lower downLamont Granquist2015-09-094-78/+119
* Marshall.dump/load is the wrong way to do thisLamont Granquist2015-09-081-16/+0
* rebase lost these files..Lamont Granquist2015-09-084-0/+181
* fix dup'ing immutables to non-immutablesLamont Granquist2015-09-082-0/+16
* failing test for #dup on Node::AttributeLamont Granquist2015-09-081-0/+6
* fix nasty method_missing/stack too deep bugLamont Granquist2015-09-082-2/+20
* dumping the whole deep_merge_cache is too noisyLamont Granquist2015-09-082-1/+5
* invalidate regular_writerLamont Granquist2015-09-081-0/+10
* add failing spec for nasty deep_merge cacheLamont Granquist2015-09-081-2/+12
* cleanupLamont Granquist2015-09-081-4/+4
* avoid method_missing perf hitsLamont Granquist2015-09-081-0/+10
* add some #delete specsLamont Granquist2015-09-081-0/+26
* deep merge cache debuggingLamont Granquist2015-09-081-7/+10
* do not print the back ref to the node objectLamont Granquist2015-09-081-0/+4
* fixing puts to workLamont Granquist2015-09-082-0/+97
* fix rebase merge mistakeLamont Granquist2015-09-081-0/+1
* oddly enough this branch fixes the nil overrides!Lamont Granquist2015-09-081-0/+7
* checkpoint testing decorating ohai dataLamont Granquist2015-09-086-9/+42
* right we need to call our own #each so can't do thatLamont Granquist2015-09-081-7/+1
* haven't needed this in awhileLamont Granquist2015-09-083-33/+0
* performance notesLamont Granquist2015-09-082-0/+2
* avoid method_missing for Enumerable methodsLamont Granquist2015-09-081-1/+6
* speed boost by not going through EnumerableLamont Granquist2015-09-081-1/+6
* don't need to fix thisLamont Granquist2015-09-081-1/+0
* reset deep merge cache on precidence assignmentLamont Granquist2015-09-081-0/+1
* mostly working deep merge cache invalidationLamont Granquist2015-09-082-6/+53
* avoid needless convert_valueLamont Granquist2015-09-081-1/+1
* fix for vividmashesLamont Granquist2015-09-081-4/+4
* use the deep merge cacheLamont Granquist2015-09-081-4/+4
* include? is not an alias for key? on ArraysLamont Granquist2015-09-081-1/+0
* working deep merge cache populationLamont Granquist2015-09-086-30/+50
* working example doc formatterLamont Granquist2015-09-081-3/+3
* attribute trackingLamont Granquist2015-09-088-38/+103
* working path trackingLamont Granquist2015-09-088-16/+108
* working on path trackingLamont Granquist2015-09-083-1/+20
* implement set_unless via method unwrappingLamont Granquist2015-09-084-29/+9
* extract path_tracking from un_method_chainLamont Granquist2015-09-088-38/+55
* remove need to include ConvertValueLamont Granquist2015-09-085-4/+3
* use some better names for the traitsLamont Granquist2015-09-0816-47/+63
* rip out class method stuffLamont Granquist2015-09-0811-177/+83
* implement to_a/to_ary/to_h/to_hash correctlyLamont Granquist2015-09-081-6/+23
* add explanatory commentLamont Granquist2015-09-081-0/+2
* i feel dirty, but this makes case statements workLamont Granquist2015-09-084-8/+60
* to_ary/to_a/to_hash/to_h fixesLamont Granquist2015-09-084-5/+33
* roll back deep merge cache for nowLamont Granquist2015-09-082-7/+8