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:
Matthew Flatt 2013-12-31 17:05:39 -07:00
parent 59cbefe47a
commit 19f8f30f63
94 changed files with 274 additions and 10 deletions

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all mflatt)))

View 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)))

View File

@ -10,3 +10,5 @@
("expand" compiler/commands/expand "macro-expand source" #f) ("expand" compiler/commands/expand "macro-expand source" #f)
("distribute" compiler/commands/exe-dir "prepare executable(s) in a directory for distribution" #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))) ("demodularize" compiler/demodularizer/batch "produce a whole program from a single module" #f)))
(define test-responsibles '(("test.rkt" jay)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all jay)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all jay)))

View File

@ -3,3 +3,10 @@
(define tools '(("time-keystrokes.rkt"))) (define tools '(("time-keystrokes.rkt")))
(define tool-names '("Time Keystrokes")) (define tool-names '("Time Keystrokes"))
(define compile-omit-paths '("snip" "image-and-comment-box.rkt")) (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))))

View File

@ -9,3 +9,5 @@
("valrose.ss" ()))) ("valrose.ss" ())))
(define test-responsibles '((all mflatt)))

View File

@ -3,3 +3,5 @@
(define tools '(("debug-tool.rkt"))) (define tools '(("debug-tool.rkt")))
(define tool-names '("Graphical Debugger")) (define tool-names '("Graphical Debugger"))
(define tool-icons '(("bomb-32x32.png" "icons"))) (define tool-icons '(("bomb-32x32.png" "icons")))
(define test-responsibles '((all (gmarceau mflatt))))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all (mflatt robby matthias))))

View File

@ -2,3 +2,5 @@
(define tools (list "time-stamp.rkt")) (define tools (list "time-stamp.rkt"))
(define tool-names (list "Repository Time Stamp")) (define tool-names (list "Repository Time Stamp"))
(define test-responsibles '((all eli)))

View File

@ -1,3 +1,5 @@
#lang info #lang info
(define compile-omit-paths '("alert.rkt" "main.rkt")) (define compile-omit-paths '("alert.rkt" "main.rkt"))
(define test-responsibles '(("alert.rkt" eli)))

View File

@ -4,3 +4,5 @@
(define game-set "Puzzle Games") (define game-set "Puzzle Games")
(define compile-omit-files '("chat-noir.rkt")) (define compile-omit-files '("chat-noir.rkt"))
(define name "Chat Noir") (define name "Chat Noir")
(define test-responsibles '((all (robby matthias))))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all robby)))

View File

@ -2,3 +2,5 @@
(define scribblings '(("framework.scrbl" (multi-page) (gui-library 100)))) (define scribblings '(("framework.scrbl" (multi-page) (gui-library 100))))
(define test-responsibles '((all robby)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all robby)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all (mflatt robby))))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all robby)))

View File

@ -0,0 +1,4 @@
#lang info
(define test-responsibles '(("image.scrbl" robby)
("image-util.rkt" robby)))

View File

@ -5,3 +5,6 @@
(define test-omit-paths '("uchat/chatter.rkt" (define test-omit-paths '("uchat/chatter.rkt"
"uchat/server.rkt")) "uchat/server.rkt"))
(define test-responsibles '(("image.rkt" robby)
(all matthias)))

View File

@ -0,0 +1,5 @@
#lang info
(define test-responsibles '(("img-err.rkt" robby)
("image-more.rkt" robby)
("image-core.rkt" robby)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all (mflatt robby))))

View File

@ -7,3 +7,5 @@
(define drracket-tool-icons (list '("stepper-32x32.png" "icons"))) (define drracket-tool-icons (list '("stepper-32x32.png" "icons")))
(define release-note-files (list (list "Stepper" "HISTORY.txt"))) (define release-note-files (list (list "Stepper" "HISTORY.txt")))
(define test-responsibles '((all clements)))

View File

@ -1,3 +1,5 @@
#lang info #lang info
(define release-note-files (list (list "Teachpacks" "HISTORY.txt"))) (define release-note-files (list (list "Teachpacks" "HISTORY.txt")))
(define test-responsibles '((all matthias)))

View File

@ -3,3 +3,5 @@
(define tools (list (list "test-tool.scm"))) (define tools (list (list "test-tool.scm")))
(define tool-names '("Test Engine")) (define tool-names '("Test Engine"))
(define test-responsibles '((all kathyg)))

View File

@ -14,3 +14,7 @@
"pad1.rkt" "pad1.rkt"
"universe-receive.rkt" "universe-receive.rkt"
"batch-io-xexpr.rkt")) "batch-io-xexpr.rkt"))
(define test-responsibles '(("test-image.rkt" robby)
("image-equality-performance.rkt" robby)
("image-equality-performance-htdp.rkt" robby)))

View File

@ -10,3 +10,5 @@
"world-mouse.rkt" "world-mouse.rkt"
"matrix-client.rkt" "matrix-client.rkt"
"matrix-example.rkt")) "matrix-example.rkt"))
(define test-responsibles '(("gui.rkt" robby)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '(("test-image.rkt" robby)))

