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

tari-project / tari / 6584518119
61%

Build:
DEFAULT BRANCH: development
Ran 20 Oct 2023 10:35AM UTC
Jobs 1
Files 721
Run time 14s
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

20 Oct 2023 07:06AM UTC coverage: 75.062% (-0.03%) from 75.091%
6584518119

push

github

web-flow
refactor(chatffi): remove c rep types (#5829)

Description
---
- Remove the c rep types so clients don't have to deal with unsafe
mutable pointers. It keeps the types used within chat consistent and
creates far less duplication of the same data in different wrappers.
- Update documentation
- Update function and type names
- Try and use better aligned int types. In Rust if we want a u8 we
should request a c_uchar. i64 should be a u_longlong. Previously most
types were being casted down to c_int or c_uint (i32, u32). This
presented a probability for casting problems later on.

Motivation and Context
---
Removing the creps is to help with overall library consistency. The rest
of the changes are improvements for ease of use.

How Has This Been Tested?
---
- CI
- Cucumber
- New unit tests added

What process can a PR reviewer use to test or verify this change?
---
See if the changes make sense. Does the library architecture make sense
to you, could you use it?

Breaking Changes
---

- [x] None
- [ ] Requires data directory on base node to be deleted
- [ ] Requires hard fork
- [ ] Other - Please specify

639 of 639 new or added lines in 12 files covered. (100.0%)

73313 of 97670 relevant lines covered (75.06%)

197079.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6584518119.1 20 Oct 2023 10:35AM UTC 0
75.06
GitHub Action Run
Source Files on build 6584518119
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #6584518119
  • 6e52f447 on github
  • Prev Build on development (#6579528093)
  • Next Build on development (#6612322719)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc