Fabian Ruffy

Results 123 issues of Fabian Ruffy

There are some cases where scoping is incorrect. The tests have been added in tests/imported.

bug

There are some cases where method overloading leads to a crash. Mostly, when overloaded method are not part of an extern but global.

bug

Add special case handling for extract and lookahead for example.

enhancement

- [ ] size - [ ] meters - [ ] counters - [ ] implementation - [ ] psa_implementation - [ ] psa_direct_counter - [ ] psa_direct_meter - [...

enhancement

There is no variable tracking the amount of calls regarding externs. This is a sideeffect we currently disregard

bug

The condition inference is still incomplete, needs work.

bug

Prompted by the discussion in https://github.com/p4lang/p4c/pull/4657. Currently, this program is illegal according to the P4 specification: ```p4 action a(){} action b(){} action NoAction(){} control c() { table t { actions...

question

It would be nice if we could build the behavioral model using CMake instead of relying on autotools. This would make it easier to integrate it with the rest of...

enhancement
good first issue

This is a problem that was not caught in testing. The failure isn't caught by the tests because of a nasty side effect of static allocation. gtest initializes the target...

p4tools