A long overdue scan to eliminate files without terminating newlines.
(DrRacket should really do that.)
original commit: 40124a0619
This commit is contained in:
parent
1ca7b10829
commit
f90858601d
|
@ -16,4 +16,4 @@
|
||||||
(prefix-toplevels p))]))
|
(prefix-toplevels p))]))
|
||||||
|
|
||||||
(provide/contract
|
(provide/contract
|
||||||
[alpha-vary-ctop (compilation-top? . -> . compilation-top?)])
|
[alpha-vary-ctop (compilation-top? . -> . compilation-top?)])
|
||||||
|
|
|
@ -110,4 +110,4 @@ Here's the idea:
|
||||||
[("-e" "--exclude-modules") mod
|
[("-e" "--exclude-modules") mod
|
||||||
"Exclude a module from being batched"
|
"Exclude a module from being batched"
|
||||||
(current-excluded-modules (set-add (current-excluded-modules) mod))]
|
(current-excluded-modules (set-add (current-excluded-modules) mod))]
|
||||||
#:args (filename) (main filename))
|
#:args (filename) (main filename))
|
||||||
|
|
|
@ -275,4 +275,4 @@
|
||||||
first-update)
|
first-update)
|
||||||
|
|
||||||
(provide/contract
|
(provide/contract
|
||||||
[gc-toplevels (compilation-top? . -> . compilation-top?)])
|
[gc-toplevels (compilation-top? . -> . compilation-top?)])
|
||||||
|
|
|
@ -170,4 +170,4 @@
|
||||||
(provide/contract
|
(provide/contract
|
||||||
[merge-compilation-top (-> get-modvar-rewrite/c
|
[merge-compilation-top (-> get-modvar-rewrite/c
|
||||||
compilation-top?
|
compilation-top?
|
||||||
compilation-top?)])
|
compilation-top?)])
|
||||||
|
|
|
@ -31,4 +31,4 @@
|
||||||
#t))]))
|
#t))]))
|
||||||
|
|
||||||
(provide/contract
|
(provide/contract
|
||||||
[wrap-in-kernel-module (symbol? symbol? lang-info/c module-path-index? compilation-top? . -> . compilation-top?)])
|
[wrap-in-kernel-module (symbol? symbol? lang-info/c module-path-index? compilation-top? . -> . compilation-top?)])
|
||||||
|
|
|
@ -28,4 +28,4 @@
|
||||||
[MODULE-PATHS (parameter/c (or/c false/c hash?))]
|
[MODULE-PATHS (parameter/c (or/c false/c hash?))]
|
||||||
[current-module-path (parameter/c path-string?)]
|
[current-module-path (parameter/c path-string?)]
|
||||||
[mpi->path! (module-path-index? . -> . (or/c symbol? path?))]
|
[mpi->path! (module-path-index? . -> . (or/c symbol? path?))]
|
||||||
[mpi->path* (module-path-index? . -> . (or/c symbol? path?))])
|
[mpi->path* (module-path-index? . -> . (or/c symbol? path?))])
|
||||||
|
|
|
@ -186,4 +186,4 @@
|
||||||
[get-modvar-rewrite/c contract?]
|
[get-modvar-rewrite/c contract?]
|
||||||
[current-excluded-modules (parameter/c set?)]
|
[current-excluded-modules (parameter/c set?)]
|
||||||
[nodep-file (-> path-string?
|
[nodep-file (-> path-string?
|
||||||
(values compilation-top? lang-info/c module-path-index? get-modvar-rewrite/c))])
|
(values compilation-top? lang-info/c module-path-index? get-modvar-rewrite/c))])
|
||||||
|
|
|
@ -77,4 +77,4 @@
|
||||||
(values (unconstrained-domain-> any/c)
|
(values (unconstrained-domain-> any/c)
|
||||||
(unconstrained-domain-> any/c)))]
|
(unconstrained-domain-> any/c)))]
|
||||||
[lang-info/c contract?]
|
[lang-info/c contract?]
|
||||||
[build-compiled-path ((or/c path-string? (symbols 'relative) false/c) path-string? . -> . (or/c path-string? (symbols 'same 'up)))])
|
[build-compiled-path ((or/c path-string? (symbols 'relative) false/c) path-string? . -> . (or/c path-string? (symbols 'same 'up)))])
|
||||||
|
|
|
@ -46,4 +46,4 @@
|
||||||
(define ip (build-path tests i))
|
(define ip (build-path tests i))
|
||||||
(when (modular-program? ip)
|
(when (modular-program? ip)
|
||||||
(printf "Checking ~a\n" ip)
|
(printf "Checking ~a\n" ip)
|
||||||
(test-on-program (path->string ip)))))
|
(test-on-program (path->string ip)))))
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
(#%require racket/private/map)
|
(#%require racket/private/map)
|
||||||
(define-values (id) (λ (x) x))
|
(define-values (id) (λ (x) x))
|
||||||
(define-values (xs) (list 1 2 3 4 5))
|
(define-values (xs) (list 1 2 3 4 5))
|
||||||
(map id (map id xs)))
|
(map id (map id xs)))
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#lang racket
|
#lang racket
|
||||||
5
|
5
|
||||||
|
|
|
@ -14,4 +14,4 @@
|
||||||
(set-cookie name val)))
|
(set-cookie name val)))
|
||||||
|
|
||||||
(test
|
(test
|
||||||
(cookie? (make-cookie "name" "value")))
|
(cookie? (make-cookie "name" "value")))
|
||||||
|
|
|
@ -103,14 +103,14 @@
|
||||||
(list (current-directory))))
|
(list (current-directory))))
|
||||||
|
|
||||||
(roundtrip
|
(roundtrip
|
||||||
(compilation-top
|
(compilation-top
|
||||||
0
|
0
|
||||||
(prefix 0 empty empty)
|
(prefix 0 empty empty)
|
||||||
(cons #hash()
|
(cons #hash()
|
||||||
#hash())))
|
#hash())))
|
||||||
|
|
||||||
(roundtrip
|
(roundtrip
|
||||||
(compilation-top
|
(compilation-top
|
||||||
0
|
0
|
||||||
(prefix 0 empty empty)
|
(prefix 0 empty empty)
|
||||||
#hash())))
|
#hash())))
|
||||||
|
|
|
@ -9,4 +9,4 @@
|
||||||
[struct failure ([phase symbol?]
|
[struct failure ([phase symbol?]
|
||||||
[serious? boolean?]
|
[serious? boolean?]
|
||||||
[msg string?])]
|
[msg string?])]
|
||||||
[struct success ([phase symbol?])])
|
[struct success ([phase symbol?])])
|
||||||
|
|
|
@ -267,4 +267,4 @@
|
||||||
|
|
||||||
(command-line #:program "zo-test-worker"
|
(command-line #:program "zo-test-worker"
|
||||||
#:args (file)
|
#:args (file)
|
||||||
(run-test file))
|
(run-test file))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user