Arpad Borsos
Arpad Borsos
IMO hooking the `UnhandledExceptionFilter` completely is a really big hammer. We might be breaking apps in surprising ways that we can’t predict yet. There are legitimate uses for temporarily using...
That seems to be a regression from https://github.com/Swatinem/rollup-plugin-dts/pull/270. @xiaoxiangmoe mind taking a look? But I see this is only a warning, so it does not break your build?
TBH, this feels a bit too magical, and might lead to some surprises as well. Especially if you happen to have such a function: ```rust #[tracing::instrument] fn tags(arg: ()) {...
Well yes, this project is pretty much abandoned, and was never updated to work with newer JS syntax.
I’m doing that, and it is a good workaround for me. I still think its a valid false-positive, even if the solution right now is "not worth the effort fixing".
Code-wise, this looks good to me. Chiming in on the general discussing, here is my feedback: - You mentioned in a call, and its also visible in the commits that...
Looking at this again after a while and running this in a profiler… It eventually finishes after ~18s on my hardware. Not sure about peak memory usage though. I filed...
By now we have a few more options here, but I would rather not expose all the implementation details. I closed #165 for similar reasons.
Hi @calixteman sorry this was laying around for 2+ years by now. I would close this for now. We expose a few abstracted options for the demangler. If you would...
I tried reproducing this, and it looks like time and dependency updates solved this problem. Running `object_debug` gives me this: ``` Inspecting .../libc-2.32.9000.so.debug File format: elf Objects: - x86_64: 1298b619-35bf-d301-854f-be7bbb08c80d...