On Thu 09 Apr 2015 17:56, Andy Wingo writes: > Changes from v4 are mostly related to feedback on the unwinder > interface (which is a different patch). > > * Remove enable-frame-filter! / disable-frame-filter!, and just have > set-frame-filter-enabled!, which always takes a filter object and > never a string. > > * Rename #:scope to #:locus. Names must be unique only within a > locus, not among all filters. Add #:replace? to > register-frame-filter!. > > * Limit priorities to the signed int32 range. > > * Rename unregister-frame-filter! to remove-frame-filter!. > > * Update docs. > > * Compile most .scm files with -Wunbound-variable, and not > -Wunbound-toplevel. > > WDYT? Voici le patch, mesdames et messieurs: