1
0
Fork
You've already forked chibi
1

Add opcode arglist inspection #6

Open
aartaka wants to merge 1 commit from aartaka/geiser-chibi:opcode-arglists into master
pull from: aartaka/geiser-chibi:opcode-arglists
merge into: geiser:master
geiser:master
First-time contributor
Copy link

Hi! This PR adds support for pretty opcode arglists display in Emacs minibuffer, like for procedures. All the required arguments to opcodes are generated as _ for the lack of a better name. Variadic argument is generated as (o) ... (I don’t particularly like this one, but whatever.)

Does it look good to you?

Hi! This PR adds support for pretty opcode arglists display in Emacs minibuffer, like for procedures. All the required arguments to opcodes are generated as `_` for the lack of a better name. Variadic argument is generated as `(o) ...` (I don’t particularly like this one, but whatever.) Does it look good to you?
Owner
Copy link

Hi @aartaka,

I am not a chibi user, but this looks good to me, yes. I'll give it a couple of days in case anyone wants to chime in.

Thanks!

Hi @aartaka, I am not a chibi user, but this looks good to me, yes. I'll give it a couple of days in case anyone wants to chime in. Thanks!
jao approved these changes 2026年07月06日 19:04:45 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u opcode-arglists:aartaka-opcode-arglists
git switch aartaka-opcode-arglists

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff aartaka-opcode-arglists
git switch aartaka-opcode-arglists
git rebase master
git switch master
git merge --ff-only aartaka-opcode-arglists
git switch aartaka-opcode-arglists
git rebase master
git switch master
git merge --no-ff aartaka-opcode-arglists
git switch master
git merge --squash aartaka-opcode-arglists
git switch master
git merge --ff-only aartaka-opcode-arglists
git switch master
git merge aartaka-opcode-arglists
git push origin master
Sign in to join this conversation.
No reviewers
jao
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
geiser/chibi!6
Reference in a new issue
geiser/chibi
No description provided.
Delete branch "aartaka/geiser-chibi:opcode-arglists"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?