scarf
scarf
 a few days ago i tried disabling all new checks and still stumbled across 360m limit, as `point.h`, `make_static.h`, `translations.h` affected entire codebase. let's try again... ref #3113: changed...
every new checks are disabled but it still hits time limit. this time limit hit is specifically caused due to [changes in aforementioned 3 headers](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/3028#issuecomment-1747992630). which caused clang-tidy to run...
keeping it draft until #2250 to reduce cognitive load
> Only explicitly in Node does one get process. I was using `import { VFile } from "npm:[email protected]"` out of habit, and the [`npm:`](https://docs.deno.com/runtime/manual/node/) specifier polyfilled node `process.cwd()` (`Deno.cwd()`). changing...
sorry, I'm getting even more confused. My point was: 1. it makes sense to ask `process.cwd()` when cwd is not given in **node** (`new VFile()`). 2. it's needless to ask...
> make VFile skip unnecessary filesystem access for process.cwd() if cwd is already given. I updated the PR description to remove mentions of deno, they got less relevant as i...
> > Maybe adding ES6 module support as well? > > It's impossible to implement even conceptually. > Awaiting an import is an anti-example. hi, could i get an insight...
oh, sorry, forgot to mention system info. running kubuntu 23.04, with chez scheme built from source.
is the issue tracked? I'm interested in opening a PR, however some pointers would be appreciated.
> It looked like https://github.com/denoland/vscode_deno/issues/1069 was about exported symbols. Were you talking about files? I was referring to symbols. e.g I have to explicitly 'cache' `https://deno.land/std/collections/map_values.ts` to be able to...