Skip to content

Commit

Permalink
Update keyword and builtin lists for Racket 8.8.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp authored Feb 9, 2023
1 parent 2ce4bc3 commit 947d980
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions racket-keywords-and-builtins.el
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,11 @@
"char-ci>=?"
"char-ci>?"
"char-downcase"
"char-extended-pictographic?"
"char-foldcase"
"char-general-category"
"char-grapheme-break-property"
"char-grapheme-step"
"char-graphic?"
"char-in"
"char-in/c"
Expand Down Expand Up @@ -851,6 +854,7 @@
"cons/dc"
"cons?"
"const"
"const*"
"continuation-mark-key/c"
"continuation-mark-key?"
"continuation-mark-set->context"
Expand Down Expand Up @@ -998,6 +1002,7 @@
"datum-intern-literal"
"declare-refinement"
"default-continuation-prompt-tag"
"default-global-port-print-handler"
"define-compound-unit"
"define-compound-unit/infer"
"define-contract-struct"
Expand Down Expand Up @@ -1118,6 +1123,7 @@
"dup-output-port"
"dynamic->*"
"dynamic-get-field"
"dynamic-instantiate"
"dynamic-object/c"
"dynamic-place"
"dynamic-place*"
Expand Down Expand Up @@ -1327,6 +1333,7 @@
"for*/hasheq:"
"for*/hasheqv:"
"for*/last:"
"for*/list/concurrent"
"for*/list:"
"for*/lists:"
"for*/mutable-set"
Expand Down Expand Up @@ -1362,6 +1369,7 @@
"for/hasheq:"
"for/hasheqv:"
"for/last:"
"for/list/concurrent"
"for/list:"
"for/lists:"
"for/mutable-set"
Expand Down Expand Up @@ -1742,16 +1750,16 @@
"make-immutable-hasheqv"
"make-impersonator-property"
"make-input-port"
"make-input-port/read-to-peek")
"make-input-port/read-to-peek"
"make-inspector"
"make-interned-syntax-introducer"
"make-keyword-procedure")
"Racket \"builtins\": extra from #lang racket and #lang typed/racket")

(defconst racket-builtins-2-of-2
;; This list was generated using keywords.rkt -- don't edit
;; individual items here!
'("make-inspector"
"make-interned-syntax-introducer"
"make-keyword-procedure"
"make-known-char-range-list"
'("make-known-char-range-list"
"make-limited-input-port"
"make-list"
"make-lock-file-name"
Expand Down Expand Up @@ -2089,6 +2097,7 @@
"prefab-key->struct-type"
"prefab-key?"
"prefab-struct-key"
"prefab-struct-type-key+field-count"
"preferences-lock-file-mode"
"prefix"
"pregexp"
Expand Down Expand Up @@ -2499,6 +2508,14 @@
"srcloc-source"
"srcloc-span"
"srcloc?"
"stencil-vector"
"stencil-vector-length"
"stencil-vector-mask"
"stencil-vector-mask-width"
"stencil-vector-ref"
"stencil-vector-set!"
"stencil-vector-update"
"stencil-vector?"
"sticky-bit"
"stop-after"
"stop-before"
Expand Down Expand Up @@ -2555,6 +2572,8 @@
"string-environment-variable-name?"
"string-fill!"
"string-foldcase"
"string-grapheme-count"
"string-grapheme-span"
"string-join"
"string-len/c"
"string-length"
Expand Down Expand Up @@ -2683,6 +2702,8 @@
"syntax-binding-set"
"syntax-binding-set->syntax"
"syntax-binding-set?"
"syntax-bound-phases"
"syntax-bound-symbols"
"syntax-column"
"syntax-debug-info"
"syntax-disarm"
Expand Down

0 comments on commit 947d980

Please sign in to comment.