Remix.run Logo
pjmlp 4 hours ago

It has worked perfectly fine while using VC++, minus the usual ICE that still come up.

fooker 4 hours ago | parent [-]

It works perfectly when it comes to `import std` and making things a bit easier.

It does not work very well at all if your goal is to port your current large codebase to incrementally use modules to save on compile time and intermediate code size.

pjmlp 2 hours ago | parent [-]

Office has made a couple of talks about their modules migration, which is exactly that use case.