Marcel Garus

Results 93 comments of Marcel Garus
trafficstars

In the logs, you may have noticed that the functions in `Core` are fuzzed several times. That's because the tree of modules created from `Core/_.candy` contains the outer leaf files...

Okay, I think my todos are done. The only unpolished part is the tracer. It's not worse than before, but it's far from finished: For now, the tracer returned by...

Some comments are about how the `performing_fiber` relates to the outside world. Tbh, until now, I didn't spend too much time thinking about how the outside world can operate on...

On third thought, maybe it would be even easier if we had no extra concept of external channels at all. Instead, the outside world would always use "internal" channels as...

(Although I already requested a review before, now there's _really_ nothing more I'd change.) Edit: Except for fixing the Clippy lints, apparently.

Interesting approach! But a possible problem I see with this is that it doesn't work well with generators of other packages, for example [`hive`](https://pub.dev/packages/hive) and [`json_serializable`](https://pub.dev/packages/json_serializable), because mixins are treated...

Oh sorry, that was not intentional. To be honest, I didn't pay too much attention to the license clauses. Now I changed both to BSD 3.

> The package could then generate the `copy`, `==`, `hashCode` and `toString` methods as static extension methods on the User type. Oh nooooo, seems like that's not possible. Extensions can't...

Okay, I re-evaluated the current ecosystem and it seems like there are really cool alternatives in the data class code generation market. There's, of course, built_value by Google, freezed which...

It's not currently supported, I'd have to create a separate package and because I currently don't actively use Glados myself, I probably won't get to that in the near future....