View File

@ -2,3 +2,5 @@
(define test-omit-paths '("jump-to-ui-test.rkt" (define test-omit-paths '("jump-to-ui-test.rkt"
"big-bang-test.rkt")) "big-bang-test.rkt"))
(define test-responsibles '((all clements)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all kathyg)))

View File

@ -0,0 +1,4 @@
#lang info
(define test-responsibles '(("websocket.rkt" jay)
("url-port.rkt" jay)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all jay)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all jay)))

View File

@ -1,3 +1,5 @@
#lang info #lang info
(define test-omit-paths '("web.rkt")) (define test-omit-paths '("web.rkt"))
(define test-responsibles '(("test-random-mutator.rkt" (jay robby))))

View File

@ -2,3 +2,5 @@
(define compile-omit-paths '("examples")) (define compile-omit-paths '("examples"))
(define test-omit-paths '("examples")) (define test-omit-paths '("examples"))
(define test-responsibles '((all (robby jay))))

View File

@ -2,3 +2,5 @@
(define name "DrDr") (define name "DrDr")
(define compile-omit-paths 'all) (define compile-omit-paths 'all)
(define test-responsibles '((all jay)))

View File

@ -2,3 +2,5 @@
(define name "DrDr2") (define name "DrDr2")
(define compile-omit-paths 'all) (define compile-omit-paths 'all)
(define test-responsibles '((all jay)))

View File

@ -13,3 +13,6 @@
"pkg-push" "pkg-push"
"web")) "web"))
(define test-responsibles '(("props" (eli jay))
(all eli)))

View File

@ -2,3 +2,5 @@
(define name "Package server") (define name "Package server")
(define compile-omit-paths 'all) (define compile-omit-paths 'all)
(define test-responsibles '((all jay)))

View File

@ -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/line3d.scm" drdr:command-line #f
"pkgs/deinprogramm/deinprogramm/quickcheck/quickcheck.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/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/distro-build" responsible (mflatt)
"pkgs/draw-pkgs" responsible (mflatt) "pkgs/draw-pkgs" responsible (mflatt)
"pkgs/drracket-pkgs" responsible (robby) "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/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/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/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-channel-fd.rkt" drdr:random #t
"pkgs/racket-pkgs/racket-test/tests/racket/place-chan-rand.rkt" responsible (tewk) "pkgs/racket-pkgs/racket-test/tests/racket/place-channel-socket.rkt" drdr:random #t
"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.rkt" drdr:timeout 300 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.rktl" drdr:command-line #f "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/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/portlib.rktl" drdr:command-line #f
"pkgs/racket-pkgs/racket-test/tests/racket/pretty.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" responsible (samth)
"racket/collects/racket/match.rkt" responsible (samth) "racket/collects/racket/match.rkt" responsible (samth)
"racket/collects/racket/performance-hint.rkt" responsible (stamourv) "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-interfaces.rkt" responsible (asumu stamourv cce)
"racket/collects/racket/private/generic-methods.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) "racket/collects/racket/private/generic.rkt" responsible (asumu stamourv cce)

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all (stamourv samth))))

View File

@ -64,3 +64,5 @@
("strcat-optimizing.rkt" ("25")) ("strcat-optimizing.rkt" ("25"))
("thread-ring-non-optimizing.rkt" ("25")) ("thread-ring-non-optimizing.rkt" ("25"))
("thread-ring-optimizing.rkt" ("25")))) ("thread-ring-optimizing.rkt" ("25"))))
(define test-responsibles '((all (stamourv samth))))

View File

@ -2,3 +2,5 @@
(define scribblings (define scribblings
'(("scribblings/compatibility.scrbl" (multi-page) (legacy)))) '(("scribblings/compatibility.scrbl" (multi-page) (legacy))))
(define test-responsibles '((all (asumu stamourv))))

View File

@ -1,3 +1,5 @@
#lang info #lang info
(define scribblings '(("dynext.scrbl" (multi-page) (tool-library)))) (define scribblings '(("dynext.scrbl" (multi-page) (tool-library))))
(define test-responsibles '((all mflatt)))

View File

@ -12,3 +12,6 @@
"use-tcl.rkt" "use-tcl.rkt"
"use-xosd.rkt" "use-xosd.rkt"
"xosd.rkt")) "xosd.rkt"))
(define test-responsibles '(("sndfile.rkt" clements)
(all eli)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all mflatt)))

View File

