f5436caf24
This adds an extra bid parameter to lfsr_rbyd_appendall so that attrs relative to a bid can be adjusted correctly. This allows us to make attr-lists const again, which is generally a good things. Passing around complex mutable state is just asking for bugs. Though since these attr-lists are generally just passed as temporary arguments, maybe it's not that bad?