Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-all behavior is not documented, and breaks things #315

Open
The-Markitecht opened this issue Oct 6, 2024 · 3 comments
Open

-all behavior is not documented, and breaks things #315

The-Markitecht opened this issue Oct 6, 2024 · 3 comments

Comments

@The-Markitecht
Copy link
Contributor

New behavior in commit fd02875 is not documented. It also broke some other things that relied on it such as #314 .

@msteveb
Copy link
Owner

msteveb commented Oct 7, 2024

Fixed now, but what do you think isn't documented? Doc says this:

+*info procs ?-all?* ?'pattern'?+::
    If +'pattern'+ isn't specified, returns a list of all the
    names of Tcl command procedures.
    If +'pattern'+ is specified, only those names matching +'pattern'+
    (using <<_string_matching,STRING MATCHING>> rules) are returned.
    Normally commands containing a space character are not returned.
    If +*-all*+ is given, the result does include these commands.

@The-Markitecht
Copy link
Contributor Author

-all isn't mentioned in the manual i usually look at:

info procs ?pattern?
If pattern isn’t specified, returns a list of all the names of Tcl command procedures. If pattern is specified, only those names matching pattern (using [STRING MATCHING](https://jim.tcl.tk/fossil/doc/trunk/Tcl_shipped.html#_string_matching) rules) are returned.

that's from https://jim.tcl.tk/fossil/doc/trunk/Tcl_shipped.html#_info

i guess that's an older version of docs?? not sure of the relationship between that and the github repo.

@msteveb
Copy link
Owner

msteveb commented Oct 24, 2024

Those are docs for master. These changes are all on master-next.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants