Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

compileEnumConst: check src enum to _cgoe_enum #157

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

visualfc
Copy link
Member

@visualfc visualfc commented Nov 2, 2022

fix #156

.c file enum use prefix
enum {
ONE
};
to -> _cgoe_ONE

@codecov-commenter
Copy link

codecov-commenter commented Nov 2, 2022

Codecov Report

Base: 88.80% // Head: 88.84% // Increases project coverage by +0.03% 🎉

Coverage data is based on head (485b507) compared to base (df06408).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #157      +/-   ##
==========================================
+ Coverage   88.80%   88.84%   +0.03%     
==========================================
  Files          10       10              
  Lines        3341     3352      +11     
==========================================
+ Hits         2967     2978      +11     
  Misses        293      293              
  Partials       81       81              
Impacted Files Coverage Δ
cl/blockctx.go 86.30% <ø> (ø)
cl/compile.go 95.03% <100.00%> (+0.01%) ⬆️
cl/expr.go 91.26% <100.00%> (+0.05%) ⬆️
cl/multifiles.go 93.79% <100.00%> (+0.08%) ⬆️
cl/type_and_var.go 88.52% <100.00%> (+0.11%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enum redeclared in this block bug
2 participants