jbcoe / jbcoe/cc-protocol

Discuss support for narrowing

Open
#390 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
11
Forks
4
Avg merge
16h 39m
Merged PRs (30d)
131

Description

Sharing corridor discussion with @RyanJK5:

```
struct A {
void a();
};

struct B {
void b();
};

struct C {
void c();
};

struct D: A, B, C {};

protocol p;

protocol_view vp(p);
```

Contributor guide

Open the contributing guide

Research direction

No file, test, or entry point is identified. Start by reviewing the protocol and protocol_view usage shown in the example, then clarify the intended narrowing behavior and acceptance criteria before locating the implementation and tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
backend-api-design
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.