p4lang / p4c-bm

Generates the JSON configuration for the behavioral-model (bmv2), as well as the C/C++ PD code
Apache License 2.0
24 stars 29 forks source link

Fix C name sanitization #79

Closed antoninbas closed 7 years ago

antoninbas commented 7 years ago

Some names were not being sanitized, others were being sanitized but were not supposed to (string names passed to bmv2).

codecov-io commented 7 years ago

Current coverage is 97.00% (diff: 100%)

Merging #79 into master will decrease coverage by <.01%

@@             master        #79   diff @@
==========================================
  Files            10         10          
  Lines          1607       1605     -2   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           1559       1557     -2   
  Misses           48         48          
  Partials          0          0          

Powered by Codecov. Last update 4205d73...6bdab4b

smolkaj commented 7 years ago

👍