File tree Expand file tree Collapse file tree
racket/collects/racket/private Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55;; it. This means any backwards-incompatible API changes need coordination.
66;; The following packages are known to use this module:
77;;
8- ;; - compatability -lib
8+ ;; - compatibility -lib
99;;
1010;; Please try not to add more packages which require this file. Instead,
1111;; consider whether a public API is appropriate, or if a currently-private
1212;; API should be made public. If not, then make a new file
1313;; "racket/private/for-yourpackage.rkt" which exports the necessary
14- ;; definitions. See "racket/private/for-compatability -lib.rkt" for an example.
14+ ;; definitions. See "racket/private/for-compatibility -lib.rkt" for an example.
1515
1616(require (for-syntax racket/base)
1717 (only-in racket/list remove-duplicates)
Original file line number Diff line number Diff line change 11;;----------------------------------------------------------------------
2- ;; Internals needed by the `compatability -lib` package; primarily used
2+ ;; Internals needed by the `compatibility -lib` package; primarily used
33;; to implement `mzscheme`
44;;
5- ;; Note that this module only semi-private, in the sense that `compatability -lib`
6- ;; lives in another repository. This means any backwards-compatable API
5+ ;; Note that this module only semi-private, in the sense that `compatibility -lib`
6+ ;; lives in another repository. This means any backwards-compatible API
77;; changes need coordination. Try to avoid adding new exports to this file;
88;; instead, consider whether a public API is appropriate.
99
10- (module for-compatability -lib '#%kernel
10+ (module for-compatibility -lib '#%kernel
1111 (#%require "more-scheme.rkt "
1212 "cond.rkt "
1313 "define.rkt "
Original file line number Diff line number Diff line change 1111;; consider whether a public API is appropriate, or if a currently-private
1212;; API should be made public. If not, then make a new file
1313;; "racket/private/for-yourpackage.rkt" which exports the necessary
14- ;; definitions. See "racket/private/for-compatability -lib.rkt" for an example.
14+ ;; definitions. See "racket/private/for-compatibility -lib.rkt" for an example.
1515
1616(require (for-syntax racket/base
1717 racket/local
Original file line number Diff line number Diff line change 33;; it. This means any backwards-incompatible API changes need coordination.
44;; The following packages are known to use this module:
55;;
6- ;; - compatability -lib
6+ ;; - compatibility -lib
77;;
88;; Please try not to add more packages which require this file. Instead,
99;; consider whether a public API is appropriate, or if a currently-private
1010;; API should be made public. If not, then make a new file
1111;; "racket/private/for-yourpackage.rkt" which exports the necessary
12- ;; definitions. See "racket/private/for-compatability -lib.rkt" for an example.
12+ ;; definitions. See "racket/private/for-compatibility -lib.rkt" for an example.
1313
1414(module increader racket/base
1515 (define-struct reader (val))
Original file line number Diff line number Diff line change 99;; consider whether a public API is appropriate, or if a currently-private
1010;; API should be made public. If not, then make a new file
1111;; "racket/private/for-yourpackage.rkt" which exports the necessary
12- ;; definitions. See "racket/private/for-compatability -lib.rkt" for an example.
12+ ;; definitions. See "racket/private/for-compatibility -lib.rkt" for an example.
1313
1414(module promise '#%kernel
1515(#%require "define-et-al.rkt " "qq-and-or.rkt " "cond.rkt "
Original file line number Diff line number Diff line change 33;; it. This means any backwards-incompatible API changes need coordination.
44;; The following packages are known to use this module:
55;;
6- ;; - compatability -lib
6+ ;; - compatibility -lib
77;;
88;; Please try not to add more packages which require this file. Instead,
99;; consider whether a public API is appropriate, or if a currently-private
1010;; API should be made public. If not, then make a new file
1111;; "racket/private/for-yourpackage.rkt" which exports the necessary
12- ;; definitions. See "racket/private/for-compatability -lib.rkt" for an example.
12+ ;; definitions. See "racket/private/for-compatibility -lib.rkt" for an example.
1313
1414(module serialize racket/base
1515 (require syntax/modcollapse
Original file line number Diff line number Diff line change 1111;; consider whether a public API is appropriate, or if a currently-private
1212;; API should be made public. If not, then make a new file
1313;; "racket/private/for-yourpackage.rkt" which exports the necessary
14- ;; definitions. See "racket/private/for-compatability -lib.rkt" for an example.
14+ ;; definitions. See "racket/private/for-compatibility -lib.rkt" for an example.
1515
1616(require (for-syntax racket/base
1717 syntax/kerncase
Original file line number Diff line number Diff line change 3131;; consider whether a public API is appropriate, or if a currently-private
3232;; API should be made public. If not, then make a new file
3333;; "racket/private/for-yourpackage.rkt" which exports the necessary
34- ;; definitions. See "racket/private/for-compatability -lib.rkt" for an example.
34+ ;; definitions. See "racket/private/for-compatibility -lib.rkt" for an example.
3535
3636(require (prefix-in for: racket/private/for))
3737
Original file line number Diff line number Diff line change 55;; it. This means any backwards-incompatible API changes need coordination.
66;; The following packages are known to use this module:
77;;
8- ;; - compatability -lib
8+ ;; - compatibility -lib
99;; - planet-lib
1010;;
1111;; Please try not to add more packages which require this file. Instead,
1212;; consider whether a public API is appropriate, or if a currently-private
1313;; API should be made public. If not, then make a new file
1414;; "racket/private/for-yourpackage.rkt" which exports the necessary
15- ;; definitions. See "racket/private/for-compatability -lib.rkt" for an example.
15+ ;; definitions. See "racket/private/for-compatibility -lib.rkt" for an example.
1616
1717(require (for-syntax racket/base
1818 setup/collects
Original file line number Diff line number Diff line change 11#lang racket/base
22
33;;----------------------------------------------------------------------
4- ;; Internals needed by the `compatability ` package; used to implement
4+ ;; Internals needed by the `compatibility ` package; used to implement
55;; `mzlib/a-signature`
66;;
7- ;; Note that this module only semi-private, in the sense that `compatability -lib`
8- ;; lives in another repository. This means any backwards-compatable API
7+ ;; Note that this module only semi-private, in the sense that `compatibility -lib`
8+ ;; lives in another repository. This means any backwards-compatible API
99;; changes need coordination. Try to avoid adding new exports to this file;
1010;; instead, consider whether a public API is appropriate.
1111
You can’t perform that action at this time.
0 commit comments