vadimcn / codelldb

A native debugger extension for VSCode based on LLDB
https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
MIT License
2.42k stars 237 forks source link

rust formatters: fix a bug with vecdeque. #1098

Open 8thMage opened 2 months ago

8thMage commented 2 months ago

in this issue: https://github.com/rust-lang/rust/issues/118331 there's shown a bug where vecdeque doesn't show the values inside a vecdeque. As commented by me in the issue, this change https://github.com/rust-lang/rust/commit/502df1b7d4f3ba61d55cf2b3a47785a7a4df940b broke the current formatter, as it transformed capacity from a POD to a struct. This pr reads the capacity from that struct.

8thMage commented 1 month ago

@vadimcn hey, is there any updates to merging this? Not being able to debug vecdeque hurts.

8thMage commented 1 month ago

@puremourning do you have write permissions? If not, can you contact someone who have them?

8thMage commented 1 month ago

Can anyone merge this pull request? It's really important for my workload

markusdd commented 1 month ago

stuck with that as well. I am seeing this problem with debugging my program that uses lopdf library which, due to the nature of PDFs, uses a lot of nested data structures. Debugging is an absolute pain right now.

puremourning commented 1 month ago

@puremourning do you have write permissions? If not, can you contact someone who have them?

no I don't, and no I can't.