Kaleb Barrett

Results 630 comments of Kaleb Barrett

Yeah I think you could probably get away with just copy-paste-modifying the cocotb-coverage test in there.

Both would absolutely help! If they are standalone projects, rather than heap them into the cocotb repo, I think we would want to fork a copy into our org and...

Why not? You are using a feature that isn't guaranteed to be available before C++20 and people are having issues with that lack of guarantee. The problem and the solution...

I guess I'll take a stab at this tonight. I haven't the slightest clue how autoconf works so wish me luck.

Well I got busy and haven't worked on it, but I see #5200. Has anyone confirmed that this fixes the issue? EDIT: [Nope.](https://github.com/cocotb/cocotb/actions/runs/9844338437/job/27177497278?pr=4017#step:24:3935)

@barbedo Nice detective work. This doesn't seem like a complicated fix, just throw it up. I'll test locally.

I tested locally and the fix works.

At some point in the future I expect the PyGPI to be reimplemented using either pybind11 or nanobind (not sure how much support nanobind has for embedding Python). I wouldn't...

> If you look at other simulators is it true that they return the same handle for the same variable iterated or found by two separate means? Generally, no; but...

> This allows end-to-end loops in an main() app. I'm not sure what you mean? But we can go straight for solution 2 if object lifetimes are a serious concern.