Others / shredder

Garbage collected smart pointers for Rust
MIT License
266 stars 9 forks source link

Add EmptyScan impl for bool #52

Closed alekratz closed 4 years ago

alekratz commented 4 years ago

I've been using the library for a small personal project, and I just noticed that bool values are not EmptyScan.

Others commented 4 years ago

Is your usecase open source?

I’m working on a couple major changes locally for 0.2 (like adding a way to Deref to data in a Gc in some cases), and would love to see consumer code to see the impact of these changes

alekratz commented 4 years ago

@Others It isn't currently, it's just a small hobby programming language. I'm happy to open up the source if you want to take a look at it - with the understanding that it's very imperfect and more a playground/sandbox than something I'd be releasing to the public for actual use.

I've mostly been setting up stuff that uses Gc pointers, but it doesn't actually run anything yet. There's a single test that kind of tests this stuff out, but it's out of date. While it was up-to-date, however, it was working as expected.