cpmbits / cpmbits/cpm

Allow recursive/non recursive packages

Open
#263 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
11
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Consider the support for recursive and non recursive packages. For example, if packages are declared recursively:

```
package:
parent:
cflags: [ 'parent-flag' ]
parent/child:
cflags: [ 'child-flag' ]
```

I think it would make sense that the child package inherited the cflags from the parent package.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.