skywind3000 / skywind3000/emake

您好,请问通配符匹配目录下所有.c文件,但是排除其中几个.c文件该怎么写?

Open
#20 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
909
Forks
122
PR merge metrics
No merged PRs in 30d

Description

//! src:../test/*!(ko1|ko2).c 这样写貌似无效。

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.

Research direction

Start with the //! src:../test/*!(ko1|ko2).c pattern and read emake’s wildcard or source-file matching entry point. Reproduce it against ../test to determine whether the syntax is unsupported or parsed incorrectly; done means all .c files except ko1.c and ko2.c are handled, with the usage or behavior documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.