jit-list wildcards: support "name.*" for <qualname>

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

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
compilers

Research direction

The issue names no files or tests. Start by locating the JIT-list handling for the existing :* and :.init forms, then trace how wildcards are matched. Done means :MyClass. includes all methods of that class without changing the existing wildcard behavior.

Written by the indexing model from the issue text.

Description

cinder-jit

Currently there doesn't seem to be a way to include all methods of a certain class.

possible now: include everything in a module (<module>:*), include methods of any class with a certain name (<module>:*.__init__).

not possible now: <module>:MyClass.*

Dominant language
Python
Stars
3.8k
Forks
139
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

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 facebookincubator/MetaPython

All issues in facebookincubator/MetaPython

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.