• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rieske / trans
93%
master: 92%

Build:
Build:
LAST BUILD BRANCH: feat/att-backend
DEFAULT BRANCH: master
Repo Added 08 Jan 2015 03:59PM UTC
Files 282
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feature/struct-member-access
branch: feature/struct-member-access
CHANGE BRANCH
x
Reset
  • feature/struct-member-access
  • build/cmake-idiomatic
  • build/modernize/1
  • ci/coveralls-retry
  • feat/att-backend
  • feat/pie-executables
  • feature/address-base-mode
  • feature/array-decay-multidim
  • feature/array-index-mw
  • feature/callplan-variant
  • feature/do-while
  • feature/file-scope-globals
  • feature/finish-for-git
  • feature/function-pointers
  • feature/goto-labels
  • feature/grammar-block-item-const-exp
  • feature/initializers
  • feature/recursive-type-sizeof
  • feature/result-on-store
  • feature/scanner-c-tokens
  • feature/structs
  • feature/structs-member-access
  • feature/switch-case
  • feature/ternary-conditional-exp
  • feature/type-casts
  • fix/block-scope-shadowing
  • fix/call-stack-alignment-and-variadic-al
  • fix/dereference-lvalue-store-back
  • fix/for-optional-clauses
  • fix/fuzz-signed-div-pointer-arith
  • fix/unary-operand-double-visit
  • fix/void-parameter-list-unary-lvalue-dedup
  • fuzz/backend
  • grammar-cleanup
  • harden/p0-process-exit-ownership
  • master
  • optimize-parser-v1
  • optimize-parser-v2
  • parser-cleanup
  • perf/parser/1-lookahead-model
  • perf/parser/2-automaton
  • perf/parser/3-action-table
  • perf/parser/4-tests-cleanup
  • performance/experimental-parser-generator-optimization
  • phase0/01-recursive-type
  • phase0/02-type-policy
  • phase0/03-object-abi
  • phase0/04-symbols-leaf
  • phase0/05-annotation-migration
  • phase0/06-package-graph
  • phase1/01-integer-type-specs
  • phase1/02-unions
  • phase1/03-forward-decl
  • phase1/04-anonymous-members
  • phase1/05-nested-init
  • phase1/06-designated-init
  • phase2/01-lexical-session
  • phase2/02-lex-id-context
  • phase2/03-parse-environment
  • phase2/04-enums
  • phase2/05-typedef
  • phase2/06-scanner-filters
  • refactor-types
  • refactor/codegen-address-homes
  • refactor/codegen-address-phase1
  • refactor/visit-children-default
  • renovate/actions-checkout-3.x
  • renovate/actions-checkout-4.x
  • renovate/actions-checkout-7.x
  • renovate/actions-checkout-digest
  • renovate/configure
  • renovate/coverallsapp-github-action-1.x
  • renovate/coverallsapp-github-action-2.x
  • test/functional-coverage-gaps
  • test/local-shadows-function-name
  • test/tier-a-c-coverage-gaps
  • tests/fuzz
  • tests/parallel-functional

25 Jul 2026 11:30AM UTC coverage: 93.169% (+0.2%) from 92.942%
30156431016

Pull #73

github

rieske
test: close remaining Coveralls gap on structs PR

- Cover CSNB unimplemented stubs + doNothing/notImplementedYet
- Expression dual-type helpers unit tests
- TypeQuery dual-subscript fallback / incomplete-member cases
- Remove dual MemberAccess offset/baseIsPointer (FieldPlan only)
- More StructsTest (const, short/unsigned not implemented)
Pull Request #73: feat(ast): struct definitions and member access

7174 of 7700 relevant lines covered (93.17%)

206476.63 hits per line

Relevant lines Covered
Build:
Build:
7700 RELEVANT LINES 7174 COVERED LINES
206476.63 HITS PER LINE
Source Files on feature/struct-member-access
  • Tree
  • List 256
  • Changed 19
  • Source Changed 0
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30156431016 feature/struct-member-access test: close remaining Coveralls gap on structs PR - Cover CSNB unimplemented stubs + doNothing/notImplementedYet - Expression dual-type helpers unit tests - TypeQuery dual-subscript fallback / incomplete-member cases - Remove dual MemberAccess of... Pull #73 25 Jul 2026 11:36AM UTC rieske github
93.17
30150897950 feature/struct-member-access test: recover Coveralls on structs PR (#73) - Remove dead FP codegen (functionAddress, indirect Call, r10 helper) - Call is direct-only until #75 - Drop unused FunctionDesignatorPlan from AddressPlan on this PR - Unit tests: TypeQuery + Annotatio... Pull #73 25 Jul 2026 08:22AM UTC rieske github
92.7
30150159494 feature/struct-member-access refactor: structural foundation under structs (host-aligned seams) - Expression dual ownership: expressionType/valueType/ValueForm - TypeQuery productCanAssignFrom + arraySubscriptInfo - symbols::AnnotationStore on AST; AddressPlan (Field/Index);... Pull #73 25 Jul 2026 07:57AM UTC rieske github
92.05
30149457907 feature/struct-member-access refactor: structural foundation under structs (TypeQuery, SA/CSNB split) - Expression::ValueForm (Scalar / AggregateAddress) - resolveMemberBase trusts type + holdsAggregateAddress only - TypeQuery + productCanAssignFrom / productAssignFailureMes... Pull #73 25 Jul 2026 07:34AM UTC rieske github
92.73
30149102208 feature/struct-member-access refactor: structural foundation under structs (TypeQuery, SA/CSNB split) Replay tip-quality infrastructure onto #73 so later PRs stay feature-focused: - Expression::ValueForm (Scalar / AggregateAddress) - setTypeAndResult / setAggregateAddressRe... Pull #73 25 Jul 2026 07:22AM UTC rieske github
92.65
30147690299 feature/struct-member-access refactor: structural foundation under structs (TypeQuery, SA/CSNB split) Replay tip-quality infrastructure onto #73 so later PRs stay feature-focused: - Expression dual-type: setTypeAndResult / setResultOnly / setAggregateAddressResult - Drop Ar... Pull #73 25 Jul 2026 06:36AM UTC rieske github
92.3
30099767885 feature/struct-member-access fix(ast): reject incomplete objects and dual-type whole-struct assign Incomplete struct objects and assigning nested/array dual-type aggregates as whole values are diagnosed instead of miscompiling. Tighten -> so dual-type nested members require ... Pull #73 24 Jul 2026 02:11PM UTC rieske github
92.92
30098721692 feature/struct-member-access fix(ast): complete struct tags in place; array-of-struct dual-type - Mutate incomplete structure layout via shared members so self-ref `struct Node *next` and forward tags observe completed fields - ArrayAccess yields address for structure elem... Pull #73 24 Jul 2026 01:56PM UTC rieske github
92.91
30096269804 feature/struct-member-access feat(ast): struct definitions and member access Parse struct Tag { … } and anonymous structs into type::structure layout, implement . and -> via MemberAccess + FieldAddress IR, and cover member R/W, arrow, and nested structs with functional Struc... Pull #73 24 Jul 2026 01:20PM UTC rieske github
92.8
See All Builds (710)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc