Results 165 comments of Daniel

Next crash: ------- OrbStack info: Version: 2.0.2 Commit: a20954031971271940a878a699851ba5bd98a94f (v2.0.2) System info: macOS: 26.0 (25A354) CPU: arm64, 10 cores CPU model: Apple M1 Max Model: MacBookPro18,2 Memory: 32 GiB Full...

New crash: ----------- OrbStack info: Version: 2.0.3 Commit: f1167c3b5ed6e218d8435956647f38ef6a7a0920 (v2.0.3) System info: macOS: 26.0 (25A354) CPU: arm64, 10 cores CPU model: Apple M1 Max Model: MacBookPro18,2 Memory: 32 GiB Full...

New crash: --------- OrbStack info: Version: 2.0.3 Commit: f1167c3b5ed6e218d8435956647f38ef6a7a0920 (v2.0.3) System info: macOS: 26.0.1 (25A362) CPU: arm64, 10 cores CPU model: Apple M1 Max Model: MacBookPro18,2 Memory: 32 GiB Full...

New crash: ------ OrbStack info: Version: 2.0.3 Commit: f1167c3b5ed6e218d8435956647f38ef6a7a0920 (v2.0.3) System info: macOS: 26.0.1 (25A362) CPU: arm64, 10 cores CPU model: Apple M1 Max Model: MacBookPro18,2 Memory: 32 GiB Full...

New crash: --------- OrbStack info: Version: 2.0.3 Commit: f1167c3b5ed6e218d8435956647f38ef6a7a0920 (v2.0.3) System info: macOS: 26.0.1 (25A362) CPU: arm64, 10 cores CPU model: Apple M1 Max Model: MacBookPro18,2 Memory: 32 GiB Full...

New crash: ------------ OrbStack info: Version: 2.0.3 Commit: f1167c3b5ed6e218d8435956647f38ef6a7a0920 (v2.0.3) System info: macOS: 26.0.1 (25A362) CPU: arm64, 10 cores CPU model: Apple M1 Max Model: MacBookPro18,2 Memory: 32 GiB Full...

Minimal reproduction: 1. unzip [mlly.zip](https://github.com/unjs/mlly/files/13954448/mlly.zip) 2. `yarn` 3. `yarn start` Output should look like this: ``` Native resolution works: file:///Users/daniel/.yarn/berry/cache/vinxi-npm-0.1.4-662cb08e69-10c0.zip/node_modules/vinxi/lib/invariant.js Observe mlly crash below file:///Users/daniel/.yarn/berry/cache/mlly-npm-1.5.0-dc7923db5f-10c0.zip/node_modules/mlly/dist/index.mjs:2121 return pcall(resolvePathSync, id, options); ^...

Sorry I included some paths from where I reproduced the issue as part of solid-start in above, but the same error can be observed without them with just ``` resolvePath("vinxi/lib/invariant",...

@pi0 will creating a minimal reproduction (with jiti only) lead to the issue being fixed in a timely manner?

Here's a minimal reproduction using only jiti. Steps: 1. Unzip [jiti-reproduction.zip](https://github.com/unjs/jiti/files/13954050/jiti-reproduction.zip) 2. Go into the new directory 3. `yarn install` 4. `yarn start` ## Also, **read this comment https://github.com/solidjs/solid-start/issues/1177#issuecomment-1869484191**, it...