From: Shohei YOSHIDA <syohex@gmail.com>
To: zsh-workers@zsh.org
Cc: Shohei YOSHIDA <syohex@gmail.com>
Subject: [PATCH 1/3] Update ruby completion for version 3.2.0
Date: Tue, 27 Dec 2022 11:31:49 +0900 [thread overview]
Message-ID: <20221227023151.901842-2-syohex@gmail.com> (raw)
In-Reply-To: <20221227023151.901842-1-syohex@gmail.com>
---
Completion/Unix/Command/_ruby | 27 +++++++++++++++++----------
1 file changed, 17 insertions(+), 10 deletions(-)
diff --git a/Completion/Unix/Command/_ruby b/Completion/Unix/Command/_ruby
index 0e1f5dbc0..9b182693f 100644
--- a/Completion/Unix/Command/_ruby
+++ b/Completion/Unix/Command/_ruby
@@ -40,20 +40,27 @@ opts=(
'(-v)--verbose[turn on verbose mode and disable script from stdin]'
'-x-[strip off text before #!ruby line and perhaps cd to directory]:directory:_files -/'
'(1 * -)--copyright[print the copyright]'
- --{en,dis}'able=[enable or disable features]:feature:(gems did_you_mean rubyopt frozen_string_literal jit all)'
+ --{en,dis}'able=[enable or disable features]:feature:(gems error_highlight did_you_mean syntax_suggest rubyopt frozen_string_literal mjit yjit all)'
\!--{en,dis}able-{gems,rubyopt,all}
- '--dump=[dump debug information]:information:_sequence compadd - insns yydebug parsetree parsetree_with_comment'
+ '--dump=[dump debug information]:information:_sequence compadd - insns insns_without_opt yydebug parsetree parsetree_with_comment'
--{external,internal}'-encoding=:charset:->charsets'
'!'{-y,--yydebug}
'!--dump=:target:(version copyright usage yydebug syntax parsetree parsetree_with_comment insns)'
- '--jit[enable jit with default options]'
- '--jit-warnings[enable printing JIT warnings]'
- '--jit-debug[enable JIT debugging (very slow)]'
- '--jit-wait[wait until JIT compilation finishes every time (for testing)]'
- '--jit-save-temps[save JIT temporary files]'
- '--jit-verbose=-[print JIT logs of level num or less to stderr]:maximum log level [0]'
- '--jit-max-cache=-[specify max number of methods to be JIT-ed in a cache]:number [100]'
- '--jit-min-calls=-[specify number of calls to trigger JIT]:calls [10000]'
+ '(--mjit --yjit)--jit[enable jit for the platform]'
+ '(--jit --yjit)--mjit[enable C compiler-based JIT compiler]'
+ '(--jit --mjit)--yjit[enable in-process JIT compiler]'
+ '--mjit-warnings[enable printing JIT warnings]'
+ '--mjit-debug[enable JIT debugging (very slow)]'
+ '--mjit-wait[wait until JIT compilation finishes every time (for testing)]'
+ '--mjit-save-temps[save JIT temporary files]'
+ '--mjit-verbose=-[print JIT logs of level num or less to stderr]:maximum log level [0]'
+ '--mjit-max-cache=-[specify max number of methods to be JIT-ed in a cache]:number [100]'
+ '--mjit-min-calls=-[specify number of calls to trigger JIT]:calls [10000]'
+ '--yjit-stat[enable collecting YJIT statistics]'
+ '--yjit-exec-mem-size=-[size of executable memory block in MiB]:mem size'
+ '--yjit-call-threshold=-[number of calls to trigger JIT]:number'
+ '--yjit-max-versions=-[maximum number of versions per basic block]:versions'
+ '--yjit-greedy-versioning[greedy versioning mode]'
)
irb=(
--
2.37.2
next prev parent reply other threads:[~2022-12-27 2:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-27 2:31 [PATCH 0/3] Update ruby/irb/erb completions Shohei YOSHIDA
2022-12-27 2:31 ` Shohei YOSHIDA [this message]
2022-12-27 2:31 ` [PATCH 2/3] Add irb completion for version 1.6.2 Shohei YOSHIDA
2022-12-27 2:31 ` [PATCH 3/3] Update erb completion for version 4.0.2 Shohei YOSHIDA
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221227023151.901842-2-syohex@gmail.com \
--to=syohex@gmail.com \
--cc=zsh-workers@zsh.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mirror/zsh/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).