Searching finds closed commits

Open
#30 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
git, github, python
Domain
cli

Research direction

Start by reproducing the issue with pullman -u, then compare the listed results with git show --name-only $(pm ref _inductor/). Trace how closed commits are selected during search; done means closed commits such as those shown are no longer returned while relevant open results remain available.

Written by the indexing model from the issue text.

Description

bug

A blocker!

$ pullman -u
#146845 (fedbee7ca8): Fix non-bitwise type annotations for Tensor operators (see #145838)
#146894 (25ee788984): Enable bitwise operators between scalars and Tensors (and fix #145838)
#148959 (138a5d58af): Move token linter code into tools/linter/adaptors/_linter/
#149958 (dfdfa1fefc): [inductor] Add typing to _inductor/ir.py
#150767 (603e98ee1c): [inductor] Clean typing in codegen/common.py and codecache.py
#152256 (9704497dbd): Move code out of individual token linters

$ git show --name-only $(pm ref _inductor/)

Author: Tom Ritchford <tom@swirly.com>
Date:   Mon Apr 28 18:02:06 2025 +0000

    [inductor] Add more typing to _inductor/ir.py
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from rec/pullman

All issues in rec/pullman

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.