From d4c1468be4ece92acfbb839cf36d08b74c4be30b Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 31 Dec 2013 17:05:39 -0700 Subject: [PATCH] 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. original commit: 19f8f30f63ece380105f69796c046c7a00aa4f97 --- pkgs/typed-racket-pkgs/typed-racket-lib/unstable/info.rkt | 4 ++++ .../typed-racket-more/typed/rackunit/info.rkt | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 pkgs/typed-racket-pkgs/typed-racket-lib/unstable/info.rkt create mode 100644 pkgs/typed-racket-pkgs/typed-racket-more/typed/rackunit/info.rkt 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 00000000..5eb161fb --- /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 00000000..84ad0ac2 --- /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)))