<div class="gmail_quote">Hi,<br>I am new to Lisp and very new to Rucksack, so this might not be a bug:<br><br>My class redefinitions seemed to be ignored by rucksack, specifically when I deleted existing slots, most rucksack functions began to fail.<br>

<br>I debugged my way to function maybe-update-schemas in schema-table.lisp  and changed<br><br>Line:     <br><br>(when (set-difference slots (persistent-slot-names old-schema)) <br>to<br>(when (set-exclusive-or slots (persistent-slot-names old-schema)) <br>

<br>After this it seems to work but maybe rucksack internally does not support these kind of redefinitions?<br><br>p.s: Where can I find the source repository/issue tracking for rucksack?<br><br>Thanks!<br>
</div><br>