pubgrub icon indicating copy to clipboard operation
pubgrub copied to clipboard

Out of date documentation for Dev

Open Eh2406 opened this issue 1 year ago • 1 comments

In #108 an important piece of documentation was missed. The "Package and Version traits" section rendered and code is wrong and out of date. This needs to be updated to describe the VersionSet trait.

Eh2406 avatar Feb 02 '24 19:02 Eh2406

Also here https://github.com/pubgrub-rs/pubgrub/blob/dev/src/solver.rs#L28

Eh2406 avatar Mar 21 '24 14:03 Eh2406

https://github.com/pubgrub-rs/pubgrub/blob/dev/src/lib.rs#L22 and https://github.com/pubgrub-rs/pubgrub/blob/dev/src/solver.rs#L28 are still wrong on dev.

Eh2406 avatar Jan 30 '25 22:01 Eh2406

One of the reasons this was missed in my review is that https://github.com/pubgrub-rs/pubgrub/blob/dev/src/solver.rs#L28 is module documentation for a now private module. That documentation should get moved to resolve.

Eh2406 avatar Jan 31 '25 18:01 Eh2406