ad-si / brickify

Speed up 3D printing using LEGO® bricks
9 stars 1 forks source link

Remove pojso caching as it does not update when new properties are ad… #721

Closed Steditor closed 9 years ago

Steditor commented 9 years ago

…ded.

AtiX commented 9 years ago

The test constantly fails for me

 AssertionError: expected { Object (id, data) } to deeply equal { Object (id, data) }
      + expected - actual

           "c": {
             "d": "e"
           }
           "dummyProperty": "a"
      +    "newProperty": "b"
         }
         "id": "abcdefgh"
       }
Steditor commented 9 years ago

Are you sure, you've transpiled all coffe-script files in their newest version? This sound like you're missing the updates introduced with this PR.

AtiX commented 9 years ago

:rocket: