Predrag Gruevski

Results 663 comments of Predrag Gruevski

> OTOH, using rustdoc JSON could be much lighter weight and easier to handle. However, it looks to have some limitations. For example, I don't see a way to inspect...

> I think I would prefer to add a more general rule. I'm pretty sure it is not allowed to change a struct from any of the forms (unit, tuple,...

Ah, my bad — thanks. Do you know if `#[non_exhaustive]` structs place entries in the value namespace as well? It seems to me like the tuple struct's constructor, and the...

> I believe the tuple constructor becomes private (it removes the `pub`) when accessed from a remote crate. > > EDIT: (I have [an issue](https://github.com/rust-lang/reference/issues/1097) open to clarify that.) Once...

This is perhaps able to be closed as fixed, since `cargo rustdoc -- -Zunstable-options --output-format json` works fine on nightly at the moment.

Thanks for the suggestion and for the thoughtful writeup! I think it's a good idea and very worth doing. I've heard of but have never used `semverver`, and I have...

Thanks, I'll try to put something together and run it by you. I'll be travelling so it might be a couple of weeks.

Other related issues worth tracking: https://github.com/rust-lang/rust/issues/94336 https://github.com/rust-lang/rust/issues/94338 https://github.com/rust-lang/rust/issues/88758

Mostly resolved by tracking `import` items directly and reconstructing visibility rules and paths. Glob imports are still not supported, tracked by #34.

Hi all, I'm new to this project 👋Very interested in seeing this issue (and #89) get resolved. I've tried both `dataclass-json` and `marshmallow-dataclass` and gotten pretty disappointed, so I'm hoping...