@ -6,3 +6,5 @@
(define scribblings '(("help.scrbl"))) (define scribblings '(("help.scrbl")))
(define copy-man-pages '("plt-help.1")) (define copy-man-pages '("plt-help.1"))
(define test-responsibles '((all robby)))

View File

@ -1,3 +1,5 @@
#lang info #lang info
(define scribblings '(("json.scrbl" () (parsing-library)))) (define scribblings '(("json.scrbl" () (parsing-library))))
(define test-responsibles '((all eli)))

View File

@ -1,3 +1,5 @@
#lang info #lang info
(define scribblings '(("openssl.scrbl" () (net-library)))) (define scribblings '(("openssl.scrbl" () (net-library))))
(define test-responsibles '((all mflatt)))

View File

@ -2,3 +2,5 @@
(define scribblings (define scribblings
'(("scribblings/pkg.scrbl" (multi-page) (racket-core -20)))) '(("scribblings/pkg.scrbl" (multi-page) (racket-core -20))))
(define test-responsibles '((all jay)))

View File

@ -2,3 +2,5 @@
(define name "Documentation Sources") (define name "Documentation Sources")
(define purpose "This collect contains documentation for most of the core system (guide, reference, htdp langs, etc).") (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))))

View File

@ -1,3 +1,5 @@
#lang info #lang info
(define scribblings '(("raco.scrbl" (multi-page) (racket-core -26)))) (define scribblings '(("raco.scrbl" (multi-page) (racket-core -26))))
(define test-responsibles '((all (jay mflatt))))

View File

@ -1,3 +1,5 @@
#lang info #lang info
(define scribblings '(("reference.scrbl" (multi-page) (racket-core -12) "reference" 16 -11))) (define scribblings '(("reference.scrbl" (multi-page) (racket-core -12) "reference" 16 -11)))
(define test-responsibles '(("generic.scrbl" (asumu stamourv cce))))

View File

@ -1,3 +1,5 @@
#lang info #lang info
(define scribblings '(("style.scrbl" (multi-page) (racket-core -99)))) (define scribblings '(("style.scrbl" (multi-page) (racket-core -99))))
(define test-responsibles '((all matthias)))

View File

@ -1,3 +1,5 @@
#lang info #lang info
(define scribblings '(("scribblings/syntax.scrbl" (multi-page)))) (define scribblings '(("scribblings/syntax.scrbl" (multi-page))))
(define test-responsibles '((all mflatt)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '(("parse.scrbl" ryanc)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all ryanc)))

View File

@ -1,3 +1,5 @@
#lang info #lang info
(define scribblings '(("version.scrbl" () (tool-library)))) (define scribblings '(("version.scrbl" () (tool-library))))
(define test-responsibles '((all eli)))

View File

@ -1,3 +1,5 @@
#lang info #lang info
(define scribblings '(("xml.scrbl" () (parsing-library)))) (define scribblings '(("xml.scrbl" () (parsing-library))))
(define test-responsibles '((all jay)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all (eli mflatt))))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all (jamesswaine mflatt robby))))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all (asumu stamourv cce))))

View File

@ -1,3 +1,8 @@
#lang info #lang info
(define name "Test Suites") (define name "Test Suites")
(define test-responsibles '(("zo-size.rkt" jay)
("zo-path.rkt" mflatt)
("stress.rkt" jay)
("info.rkt" eli)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all samth)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all mflatt)))

View File

@ -3,3 +3,5 @@
(define compile-omit-paths '("test-pkgs")) (define compile-omit-paths '("test-pkgs"))
(define test-omit-paths '("test-pkgs")) (define test-omit-paths '("test-pkgs"))
(define test-responsibles '((all jay)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all robby)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all mflatt)))

View File

@ -0,0 +1,5 @@
#lang info
(define test-responsibles '(("fuzz.rkt" (samth mflatt))
("contract-lifting.rkt" (robby sstrickl))
(all jay)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all ryanc)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all (stamourv mflatt))))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all sstrickl)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '(("sexp-diff.rkt" clements)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all jay)))

View File

@ -1,3 +1,5 @@
#lang info #lang info
(define scribblings '(("scribblings/rackunit.scrbl" (multi-page) (tool)))) (define scribblings '(("scribblings/rackunit.scrbl" (multi-page) (tool))))
(define test-responsibles '((all (jay noel ryanc))))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all (jay noel))))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '(("match.rkt" samth)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all eli)))

View File

@ -13,3 +13,5 @@
(define release-note-files '(("Scribble" "HISTORY.txt"))) (define release-note-files '(("Scribble" "HISTORY.txt")))
(define version "1.1") (define version "1.1")
(define test-responsibles '(("html.rkt" eli)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all mflatt)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '(("text.rkt" eli)))

View File

@ -6,3 +6,5 @@
(define pkg-desc "Completion scribpts for bash and zsh") (define pkg-desc "Completion scribpts for bash and zsh")
(define pkg-authors '(samth sstrickl stamourv)) (define pkg-authors '(samth sstrickl stamourv))
(define test-responsibles '(("racket-completion.zsh" eli)))

View File

@ -0,0 +1,4 @@
#lang info
(define test-responsibles '(("match.rkt" samth)
("logging.rkt" stamourv)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all jay)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '(("with-type3.rkt" (sstrickl samth stamourv asumu endobson))))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all jay)))

View 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)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all jay)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all jay)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all jay)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all robby)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all jay)))

View File

@ -0,0 +1,5 @@
#lang info
(define test-responsibles '(("options.rkt" (robby chrdimo))
("logging.rkt" stamourv)
("list.rkt" jay)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '((all jay)))

View File

@ -0,0 +1,3 @@
#lang info
(define test-responsibles '(("xml.rkt" jay)))