Markus Westerlind

Results 81 issues of Markus Westerlind

In gluon I have the project split up into multiple crates with the intent that users can include only the crates they need if they desire a smaller binary footprint....

Command-publish
A-interacts-with-crates.io
A-dev-dependencies
S-triage

This is perhaps not noticeable with only a few tests but I currently have [29 tests](https://github.com/Marwes/gluon/blob/master/TUTORIAL.md) which are generated by skeptic which now take up a non-negligible amount of time....

enhancement

Some small refactors I found while tracking down another issue.

Goto definition currently only works within a single file, it would be great if it would work across files. Specifically I am thinking of using it to go to standard...

The following panics ```rust #[test] fn block_on_from_block_on() { let mut rt = runtime::Runtime::new().unwrap(); rt.block_on_std(async { tokio_02::task::block_in_place(move || ()); }); } ``` Easy workaround by wrapping the b`block_in_place` call with a...

Started with some refactorings to figure out where we deadlock in #38 but I don't think I have fixed it yet

AKA Goto Definition https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#goto-definition-request

I was looking at updating the metrics dependency in https://github.com/ramn/metrics_cloudwatch and since the API has changed to allow for more performant metrics tracking I figured I'd try to use the...

C-util

https://docs.rs/crate/swc_ecma_utils/latest ``` # rustc version rustc 1.91.0-nightly (9eb4a2652 2025-08-18)# docs.rs version docsrs 0.6.0 (e18d034e 2025-07-29)# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_utils-21.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_utils-21.0.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z"...