Diverse aanpassingen

This commit is contained in:
2026-08-09 14:56:42 +02:00
parent ac8e492aff
commit 2e1899292c
8 changed files with 63 additions and 22 deletions
+8
View File
@@ -1,3 +1,11 @@
0.1.6
Fixed the raco helper test for the Racket package build service: raco help
legitimately writes usage text to stderr, while raco test --drdr treats any
stderr output as a test failure. The test now captures child stdout/stderr.
Changed list-dir/files so its regexp matches only the entry name returned by
file-name-from-path, instead of the complete path.
0.1.5
Added raco helper for invoking Racket tools from makefile recipes.