sort names to avoid spurious changes
This commit is contained in:
parent
5ca09eeb3e
commit
585dc9c0a3
|
@ -75,6 +75,10 @@
|
|||
[else
|
||||
(fprintf port "\n ")
|
||||
2]))])
|
||||
(pretty-write undocumented-exports (current-error-port)))))
|
||||
(pretty-write (sort undocumented-exports
|
||||
string<?
|
||||
#:key symbol->string
|
||||
#:cache-keys? #t)
|
||||
(current-error-port)))))
|
||||
|
||||
(define xref (load-collections-xref))
|
||||
|
|
Loading…
Reference in New Issue
Block a user