copy responsible
info to "info.rkt" files
It seems more ideal that `pkg-authors` would be specific enough responsibility, but our existing allocations of responsibility are more fine-grained, and we keep them for now.
This commit is contained in:
parent
59cbefe47a
commit
19f8f30f63
3
pkgs/compatibility-pkgs/compatibility-doc/mzlib/info.rkt
Normal file
3
pkgs/compatibility-pkgs/compatibility-doc/mzlib/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all mflatt)))
|
8
pkgs/compatibility-pkgs/compatibility-lib/mzlib/info.rkt
Normal file
8
pkgs/compatibility-pkgs/compatibility-lib/mzlib/info.rkt
Normal file
|
@ -0,0 +1,8 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '(("shared.rkt" robby)
|
||||
("plt-match.rkt" samth)
|
||||
("match.rkt" samth)
|
||||
("kw.rkt" eli)
|
||||
("foreign.rkt" eli)
|
||||
("contract.rkt" robby)))
|
|
@ -10,3 +10,5 @@
|
|||
("expand" compiler/commands/expand "macro-expand source" #f)
|
||||
("distribute" compiler/commands/exe-dir "prepare executable(s) in a directory for distribution" #f)
|
||||
("demodularize" compiler/demodularizer/batch "produce a whole program from a single module" #f)))
|
||||
|
||||
(define test-responsibles '(("test.rkt" jay)))
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all jay)))
|
3
pkgs/compiler-pkgs/compiler-test/tests/compiler/info.rkt
Normal file
3
pkgs/compiler-pkgs/compiler-test/tests/compiler/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all jay)))
|
|
@ -3,3 +3,10 @@
|
|||
(define tools '(("time-keystrokes.rkt")))
|
||||
(define tool-names '("Time Keystrokes"))
|
||||
(define compile-omit-paths '("snip" "image-and-comment-box.rkt"))
|
||||
|
||||
(define test-responsibles '(("test-engine-test.rkt" sperber)
|
||||
("teachpack.rkt" (robby matthias))
|
||||
("teaching-lang-save-file.rkt" (robby matthias))
|
||||
("teaching-lang-coverage.rkt" (robby matthias))
|
||||
("language-test.rkt" (robby matthias))
|
||||
("hangman.rkt" (robby matthias))))
|
||||
|
|
|
@ -9,3 +9,5 @@
|
|||
("valrose.ss" ())))
|
||||
|
||||
|
||||
|
||||
(define test-responsibles '((all mflatt)))
|
||||
|
|
|
@ -3,3 +3,5 @@
|
|||
(define tools '(("debug-tool.rkt")))
|
||||
(define tool-names '("Graphical Debugger"))
|
||||
(define tool-icons '(("bomb-32x32.png" "icons")))
|
||||
|
||||
(define test-responsibles '((all (gmarceau mflatt))))
|
||||
|
|
3
pkgs/drracket-pkgs/drracket/lang/info.rkt
Normal file
3
pkgs/drracket-pkgs/drracket/lang/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all (mflatt robby matthias))))
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
(define tools (list "time-stamp.rkt"))
|
||||
(define tool-names (list "Repository Time Stamp"))
|
||||
|
||||
(define test-responsibles '((all eli)))
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#lang info
|
||||
|
||||
(define compile-omit-paths '("alert.rkt" "main.rkt"))
|
||||
|
||||
(define test-responsibles '(("alert.rkt" eli)))
|
||||
|
|
|
@ -4,3 +4,5 @@
|
|||
(define game-set "Puzzle Games")
|
||||
(define compile-omit-files '("chat-noir.rkt"))
|
||||
(define name "Chat Noir")
|
||||
|
||||
(define test-responsibles '((all (robby matthias))))
|
||||
|
|
3
pkgs/gui-pkgs/gui-doc/mrlib/info.rkt
Normal file
3
pkgs/gui-pkgs/gui-doc/mrlib/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all robby)))
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
(define scribblings '(("framework.scrbl" (multi-page) (gui-library 100))))
|
||||
|
||||
|
||||
(define test-responsibles '((all robby)))
|
||||
|
|
3
pkgs/gui-pkgs/gui-lib/framework/info.rkt
Normal file
3
pkgs/gui-pkgs/gui-lib/framework/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all robby)))
|
3
pkgs/gui-pkgs/gui-lib/mrlib/info.rkt
Normal file
3
pkgs/gui-pkgs/gui-lib/mrlib/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all (mflatt robby))))
|
3
pkgs/gui-pkgs/gui-test/framework/info.rkt
Normal file
3
pkgs/gui-pkgs/gui-test/framework/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all robby)))
|
|
@ -0,0 +1,4 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '(("image.scrbl" robby)
|
||||
("image-util.rkt" robby)))
|
|
@ -5,3 +5,6 @@
|
|||
(define test-omit-paths '("uchat/chatter.rkt"
|
||||
"uchat/server.rkt"))
|
||||
|
||||
|
||||
(define test-responsibles '(("image.rkt" robby)
|
||||
(all matthias)))
|
||||
|
|
5
pkgs/htdp-pkgs/htdp-lib/2htdp/private/info.rkt
Normal file
5
pkgs/htdp-pkgs/htdp-lib/2htdp/private/info.rkt
Normal file
|
@ -0,0 +1,5 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '(("img-err.rkt" robby)
|
||||
("image-more.rkt" robby)
|
||||
("image-core.rkt" robby)))
|
3
pkgs/htdp-pkgs/htdp-lib/graphics/info.rkt
Normal file
3
pkgs/htdp-pkgs/htdp-lib/graphics/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all (mflatt robby))))
|
|
@ -7,3 +7,5 @@
|
|||
(define drracket-tool-icons (list '("stepper-32x32.png" "icons")))
|
||||
|
||||
(define release-note-files (list (list "Stepper" "HISTORY.txt")))
|
||||
|
||||
(define test-responsibles '((all clements)))
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#lang info
|
||||
|
||||
(define release-note-files (list (list "Teachpacks" "HISTORY.txt")))
|
||||
|
||||
(define test-responsibles '((all matthias)))
|
||||
|
|
|
@ -3,3 +3,5 @@
|
|||
(define tools (list (list "test-tool.scm")))
|
||||
(define tool-names '("Test Engine"))
|
||||
|
||||
|
||||
(define test-responsibles '((all kathyg)))
|
||||
|
|
|
@ -14,3 +14,7 @@
|
|||
"pad1.rkt"
|
||||
"universe-receive.rkt"
|
||||
"batch-io-xexpr.rkt"))
|
||||
|
||||
(define test-responsibles '(("test-image.rkt" robby)
|
||||
("image-equality-performance.rkt" robby)
|
||||
("image-equality-performance-htdp.rkt" robby)))
|
||||
|
|
|
@ -10,3 +10,5 @@
|
|||
"world-mouse.rkt"
|
||||
"matrix-client.rkt"
|
||||
"matrix-example.rkt"))
|
||||
|
||||
(define test-responsibles '(("gui.rkt" robby)))
|
||||
|
|
3
pkgs/htdp-pkgs/htdp-test/tests/htdp-lang/info.rkt
Normal file
3
pkgs/htdp-pkgs/htdp-test/tests/htdp-lang/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '(("test-image.rkt" robby)))
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
(define test-omit-paths '("jump-to-ui-test.rkt"
|
||||
"big-bang-test.rkt"))
|
||||
|
||||
(define test-responsibles '((all clements)))
|
||||
|
|
3
pkgs/htdp-pkgs/htdp-test/tests/test-engine/info.rkt
Normal file
3
pkgs/htdp-pkgs/htdp-test/tests/test-engine/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all kathyg)))
|
4
pkgs/net-pkgs/net-test/tests/net/info.rkt
Normal file
4
pkgs/net-pkgs/net-test/tests/net/info.rkt
Normal file
|
@ -0,0 +1,4 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '(("websocket.rkt" jay)
|
||||
("url-port.rkt" jay)))
|
3
pkgs/net-pkgs/net-test/tests/net/stress/info.rkt
Normal file
3
pkgs/net-pkgs/net-test/tests/net/stress/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all jay)))
|
3
pkgs/net-pkgs/net-test/tests/net/websocket/info.rkt
Normal file
3
pkgs/net-pkgs/net-test/tests/net/websocket/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all jay)))
|
|
@ -1,3 +1,5 @@
|
|||
#lang info
|
||||
|
||||
(define test-omit-paths '("web.rkt"))
|
||||
|
||||
(define test-responsibles '(("test-random-mutator.rkt" (jay robby))))
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
(define compile-omit-paths '("examples"))
|
||||
(define test-omit-paths '("examples"))
|
||||
|
||||
(define test-responsibles '((all (robby jay))))
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
(define name "DrDr")
|
||||
(define compile-omit-paths 'all)
|
||||
|
||||
(define test-responsibles '((all jay)))
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
(define name "DrDr2")
|
||||
(define compile-omit-paths 'all)
|
||||
|
||||
(define test-responsibles '((all jay)))
|
||||
|
|
|
@ -13,3 +13,6 @@
|
|||
"pkg-push"
|
||||
"web"))
|
||||
|
||||
|
||||
(define test-responsibles '(("props" (eli jay))
|
||||
(all eli)))
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
(define name "Package server")
|
||||
(define compile-omit-paths 'all)
|
||||
|
||||
(define test-responsibles '((all jay)))
|
||||
|
|
|
@ -690,7 +690,7 @@ path/s is either such a string or a list of them.
|
|||
"pkgs/deinprogramm/deinprogramm/line3d.scm" drdr:command-line #f
|
||||
"pkgs/deinprogramm/deinprogramm/quickcheck/quickcheck.scm" drdr:command-line #f
|
||||
"pkgs/deinprogramm/deinprogramm/quickcheck/random.scm" drdr:command-line #f
|
||||
"pkgs/distributed-places-pkgs" responsible (tewk)
|
||||
"pkgs/distributed-places-pkgs" responsible (mflatt)
|
||||
"pkgs/distro-build" responsible (mflatt)
|
||||
"pkgs/draw-pkgs" responsible (mflatt)
|
||||
"pkgs/drracket-pkgs" responsible (robby)
|
||||
|
@ -1048,15 +1048,10 @@ path/s is either such a string or a list of them.
|
|||
"pkgs/racket-pkgs/racket-test/tests/racket/param.rktl" drdr:command-line #f
|
||||
"pkgs/racket-pkgs/racket-test/tests/racket/path.rktl" drdr:command-line #f
|
||||
"pkgs/racket-pkgs/racket-test/tests/racket/pathlib.rktl" drdr:command-line #f
|
||||
"pkgs/racket-pkgs/racket-test/tests/racket/place-chan-rand-help.rkt" responsible (tewk)
|
||||
"pkgs/racket-pkgs/racket-test/tests/racket/place-chan-rand.rkt" responsible (tewk)
|
||||
"pkgs/racket-pkgs/racket-test/tests/racket/place-channel-fd.rkt" responsible (tewk) drdr:random #t
|
||||
"pkgs/racket-pkgs/racket-test/tests/racket/place-channel-fd2.rkt" responsible (tewk)
|
||||
"pkgs/racket-pkgs/racket-test/tests/racket/place-channel-ffi.rkt" responsible (tewk)
|
||||
"pkgs/racket-pkgs/racket-test/tests/racket/place-channel-socket.rkt" responsible (tewk) drdr:random #t
|
||||
"pkgs/racket-pkgs/racket-test/tests/racket/place-channel.rkt" responsible (tewk) drdr:timeout 300 drdr:random #t
|
||||
"pkgs/racket-pkgs/racket-test/tests/racket/place-channel-fd.rkt" drdr:random #t
|
||||
"pkgs/racket-pkgs/racket-test/tests/racket/place-channel-socket.rkt" drdr:random #t
|
||||
"pkgs/racket-pkgs/racket-test/tests/racket/place-channel.rkt" drdr:timeout 300 drdr:random #t
|
||||
"pkgs/racket-pkgs/racket-test/tests/racket/place.rktl" drdr:command-line #f
|
||||
"pkgs/racket-pkgs/racket-test/tests/racket/places.rkt" responsible (tewk)
|
||||
"pkgs/racket-pkgs/racket-test/tests/racket/port.rktl" drdr:command-line #f
|
||||
"pkgs/racket-pkgs/racket-test/tests/racket/portlib.rktl" drdr:command-line #f
|
||||
"pkgs/racket-pkgs/racket-test/tests/racket/pretty.rktl" drdr:command-line #f
|
||||
|
@ -1215,7 +1210,6 @@ path/s is either such a string or a list of them.
|
|||
"racket/collects/racket/match" responsible (samth)
|
||||
"racket/collects/racket/match.rkt" responsible (samth)
|
||||
"racket/collects/racket/performance-hint.rkt" responsible (stamourv)
|
||||
"racket/collects/racket/place" responsible (tewk)
|
||||
"racket/collects/racket/private/generic-interfaces.rkt" responsible (asumu stamourv cce)
|
||||
"racket/collects/racket/private/generic-methods.rkt" responsible (asumu stamourv cce)
|
||||
"racket/collects/racket/private/generic.rkt" responsible (asumu stamourv cce)
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all (stamourv samth))))
|
|
@ -64,3 +64,5 @@
|
|||
("strcat-optimizing.rkt" ("25"))
|
||||
("thread-ring-non-optimizing.rkt" ("25"))
|
||||
("thread-ring-optimizing.rkt" ("25"))))
|
||||
|
||||
(define test-responsibles '((all (stamourv samth))))
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
(define scribblings
|
||||
'(("scribblings/compatibility.scrbl" (multi-page) (legacy))))
|
||||
|
||||
(define test-responsibles '((all (asumu stamourv))))
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#lang info
|
||||
|
||||
(define scribblings '(("dynext.scrbl" (multi-page) (tool-library))))
|
||||
|
||||
(define test-responsibles '((all mflatt)))
|
||||
|
|
|
@ -12,3 +12,6 @@
|
|||
"use-tcl.rkt"
|
||||
"use-xosd.rkt"
|
||||
"xosd.rkt"))
|
||||
|
||||
(define test-responsibles '(("sndfile.rkt" clements)
|
||||
(all eli)))
|
||||
|
|
3
pkgs/racket-pkgs/racket-doc/file/info.rkt
Normal file
3
pkgs/racket-pkgs/racket-doc/file/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all mflatt)))
|
|
@ -6,3 +6,5 @@
|
|||
(define scribblings '(("help.scrbl")))
|
||||
|
||||
(define copy-man-pages '("plt-help.1"))
|
||||
|
||||
(define test-responsibles '((all robby)))
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#lang info
|
||||
|
||||
(define scribblings '(("json.scrbl" () (parsing-library))))
|
||||
|
||||
(define test-responsibles '((all eli)))
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#lang info
|
||||
|
||||
(define scribblings '(("openssl.scrbl" () (net-library))))
|
||||
|
||||
(define test-responsibles '((all mflatt)))
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
(define scribblings
|
||||
'(("scribblings/pkg.scrbl" (multi-page) (racket-core -20))))
|
||||
|
||||
(define test-responsibles '((all jay)))
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
(define name "Documentation Sources")
|
||||
(define purpose "This collect contains documentation for most of the core system (guide, reference, htdp langs, etc).")
|
||||
|
||||
(define test-responsibles '((all (mflatt eli robby matthias))))
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#lang info
|
||||
|
||||
(define scribblings '(("raco.scrbl" (multi-page) (racket-core -26))))
|
||||
|
||||
(define test-responsibles '((all (jay mflatt))))
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#lang info
|
||||
|
||||
(define scribblings '(("reference.scrbl" (multi-page) (racket-core -12) "reference" 16 -11)))
|
||||
|
||||
(define test-responsibles '(("generic.scrbl" (asumu stamourv cce))))
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#lang info
|
||||
|
||||
(define scribblings '(("style.scrbl" (multi-page) (racket-core -99))))
|
||||
|
||||
(define test-responsibles '((all matthias)))
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#lang info
|
||||
|
||||
(define scribblings '(("scribblings/syntax.scrbl" (multi-page))))
|
||||
|
||||
(define test-responsibles '((all mflatt)))
|
||||
|
|
3
pkgs/racket-pkgs/racket-doc/syntax/scribblings/info.rkt
Normal file
3
pkgs/racket-pkgs/racket-doc/syntax/scribblings/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '(("parse.scrbl" ryanc)))
|
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all ryanc)))
|
|
@ -1,3 +1,5 @@
|
|||
#lang info
|
||||
|
||||
(define scribblings '(("version.scrbl" () (tool-library))))
|
||||
|
||||
(define test-responsibles '((all eli)))
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#lang info
|
||||
|
||||
(define scribblings '(("xml.scrbl" () (parsing-library))))
|
||||
|
||||
(define test-responsibles '((all jay)))
|
||||
|
|
3
pkgs/racket-pkgs/racket-test/tests/file/info.rkt
Normal file
3
pkgs/racket-pkgs/racket-test/tests/file/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all (eli mflatt))))
|
3
pkgs/racket-pkgs/racket-test/tests/future/info.rkt
Normal file
3
pkgs/racket-pkgs/racket-test/tests/future/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all (jamesswaine mflatt robby))))
|
3
pkgs/racket-pkgs/racket-test/tests/generic/info.rkt
Normal file
3
pkgs/racket-pkgs/racket-test/tests/generic/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all (asumu stamourv cce))))
|
|
@ -1,3 +1,8 @@
|
|||
#lang info
|
||||
|
||||
(define name "Test Suites")
|
||||
|
||||
(define test-responsibles '(("zo-size.rkt" jay)
|
||||
("zo-path.rkt" mflatt)
|
||||
("stress.rkt" jay)
|
||||
("info.rkt" eli)))
|
||||
|
|
3
pkgs/racket-pkgs/racket-test/tests/match/info.rkt
Normal file
3
pkgs/racket-pkgs/racket-test/tests/match/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all samth)))
|
3
pkgs/racket-pkgs/racket-test/tests/openssl/info.rkt
Normal file
3
pkgs/racket-pkgs/racket-test/tests/openssl/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all mflatt)))
|
|
@ -3,3 +3,5 @@
|
|||
(define compile-omit-paths '("test-pkgs"))
|
||||
(define test-omit-paths '("test-pkgs"))
|
||||
|
||||
|
||||
(define test-responsibles '((all jay)))
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all robby)))
|
3
pkgs/racket-pkgs/racket-test/tests/racket/info.rkt
Normal file
3
pkgs/racket-pkgs/racket-test/tests/racket/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all mflatt)))
|
|
@ -0,0 +1,5 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '(("fuzz.rkt" (samth mflatt))
|
||||
("contract-lifting.rkt" (robby sstrickl))
|
||||
(all jay)))
|
3
pkgs/racket-pkgs/racket-test/tests/stxparse/info.rkt
Normal file
3
pkgs/racket-pkgs/racket-test/tests/stxparse/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all ryanc)))
|
3
pkgs/racket-pkgs/racket-test/tests/syntax/info.rkt
Normal file
3
pkgs/racket-pkgs/racket-test/tests/syntax/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all (stamourv mflatt))))
|
3
pkgs/racket-pkgs/racket-test/tests/units/info.rkt
Normal file
3
pkgs/racket-pkgs/racket-test/tests/units/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all sstrickl)))
|
3
pkgs/racket-pkgs/racket-test/tests/utils/info.rkt
Normal file
3
pkgs/racket-pkgs/racket-test/tests/utils/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '(("sexp-diff.rkt" clements)))
|
3
pkgs/racket-pkgs/racket-test/tests/xml/info.rkt
Normal file
3
pkgs/racket-pkgs/racket-test/tests/xml/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all jay)))
|
|
@ -1,3 +1,5 @@
|
|||
#lang info
|
||||
|
||||
(define scribblings '(("scribblings/rackunit.scrbl" (multi-page) (tool))))
|
||||
|
||||
(define test-responsibles '((all (jay noel ryanc))))
|
||||
|
|
3
pkgs/rackunit-pkgs/rackunit-test/tests/rackunit/info.rkt
Normal file
3
pkgs/rackunit-pkgs/rackunit-test/tests/rackunit/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all (jay noel))))
|
3
pkgs/scheme-lib/scheme/info.rkt
Normal file
3
pkgs/scheme-lib/scheme/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '(("match.rkt" samth)))
|
3
pkgs/scribble-pkgs/scribble-lib/scribble/html/info.rkt
Normal file
3
pkgs/scribble-pkgs/scribble-lib/scribble/html/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all eli)))
|
|
@ -13,3 +13,5 @@
|
|||
(define release-note-files '(("Scribble" "HISTORY.txt")))
|
||||
|
||||
(define version "1.1")
|
||||
|
||||
(define test-responsibles '(("html.rkt" eli)))
|
||||
|
|
3
pkgs/scribble-pkgs/scribble-test/tests/scriblib/info.rkt
Normal file
3
pkgs/scribble-pkgs/scribble-test/tests/scriblib/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all mflatt)))
|
3
pkgs/scribble-pkgs/scribble-text-lib/scribble/info.rkt
Normal file
3
pkgs/scribble-pkgs/scribble-text-lib/scribble/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '(("text.rkt" eli)))
|
|
@ -6,3 +6,5 @@
|
|||
(define pkg-desc "Completion scribpts for bash and zsh")
|
||||
|
||||
(define pkg-authors '(samth sstrickl stamourv))
|
||||
|
||||
(define test-responsibles '(("racket-completion.zsh" eli)))
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '(("match.rkt" samth)
|
||||
("logging.rkt" stamourv)))
|
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all jay)))
|
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '(("with-type3.rkt" (sstrickl samth stamourv asumu endobson))))
|
3
pkgs/unstable-pkgs/unstable-doc/automata/info.rkt
Normal file
3
pkgs/unstable-pkgs/unstable-doc/automata/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all jay)))
|
8
pkgs/unstable-pkgs/unstable-doc/scribblings/info.rkt
Normal file
8
pkgs/unstable-pkgs/unstable-doc/scribblings/info.rkt
Normal file
|
@ -0,0 +1,8 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '(("utils.rkt" samth)
|
||||
("sequence.scrbl" samth)
|
||||
("match.scrbl" samth)
|
||||
("logging.scrbl" stamourv)
|
||||
("hash.scrbl" samth)
|
||||
("debug.scrbl" samth)))
|
3
pkgs/unstable-pkgs/unstable-doc/temp-c/info.rkt
Normal file
3
pkgs/unstable-pkgs/unstable-doc/temp-c/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all jay)))
|
3
pkgs/unstable-pkgs/unstable-lib/automata/info.rkt
Normal file
3
pkgs/unstable-pkgs/unstable-lib/automata/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all jay)))
|
3
pkgs/unstable-pkgs/unstable-lib/temp-c/info.rkt
Normal file
3
pkgs/unstable-pkgs/unstable-lib/temp-c/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all jay)))
|
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all robby)))
|
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all jay)))
|
5
pkgs/unstable-pkgs/unstable-test/tests/unstable/info.rkt
Normal file
5
pkgs/unstable-pkgs/unstable-test/tests/unstable/info.rkt
Normal file
|
@ -0,0 +1,5 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '(("options.rkt" (robby chrdimo))
|
||||
("logging.rkt" stamourv)
|
||||
("list.rkt" jay)))
|
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '((all jay)))
|
3
pkgs/wxme-pkgs/wxme-lib/wxme/info.rkt
Normal file
3
pkgs/wxme-pkgs/wxme-lib/wxme/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define test-responsibles '(("xml.rkt" jay)))
|
Loading…
Reference in New Issue
Block a user