diff --git a/pkgs/compatibility-pkgs/compatibility-doc/mzlib/info.rkt b/pkgs/compatibility-pkgs/compatibility-doc/mzlib/info.rkt new file mode 100644 index 0000000000..629436e3f0 --- /dev/null +++ b/pkgs/compatibility-pkgs/compatibility-doc/mzlib/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all mflatt))) diff --git a/pkgs/compatibility-pkgs/compatibility-lib/mzlib/info.rkt b/pkgs/compatibility-pkgs/compatibility-lib/mzlib/info.rkt new file mode 100644 index 0000000000..c2091b019f --- /dev/null +++ b/pkgs/compatibility-pkgs/compatibility-lib/mzlib/info.rkt @@ -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))) diff --git a/pkgs/compiler-pkgs/compiler-lib/compiler/commands/info.rkt b/pkgs/compiler-pkgs/compiler-lib/compiler/commands/info.rkt index 1b766b6c9f..b7f1ac48d0 100644 --- a/pkgs/compiler-pkgs/compiler-lib/compiler/commands/info.rkt +++ b/pkgs/compiler-pkgs/compiler-lib/compiler/commands/info.rkt @@ -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))) diff --git a/pkgs/compiler-pkgs/compiler-lib/compiler/demodularizer/info.rkt b/pkgs/compiler-pkgs/compiler-lib/compiler/demodularizer/info.rkt new file mode 100644 index 0000000000..84ad0ac2d5 --- /dev/null +++ b/pkgs/compiler-pkgs/compiler-lib/compiler/demodularizer/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all jay))) diff --git a/pkgs/compiler-pkgs/compiler-test/tests/compiler/info.rkt b/pkgs/compiler-pkgs/compiler-test/tests/compiler/info.rkt new file mode 100644 index 0000000000..84ad0ac2d5 --- /dev/null +++ b/pkgs/compiler-pkgs/compiler-test/tests/compiler/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all jay))) diff --git a/pkgs/drracket-pkgs/drracket-test/tests/drracket/info.rkt b/pkgs/drracket-pkgs/drracket-test/tests/drracket/info.rkt index e25d1ee75b..f58bf49df2 100644 --- a/pkgs/drracket-pkgs/drracket-test/tests/drracket/info.rkt +++ b/pkgs/drracket-pkgs/drracket-test/tests/drracket/info.rkt @@ -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)))) diff --git a/pkgs/drracket-pkgs/drracket-test/tests/jpr/info.rkt b/pkgs/drracket-pkgs/drracket-test/tests/jpr/info.rkt index d5bb706b54..9839cef5f1 100644 --- a/pkgs/drracket-pkgs/drracket-test/tests/jpr/info.rkt +++ b/pkgs/drracket-pkgs/drracket-test/tests/jpr/info.rkt @@ -9,3 +9,5 @@ ("valrose.ss" ()))) + +(define test-responsibles '((all mflatt))) diff --git a/pkgs/drracket-pkgs/drracket/gui-debugger/info.rkt b/pkgs/drracket-pkgs/drracket/gui-debugger/info.rkt index 5bebd226d0..3d2d48c146 100644 --- a/pkgs/drracket-pkgs/drracket/gui-debugger/info.rkt +++ b/pkgs/drracket-pkgs/drracket/gui-debugger/info.rkt @@ -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)))) diff --git a/pkgs/drracket-pkgs/drracket/lang/info.rkt b/pkgs/drracket-pkgs/drracket/lang/info.rkt new file mode 100644 index 0000000000..2b49e2f0ee --- /dev/null +++ b/pkgs/drracket-pkgs/drracket/lang/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all (mflatt robby matthias)))) diff --git a/pkgs/drracket-pkgs/drracket/repo-time-stamp/info.rkt b/pkgs/drracket-pkgs/drracket/repo-time-stamp/info.rkt index c9dfbb3473..5e7c2c2555 100644 --- a/pkgs/drracket-pkgs/drracket/repo-time-stamp/info.rkt +++ b/pkgs/drracket-pkgs/drracket/repo-time-stamp/info.rkt @@ -2,3 +2,5 @@ (define tools (list "time-stamp.rkt")) (define tool-names (list "Repository Time Stamp")) + +(define test-responsibles '((all eli))) diff --git a/pkgs/errortrace-pkgs/errortrace-test/tests/errortrace/info.rkt b/pkgs/errortrace-pkgs/errortrace-test/tests/errortrace/info.rkt index 15a05887fa..549d022b66 100644 --- a/pkgs/errortrace-pkgs/errortrace-test/tests/errortrace/info.rkt +++ b/pkgs/errortrace-pkgs/errortrace-test/tests/errortrace/info.rkt @@ -1,3 +1,5 @@ #lang info (define compile-omit-paths '("alert.rkt" "main.rkt")) + +(define test-responsibles '(("alert.rkt" eli))) diff --git a/pkgs/games/chat-noir/info.rkt b/pkgs/games/chat-noir/info.rkt index 224d769728..d97e279e15 100644 --- a/pkgs/games/chat-noir/info.rkt +++ b/pkgs/games/chat-noir/info.rkt @@ -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)))) diff --git a/pkgs/gui-pkgs/gui-doc/mrlib/info.rkt b/pkgs/gui-pkgs/gui-doc/mrlib/info.rkt new file mode 100644 index 0000000000..bb17d7a170 --- /dev/null +++ b/pkgs/gui-pkgs/gui-doc/mrlib/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all robby))) diff --git a/pkgs/gui-pkgs/gui-doc/scribblings/framework/info.rkt b/pkgs/gui-pkgs/gui-doc/scribblings/framework/info.rkt index e87097ad6e..f235949236 100644 --- a/pkgs/gui-pkgs/gui-doc/scribblings/framework/info.rkt +++ b/pkgs/gui-pkgs/gui-doc/scribblings/framework/info.rkt @@ -2,3 +2,5 @@ (define scribblings '(("framework.scrbl" (multi-page) (gui-library 100)))) + +(define test-responsibles '((all robby))) diff --git a/pkgs/gui-pkgs/gui-lib/framework/info.rkt b/pkgs/gui-pkgs/gui-lib/framework/info.rkt new file mode 100644 index 0000000000..bb17d7a170 --- /dev/null +++ b/pkgs/gui-pkgs/gui-lib/framework/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all robby))) diff --git a/pkgs/gui-pkgs/gui-lib/mrlib/info.rkt b/pkgs/gui-pkgs/gui-lib/mrlib/info.rkt new file mode 100644 index 0000000000..a297bb927f --- /dev/null +++ b/pkgs/gui-pkgs/gui-lib/mrlib/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all (mflatt robby)))) diff --git a/pkgs/gui-pkgs/gui-test/framework/info.rkt b/pkgs/gui-pkgs/gui-test/framework/info.rkt new file mode 100644 index 0000000000..bb17d7a170 --- /dev/null +++ b/pkgs/gui-pkgs/gui-test/framework/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all robby))) diff --git a/pkgs/htdp-pkgs/htdp-doc/teachpack/2htdp/scribblings/info.rkt b/pkgs/htdp-pkgs/htdp-doc/teachpack/2htdp/scribblings/info.rkt new file mode 100644 index 0000000000..757feacf3a --- /dev/null +++ b/pkgs/htdp-pkgs/htdp-doc/teachpack/2htdp/scribblings/info.rkt @@ -0,0 +1,4 @@ +#lang info + +(define test-responsibles '(("image.scrbl" robby) + ("image-util.rkt" robby))) diff --git a/pkgs/htdp-pkgs/htdp-lib/2htdp/info.rkt b/pkgs/htdp-pkgs/htdp-lib/2htdp/info.rkt index 208227b8b8..87e4656dc7 100644 --- a/pkgs/htdp-pkgs/htdp-lib/2htdp/info.rkt +++ b/pkgs/htdp-pkgs/htdp-lib/2htdp/info.rkt @@ -5,3 +5,6 @@ (define test-omit-paths '("uchat/chatter.rkt" "uchat/server.rkt")) + +(define test-responsibles '(("image.rkt" robby) + (all matthias))) diff --git a/pkgs/htdp-pkgs/htdp-lib/2htdp/private/info.rkt b/pkgs/htdp-pkgs/htdp-lib/2htdp/private/info.rkt new file mode 100644 index 0000000000..762cb84de0 --- /dev/null +++ b/pkgs/htdp-pkgs/htdp-lib/2htdp/private/info.rkt @@ -0,0 +1,5 @@ +#lang info + +(define test-responsibles '(("img-err.rkt" robby) + ("image-more.rkt" robby) + ("image-core.rkt" robby))) diff --git a/pkgs/htdp-pkgs/htdp-lib/graphics/info.rkt b/pkgs/htdp-pkgs/htdp-lib/graphics/info.rkt new file mode 100644 index 0000000000..a297bb927f --- /dev/null +++ b/pkgs/htdp-pkgs/htdp-lib/graphics/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all (mflatt robby)))) diff --git a/pkgs/htdp-pkgs/htdp-lib/stepper/info.rkt b/pkgs/htdp-pkgs/htdp-lib/stepper/info.rkt index a17dabf0f7..79ab2ef166 100644 --- a/pkgs/htdp-pkgs/htdp-lib/stepper/info.rkt +++ b/pkgs/htdp-pkgs/htdp-lib/stepper/info.rkt @@ -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))) diff --git a/pkgs/htdp-pkgs/htdp-lib/teachpack/info.rkt b/pkgs/htdp-pkgs/htdp-lib/teachpack/info.rkt index 859dfee94f..345f6dece4 100644 --- a/pkgs/htdp-pkgs/htdp-lib/teachpack/info.rkt +++ b/pkgs/htdp-pkgs/htdp-lib/teachpack/info.rkt @@ -1,3 +1,5 @@ #lang info (define release-note-files (list (list "Teachpacks" "HISTORY.txt"))) + +(define test-responsibles '((all matthias))) diff --git a/pkgs/htdp-pkgs/htdp-lib/test-engine/info.rkt b/pkgs/htdp-pkgs/htdp-lib/test-engine/info.rkt index 9326f69c34..9349e9b333 100644 --- a/pkgs/htdp-pkgs/htdp-lib/test-engine/info.rkt +++ b/pkgs/htdp-pkgs/htdp-lib/test-engine/info.rkt @@ -3,3 +3,5 @@ (define tools (list (list "test-tool.scm"))) (define tool-names '("Test Engine")) + +(define test-responsibles '((all kathyg))) diff --git a/pkgs/htdp-pkgs/htdp-test/2htdp/tests/info.rkt b/pkgs/htdp-pkgs/htdp-test/2htdp/tests/info.rkt index 3dcf1147b8..8105ced3ab 100644 --- a/pkgs/htdp-pkgs/htdp-test/2htdp/tests/info.rkt +++ b/pkgs/htdp-pkgs/htdp-test/2htdp/tests/info.rkt @@ -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))) diff --git a/pkgs/htdp-pkgs/htdp-test/htdp/tests/info.rkt b/pkgs/htdp-pkgs/htdp-test/htdp/tests/info.rkt index 68b38e68e3..6cc5bfb000 100644 --- a/pkgs/htdp-pkgs/htdp-test/htdp/tests/info.rkt +++ b/pkgs/htdp-pkgs/htdp-test/htdp/tests/info.rkt @@ -10,3 +10,5 @@ "world-mouse.rkt" "matrix-client.rkt" "matrix-example.rkt")) + +(define test-responsibles '(("gui.rkt" robby))) diff --git a/pkgs/htdp-pkgs/htdp-test/tests/htdp-lang/info.rkt b/pkgs/htdp-pkgs/htdp-test/tests/htdp-lang/info.rkt new file mode 100644 index 0000000000..d2b54595f4 --- /dev/null +++ b/pkgs/htdp-pkgs/htdp-test/tests/htdp-lang/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '(("test-image.rkt" robby))) diff --git a/pkgs/htdp-pkgs/htdp-test/tests/stepper/info.rkt b/pkgs/htdp-pkgs/htdp-test/tests/stepper/info.rkt index e5a52b91e2..4f7a443b2f 100644 --- a/pkgs/htdp-pkgs/htdp-test/tests/stepper/info.rkt +++ b/pkgs/htdp-pkgs/htdp-test/tests/stepper/info.rkt @@ -2,3 +2,5 @@ (define test-omit-paths '("jump-to-ui-test.rkt" "big-bang-test.rkt")) + +(define test-responsibles '((all clements))) diff --git a/pkgs/htdp-pkgs/htdp-test/tests/test-engine/info.rkt b/pkgs/htdp-pkgs/htdp-test/tests/test-engine/info.rkt new file mode 100644 index 0000000000..74bebc1edf --- /dev/null +++ b/pkgs/htdp-pkgs/htdp-test/tests/test-engine/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all kathyg))) diff --git a/pkgs/net-pkgs/net-test/tests/net/info.rkt b/pkgs/net-pkgs/net-test/tests/net/info.rkt new file mode 100644 index 0000000000..5550a5749e --- /dev/null +++ b/pkgs/net-pkgs/net-test/tests/net/info.rkt @@ -0,0 +1,4 @@ +#lang info + +(define test-responsibles '(("websocket.rkt" jay) + ("url-port.rkt" jay))) diff --git a/pkgs/net-pkgs/net-test/tests/net/stress/info.rkt b/pkgs/net-pkgs/net-test/tests/net/stress/info.rkt new file mode 100644 index 0000000000..84ad0ac2d5 --- /dev/null +++ b/pkgs/net-pkgs/net-test/tests/net/stress/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all jay))) diff --git a/pkgs/net-pkgs/net-test/tests/net/websocket/info.rkt b/pkgs/net-pkgs/net-test/tests/net/websocket/info.rkt new file mode 100644 index 0000000000..84ad0ac2d5 --- /dev/null +++ b/pkgs/net-pkgs/net-test/tests/net/websocket/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all jay))) diff --git a/pkgs/plai/tests/info.rkt b/pkgs/plai/tests/info.rkt index 3232aa3431..bc9152b9f6 100644 --- a/pkgs/plai/tests/info.rkt +++ b/pkgs/plai/tests/info.rkt @@ -1,3 +1,5 @@ #lang info (define test-omit-paths '("web.rkt")) + +(define test-responsibles '(("test-random-mutator.rkt" (jay robby)))) diff --git a/pkgs/planet-pkgs/planet-test/tests/planet/info.rkt b/pkgs/planet-pkgs/planet-test/tests/planet/info.rkt index de2d5ebd4f..e753b10bd8 100644 --- a/pkgs/planet-pkgs/planet-test/tests/planet/info.rkt +++ b/pkgs/planet-pkgs/planet-test/tests/planet/info.rkt @@ -2,3 +2,5 @@ (define compile-omit-paths '("examples")) (define test-omit-paths '("examples")) + +(define test-responsibles '((all (robby jay)))) diff --git a/pkgs/plt-services/meta/drdr/info.rkt b/pkgs/plt-services/meta/drdr/info.rkt index 7dee10f641..eee3ba17a6 100644 --- a/pkgs/plt-services/meta/drdr/info.rkt +++ b/pkgs/plt-services/meta/drdr/info.rkt @@ -2,3 +2,5 @@ (define name "DrDr") (define compile-omit-paths 'all) + +(define test-responsibles '((all jay))) diff --git a/pkgs/plt-services/meta/drdr2/info.rkt b/pkgs/plt-services/meta/drdr2/info.rkt index de2bd672e7..4e5876c18e 100644 --- a/pkgs/plt-services/meta/drdr2/info.rkt +++ b/pkgs/plt-services/meta/drdr2/info.rkt @@ -2,3 +2,5 @@ (define name "DrDr2") (define compile-omit-paths 'all) + +(define test-responsibles '((all jay))) diff --git a/pkgs/plt-services/meta/info.rkt b/pkgs/plt-services/meta/info.rkt index 09d369fd19..18cbd861c4 100644 --- a/pkgs/plt-services/meta/info.rkt +++ b/pkgs/plt-services/meta/info.rkt @@ -13,3 +13,6 @@ "pkg-push" "web")) + +(define test-responsibles '(("props" (eli jay)) + (all eli))) diff --git a/pkgs/plt-services/meta/pkg-index/info.rkt b/pkgs/plt-services/meta/pkg-index/info.rkt index 20e9bd1aa3..34d81080d6 100644 --- a/pkgs/plt-services/meta/pkg-index/info.rkt +++ b/pkgs/plt-services/meta/pkg-index/info.rkt @@ -2,3 +2,5 @@ (define name "Package server") (define compile-omit-paths 'all) + +(define test-responsibles '((all jay))) diff --git a/pkgs/plt-services/meta/props b/pkgs/plt-services/meta/props index dee6dad06f..a084224a29 100755 --- a/pkgs/plt-services/meta/props +++ b/pkgs/plt-services/meta/props @@ -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) diff --git a/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/info.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/info.rkt new file mode 100644 index 0000000000..eb81557a20 --- /dev/null +++ b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/common/typed/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all (stamourv samth)))) diff --git a/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/info.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/info.rkt index 3c7ed96e5f..8d74257cb7 100644 --- a/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/info.rkt +++ b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/typed/info.rkt @@ -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)))) diff --git a/pkgs/racket-pkgs/racket-doc/compatibility/info.rkt b/pkgs/racket-pkgs/racket-doc/compatibility/info.rkt index 715fe2ff15..b676fcaa8c 100644 --- a/pkgs/racket-pkgs/racket-doc/compatibility/info.rkt +++ b/pkgs/racket-pkgs/racket-doc/compatibility/info.rkt @@ -2,3 +2,5 @@ (define scribblings '(("scribblings/compatibility.scrbl" (multi-page) (legacy)))) + +(define test-responsibles '((all (asumu stamourv)))) diff --git a/pkgs/racket-pkgs/racket-doc/dynext/info.rkt b/pkgs/racket-pkgs/racket-doc/dynext/info.rkt index 4da0a5b179..2034bcbd8a 100644 --- a/pkgs/racket-pkgs/racket-doc/dynext/info.rkt +++ b/pkgs/racket-pkgs/racket-doc/dynext/info.rkt @@ -1,3 +1,5 @@ #lang info (define scribblings '(("dynext.scrbl" (multi-page) (tool-library)))) + +(define test-responsibles '((all mflatt))) diff --git a/pkgs/racket-pkgs/racket-doc/ffi/examples/info.rkt b/pkgs/racket-pkgs/racket-doc/ffi/examples/info.rkt index 6c26878b2a..635af6b443 100644 --- a/pkgs/racket-pkgs/racket-doc/ffi/examples/info.rkt +++ b/pkgs/racket-pkgs/racket-doc/ffi/examples/info.rkt @@ -12,3 +12,6 @@ "use-tcl.rkt" "use-xosd.rkt" "xosd.rkt")) + +(define test-responsibles '(("sndfile.rkt" clements) + (all eli))) diff --git a/pkgs/racket-pkgs/racket-doc/file/info.rkt b/pkgs/racket-pkgs/racket-doc/file/info.rkt new file mode 100644 index 0000000000..629436e3f0 --- /dev/null +++ b/pkgs/racket-pkgs/racket-doc/file/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all mflatt))) diff --git a/pkgs/racket-pkgs/racket-doc/help/info.rkt b/pkgs/racket-pkgs/racket-doc/help/info.rkt index 5215dc0a40..05cf936c72 100644 --- a/pkgs/racket-pkgs/racket-doc/help/info.rkt +++ b/pkgs/racket-pkgs/racket-doc/help/info.rkt @@ -6,3 +6,5 @@ (define scribblings '(("help.scrbl"))) (define copy-man-pages '("plt-help.1")) + +(define test-responsibles '((all robby))) diff --git a/pkgs/racket-pkgs/racket-doc/json/info.rkt b/pkgs/racket-pkgs/racket-doc/json/info.rkt index 0b3e411ea5..d70fb2251a 100644 --- a/pkgs/racket-pkgs/racket-doc/json/info.rkt +++ b/pkgs/racket-pkgs/racket-doc/json/info.rkt @@ -1,3 +1,5 @@ #lang info (define scribblings '(("json.scrbl" () (parsing-library)))) + +(define test-responsibles '((all eli))) diff --git a/pkgs/racket-pkgs/racket-doc/openssl/info.rkt b/pkgs/racket-pkgs/racket-doc/openssl/info.rkt index 0a70e94da0..1758b478e7 100644 --- a/pkgs/racket-pkgs/racket-doc/openssl/info.rkt +++ b/pkgs/racket-pkgs/racket-doc/openssl/info.rkt @@ -1,3 +1,5 @@ #lang info (define scribblings '(("openssl.scrbl" () (net-library)))) + +(define test-responsibles '((all mflatt))) diff --git a/pkgs/racket-pkgs/racket-doc/pkg/info.rkt b/pkgs/racket-pkgs/racket-doc/pkg/info.rkt index 9a90987277..ff836dd31b 100644 --- a/pkgs/racket-pkgs/racket-doc/pkg/info.rkt +++ b/pkgs/racket-pkgs/racket-doc/pkg/info.rkt @@ -2,3 +2,5 @@ (define scribblings '(("scribblings/pkg.scrbl" (multi-page) (racket-core -20)))) + +(define test-responsibles '((all jay))) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/info.rkt b/pkgs/racket-pkgs/racket-doc/scribblings/info.rkt index a15fc0b973..59b3c06cdf 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/info.rkt +++ b/pkgs/racket-pkgs/racket-doc/scribblings/info.rkt @@ -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)))) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/raco/info.rkt b/pkgs/racket-pkgs/racket-doc/scribblings/raco/info.rkt index d92a5372f0..3003cd9f8d 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/raco/info.rkt +++ b/pkgs/racket-pkgs/racket-doc/scribblings/raco/info.rkt @@ -1,3 +1,5 @@ #lang info (define scribblings '(("raco.scrbl" (multi-page) (racket-core -26)))) + +(define test-responsibles '((all (jay mflatt)))) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/info.rkt b/pkgs/racket-pkgs/racket-doc/scribblings/reference/info.rkt index 37e74a3d6b..25f67521c8 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/info.rkt +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/info.rkt @@ -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)))) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/style/info.rkt b/pkgs/racket-pkgs/racket-doc/scribblings/style/info.rkt index 032d2e67cf..dca61d02b5 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/style/info.rkt +++ b/pkgs/racket-pkgs/racket-doc/scribblings/style/info.rkt @@ -1,3 +1,5 @@ #lang info (define scribblings '(("style.scrbl" (multi-page) (racket-core -99)))) + +(define test-responsibles '((all matthias))) diff --git a/pkgs/racket-pkgs/racket-doc/syntax/info.rkt b/pkgs/racket-pkgs/racket-doc/syntax/info.rkt index f2cdb112cf..031f685333 100644 --- a/pkgs/racket-pkgs/racket-doc/syntax/info.rkt +++ b/pkgs/racket-pkgs/racket-doc/syntax/info.rkt @@ -1,3 +1,5 @@ #lang info (define scribblings '(("scribblings/syntax.scrbl" (multi-page)))) + +(define test-responsibles '((all mflatt))) diff --git a/pkgs/racket-pkgs/racket-doc/syntax/scribblings/info.rkt b/pkgs/racket-pkgs/racket-doc/syntax/scribblings/info.rkt new file mode 100644 index 0000000000..1fbdcfb4d6 --- /dev/null +++ b/pkgs/racket-pkgs/racket-doc/syntax/scribblings/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '(("parse.scrbl" ryanc))) diff --git a/pkgs/racket-pkgs/racket-doc/syntax/scribblings/parse/info.rkt b/pkgs/racket-pkgs/racket-doc/syntax/scribblings/parse/info.rkt new file mode 100644 index 0000000000..2720fb6a21 --- /dev/null +++ b/pkgs/racket-pkgs/racket-doc/syntax/scribblings/parse/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all ryanc))) diff --git a/pkgs/racket-pkgs/racket-doc/version/info.rkt b/pkgs/racket-pkgs/racket-doc/version/info.rkt index 80c8896672..ed24f37db0 100644 --- a/pkgs/racket-pkgs/racket-doc/version/info.rkt +++ b/pkgs/racket-pkgs/racket-doc/version/info.rkt @@ -1,3 +1,5 @@ #lang info (define scribblings '(("version.scrbl" () (tool-library)))) + +(define test-responsibles '((all eli))) diff --git a/pkgs/racket-pkgs/racket-doc/xml/info.rkt b/pkgs/racket-pkgs/racket-doc/xml/info.rkt index 82a1e71bca..ab42943406 100644 --- a/pkgs/racket-pkgs/racket-doc/xml/info.rkt +++ b/pkgs/racket-pkgs/racket-doc/xml/info.rkt @@ -1,3 +1,5 @@ #lang info (define scribblings '(("xml.scrbl" () (parsing-library)))) + +(define test-responsibles '((all jay))) diff --git a/pkgs/racket-pkgs/racket-test/tests/file/info.rkt b/pkgs/racket-pkgs/racket-test/tests/file/info.rkt new file mode 100644 index 0000000000..1e5854ab34 --- /dev/null +++ b/pkgs/racket-pkgs/racket-test/tests/file/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all (eli mflatt)))) diff --git a/pkgs/racket-pkgs/racket-test/tests/future/info.rkt b/pkgs/racket-pkgs/racket-test/tests/future/info.rkt new file mode 100644 index 0000000000..d2f913b0d7 --- /dev/null +++ b/pkgs/racket-pkgs/racket-test/tests/future/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all (jamesswaine mflatt robby)))) diff --git a/pkgs/racket-pkgs/racket-test/tests/generic/info.rkt b/pkgs/racket-pkgs/racket-test/tests/generic/info.rkt new file mode 100644 index 0000000000..59bd0ef8b6 --- /dev/null +++ b/pkgs/racket-pkgs/racket-test/tests/generic/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all (asumu stamourv cce)))) diff --git a/pkgs/racket-pkgs/racket-test/tests/info.rkt b/pkgs/racket-pkgs/racket-test/tests/info.rkt index a33a5e7bae..6c29725b9b 100644 --- a/pkgs/racket-pkgs/racket-test/tests/info.rkt +++ b/pkgs/racket-pkgs/racket-test/tests/info.rkt @@ -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))) diff --git a/pkgs/racket-pkgs/racket-test/tests/match/info.rkt b/pkgs/racket-pkgs/racket-test/tests/match/info.rkt new file mode 100644 index 0000000000..819924fc1c --- /dev/null +++ b/pkgs/racket-pkgs/racket-test/tests/match/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all samth))) diff --git a/pkgs/racket-pkgs/racket-test/tests/openssl/info.rkt b/pkgs/racket-pkgs/racket-test/tests/openssl/info.rkt new file mode 100644 index 0000000000..629436e3f0 --- /dev/null +++ b/pkgs/racket-pkgs/racket-test/tests/openssl/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all mflatt))) diff --git a/pkgs/racket-pkgs/racket-test/tests/pkg/info.rkt b/pkgs/racket-pkgs/racket-test/tests/pkg/info.rkt index b1900232e5..24b4f63305 100644 --- a/pkgs/racket-pkgs/racket-test/tests/pkg/info.rkt +++ b/pkgs/racket-pkgs/racket-test/tests/pkg/info.rkt @@ -3,3 +3,5 @@ (define compile-omit-paths '("test-pkgs")) (define test-omit-paths '("test-pkgs")) + +(define test-responsibles '((all jay))) diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/contract/info.rkt b/pkgs/racket-pkgs/racket-test/tests/racket/contract/info.rkt new file mode 100644 index 0000000000..bb17d7a170 --- /dev/null +++ b/pkgs/racket-pkgs/racket-test/tests/racket/contract/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all robby))) diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/info.rkt b/pkgs/racket-pkgs/racket-test/tests/racket/info.rkt new file mode 100644 index 0000000000..629436e3f0 --- /dev/null +++ b/pkgs/racket-pkgs/racket-test/tests/racket/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all mflatt))) diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/stress/info.rkt b/pkgs/racket-pkgs/racket-test/tests/racket/stress/info.rkt new file mode 100644 index 0000000000..7a9e69f8dc --- /dev/null +++ b/pkgs/racket-pkgs/racket-test/tests/racket/stress/info.rkt @@ -0,0 +1,5 @@ +#lang info + +(define test-responsibles '(("fuzz.rkt" (samth mflatt)) + ("contract-lifting.rkt" (robby sstrickl)) + (all jay))) diff --git a/pkgs/racket-pkgs/racket-test/tests/stxparse/info.rkt b/pkgs/racket-pkgs/racket-test/tests/stxparse/info.rkt new file mode 100644 index 0000000000..2720fb6a21 --- /dev/null +++ b/pkgs/racket-pkgs/racket-test/tests/stxparse/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all ryanc))) diff --git a/pkgs/racket-pkgs/racket-test/tests/syntax/info.rkt b/pkgs/racket-pkgs/racket-test/tests/syntax/info.rkt new file mode 100644 index 0000000000..71be14bf46 --- /dev/null +++ b/pkgs/racket-pkgs/racket-test/tests/syntax/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all (stamourv mflatt)))) diff --git a/pkgs/racket-pkgs/racket-test/tests/units/info.rkt b/pkgs/racket-pkgs/racket-test/tests/units/info.rkt new file mode 100644 index 0000000000..77d938512d --- /dev/null +++ b/pkgs/racket-pkgs/racket-test/tests/units/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all sstrickl))) diff --git a/pkgs/racket-pkgs/racket-test/tests/utils/info.rkt b/pkgs/racket-pkgs/racket-test/tests/utils/info.rkt new file mode 100644 index 0000000000..ad0cd04141 --- /dev/null +++ b/pkgs/racket-pkgs/racket-test/tests/utils/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '(("sexp-diff.rkt" clements))) diff --git a/pkgs/racket-pkgs/racket-test/tests/xml/info.rkt b/pkgs/racket-pkgs/racket-test/tests/xml/info.rkt new file mode 100644 index 0000000000..84ad0ac2d5 --- /dev/null +++ b/pkgs/racket-pkgs/racket-test/tests/xml/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all jay))) diff --git a/pkgs/rackunit-pkgs/rackunit-doc/rackunit/info.rkt b/pkgs/rackunit-pkgs/rackunit-doc/rackunit/info.rkt index 854b2f6bbc..d269e34c70 100644 --- a/pkgs/rackunit-pkgs/rackunit-doc/rackunit/info.rkt +++ b/pkgs/rackunit-pkgs/rackunit-doc/rackunit/info.rkt @@ -1,3 +1,5 @@ #lang info (define scribblings '(("scribblings/rackunit.scrbl" (multi-page) (tool)))) + +(define test-responsibles '((all (jay noel ryanc)))) diff --git a/pkgs/rackunit-pkgs/rackunit-test/tests/rackunit/info.rkt b/pkgs/rackunit-pkgs/rackunit-test/tests/rackunit/info.rkt new file mode 100644 index 0000000000..08159a078e --- /dev/null +++ b/pkgs/rackunit-pkgs/rackunit-test/tests/rackunit/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all (jay noel)))) diff --git a/pkgs/scheme-lib/scheme/info.rkt b/pkgs/scheme-lib/scheme/info.rkt new file mode 100644 index 0000000000..8c704fdcac --- /dev/null +++ b/pkgs/scheme-lib/scheme/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '(("match.rkt" samth))) diff --git a/pkgs/scribble-pkgs/scribble-lib/scribble/html/info.rkt b/pkgs/scribble-pkgs/scribble-lib/scribble/html/info.rkt new file mode 100644 index 0000000000..1536c76ba6 --- /dev/null +++ b/pkgs/scribble-pkgs/scribble-lib/scribble/html/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all eli))) diff --git a/pkgs/scribble-pkgs/scribble-lib/scribble/info.rkt b/pkgs/scribble-pkgs/scribble-lib/scribble/info.rkt index a214a0806f..8cf218cf6d 100644 --- a/pkgs/scribble-pkgs/scribble-lib/scribble/info.rkt +++ b/pkgs/scribble-pkgs/scribble-lib/scribble/info.rkt @@ -13,3 +13,5 @@ (define release-note-files '(("Scribble" "HISTORY.txt"))) (define version "1.1") + +(define test-responsibles '(("html.rkt" eli))) diff --git a/pkgs/scribble-pkgs/scribble-test/tests/scriblib/info.rkt b/pkgs/scribble-pkgs/scribble-test/tests/scriblib/info.rkt new file mode 100644 index 0000000000..629436e3f0 --- /dev/null +++ b/pkgs/scribble-pkgs/scribble-test/tests/scriblib/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all mflatt))) diff --git a/pkgs/scribble-pkgs/scribble-text-lib/scribble/info.rkt b/pkgs/scribble-pkgs/scribble-text-lib/scribble/info.rkt new file mode 100644 index 0000000000..4ef453581a --- /dev/null +++ b/pkgs/scribble-pkgs/scribble-text-lib/scribble/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '(("text.rkt" eli))) diff --git a/pkgs/shell-completion/info.rkt b/pkgs/shell-completion/info.rkt index fd4695b94a..17b8eddcbb 100644 --- a/pkgs/shell-completion/info.rkt +++ b/pkgs/shell-completion/info.rkt @@ -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))) diff --git a/pkgs/typed-racket-pkgs/typed-racket-lib/unstable/info.rkt b/pkgs/typed-racket-pkgs/typed-racket-lib/unstable/info.rkt new file mode 100644 index 0000000000..5eb161fba1 --- /dev/null +++ b/pkgs/typed-racket-pkgs/typed-racket-lib/unstable/info.rkt @@ -0,0 +1,4 @@ +#lang info + +(define test-responsibles '(("match.rkt" samth) + ("logging.rkt" stamourv))) diff --git a/pkgs/typed-racket-pkgs/typed-racket-more/typed/rackunit/info.rkt b/pkgs/typed-racket-pkgs/typed-racket-more/typed/rackunit/info.rkt new file mode 100644 index 0000000000..84ad0ac2d5 --- /dev/null +++ b/pkgs/typed-racket-pkgs/typed-racket-more/typed/rackunit/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all jay))) diff --git a/pkgs/typed-racket-pkgs/typed-racket-test/tests/typed-racket/fail/info.rkt b/pkgs/typed-racket-pkgs/typed-racket-test/tests/typed-racket/fail/info.rkt new file mode 100644 index 0000000000..841974e837 --- /dev/null +++ b/pkgs/typed-racket-pkgs/typed-racket-test/tests/typed-racket/fail/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '(("with-type3.rkt" (sstrickl samth stamourv asumu endobson)))) diff --git a/pkgs/unstable-pkgs/unstable-doc/automata/info.rkt b/pkgs/unstable-pkgs/unstable-doc/automata/info.rkt new file mode 100644 index 0000000000..84ad0ac2d5 --- /dev/null +++ b/pkgs/unstable-pkgs/unstable-doc/automata/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all jay))) diff --git a/pkgs/unstable-pkgs/unstable-doc/scribblings/info.rkt b/pkgs/unstable-pkgs/unstable-doc/scribblings/info.rkt new file mode 100644 index 0000000000..f80b7d66a1 --- /dev/null +++ b/pkgs/unstable-pkgs/unstable-doc/scribblings/info.rkt @@ -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))) diff --git a/pkgs/unstable-pkgs/unstable-doc/temp-c/info.rkt b/pkgs/unstable-pkgs/unstable-doc/temp-c/info.rkt new file mode 100644 index 0000000000..84ad0ac2d5 --- /dev/null +++ b/pkgs/unstable-pkgs/unstable-doc/temp-c/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all jay))) diff --git a/pkgs/unstable-pkgs/unstable-lib/automata/info.rkt b/pkgs/unstable-pkgs/unstable-lib/automata/info.rkt new file mode 100644 index 0000000000..84ad0ac2d5 --- /dev/null +++ b/pkgs/unstable-pkgs/unstable-lib/automata/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all jay))) diff --git a/pkgs/unstable-pkgs/unstable-lib/temp-c/info.rkt b/pkgs/unstable-pkgs/unstable-lib/temp-c/info.rkt new file mode 100644 index 0000000000..84ad0ac2d5 --- /dev/null +++ b/pkgs/unstable-pkgs/unstable-lib/temp-c/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all jay))) diff --git a/pkgs/unstable-pkgs/unstable-test/tests/unstable/2d/info.rkt b/pkgs/unstable-pkgs/unstable-test/tests/unstable/2d/info.rkt new file mode 100644 index 0000000000..bb17d7a170 --- /dev/null +++ b/pkgs/unstable-pkgs/unstable-test/tests/unstable/2d/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all robby))) diff --git a/pkgs/unstable-pkgs/unstable-test/tests/unstable/automata/info.rkt b/pkgs/unstable-pkgs/unstable-test/tests/unstable/automata/info.rkt new file mode 100644 index 0000000000..84ad0ac2d5 --- /dev/null +++ b/pkgs/unstable-pkgs/unstable-test/tests/unstable/automata/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all jay))) diff --git a/pkgs/unstable-pkgs/unstable-test/tests/unstable/info.rkt b/pkgs/unstable-pkgs/unstable-test/tests/unstable/info.rkt new file mode 100644 index 0000000000..b6e66bbee4 --- /dev/null +++ b/pkgs/unstable-pkgs/unstable-test/tests/unstable/info.rkt @@ -0,0 +1,5 @@ +#lang info + +(define test-responsibles '(("options.rkt" (robby chrdimo)) + ("logging.rkt" stamourv) + ("list.rkt" jay))) diff --git a/pkgs/unstable-pkgs/unstable-test/tests/unstable/temp-c/info.rkt b/pkgs/unstable-pkgs/unstable-test/tests/unstable/temp-c/info.rkt new file mode 100644 index 0000000000..84ad0ac2d5 --- /dev/null +++ b/pkgs/unstable-pkgs/unstable-test/tests/unstable/temp-c/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '((all jay))) diff --git a/pkgs/wxme-pkgs/wxme-lib/wxme/info.rkt b/pkgs/wxme-pkgs/wxme-lib/wxme/info.rkt new file mode 100644 index 0000000000..b3e92a29a6 --- /dev/null +++ b/pkgs/wxme-pkgs/wxme-lib/wxme/info.rkt @@ -0,0 +1,3 @@ +#lang info + +(define test-responsibles '(("xml.rkt" jay)))