sort names to avoid spurious changes
This commit is contained in:
parent
5ca09eeb3e
commit
585dc9c0a3
|
@ -75,6 +75,10 @@
|
||||||
[else
|
[else
|
||||||
(fprintf port "\n ")
|
(fprintf port "\n ")
|
||||||
2]))])
|
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))
|
(define xref (load-collections-xref))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user