examples need non-UnifyCR baseline build
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 122
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the problem you're observing
All the current examples include `unifycr.h` and require linking against either `libunifycr` or `libunifycr_gotcha`. This means there is no way to build a baseline version that does not use UnifyCR. The baseline version is necessary for verifying base functionality of the example and for performance comparisons against the UnifyCR-enabled versions.
For example, see PR #177 where I have modified the `sysio_writeread.c` example to have a pure POSIX target build. The other examples need something similar.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read PR #177 and its changes to sysio_writeread.c first, then inspect the other examples and their build targets for the same UnifyCR-only dependency. Confirm that each example has a pure POSIX baseline target as well as its UnifyCR-enabled build, and verify both versions can be built for comparison.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100