8000 New `time` builtin cannot be detected as a builtin · Issue #6598 · fish-shell/fish-shell · GitHub
[go: up one dir, main page]

Skip to content

New time builtin cannot be detected as a builtin #6598

@charlesbjohnson

Description

@charlesbjohnson

Hi 👋

I've just upgraded to 3.1.0 and have just learned about the new time builtin. I'm running into a small issue, though, where the builtin command doesn't seem to be aware that time is now a builtin.

$ builtin -n | grep time; echo $status
$ 1
$ builtin -q time; echo $status
$ 1

As far as I can tell, this is because it was removed from src/builtin.cpp in 664d6fb. I'm not very familiar with this project, but would you accept a PR adding it back as a builtin_generic?

Edit: It's a little bit more work than I thought, see #6599.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0