Use the third-party library IOSqueak, which will require to rewrite the code as IOChannel was eliminated.
Description
Description
Details
Details
- Task Type
- Not Set
- Proposed Urgency
- Established
- Gravity
- Triage Gravity
- Friction
- Triage Friction
- Relativity
- Triage Relativity
- Volatility (Caught At)
- Not a Bug
- Origin
- Not a Bug/Unknown
Status | Assigned | Task | ||
---|---|---|---|---|
Completed | wdede | T1365 Goldilocks: Benchmarker | ||
Completed | wdede | T1417 BenchmarkResults | ||
Resolved | wdede | T1418 Rely on third-party dependency IOSqueak instead of IOChanel |
Event Timeline
Comment Actions
Don't overthink this one. You have the rI IOSqueak repository cloned in the same folder as you cloned rG Goldilocks and rP PawLIB, do you not?
In that repository, run...
git pull origin devel make ready
And then, wherever you need to use IOSqueak in your code, just #include "iosqueak/WHATEVER_YOU_NEED".