Incremental Compilation on Mac

Is there anyway to accelerate MacOS compilation of the debug compiler. I have been working on an extension for a class project and updates take ~10 minutes.

I have read about some work that mainly seems to have been on Linux. Is there anything working on Mac?

1 Like

Even if there’s no way for full compilation, is there anyway to get common error message faster. I keep wasting hours by missing try statements and other small typos. Coding is VSCode

I think you can just not emit bin and use incremental incremental-tips

1 Like

For better experience in your editor, see how to add a check build step and configure vscode to use it:

4 Likes