Finish getting all the problems.
This commit is contained in:
parent
f6c77f57ef
commit
99a674f24e
2 changed files with 10 additions and 2 deletions
|
@ -161,8 +161,9 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
((problems)
|
||||
(let loop ((mb MB))
|
||||
(when (not (null? mb))
|
||||
(when (member-highlights? (car mb))
|
||||
(when (not (member-valid? (car mb)))
|
||||
(newline)
|
||||
(print-member-table (car mb))
|
||||
(print-member-source (car mb)))
|
||||
(loop (cdr mb)))))
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue