Looking forward to it. It is really nice to finally start having C++ environments close to the promise of Energize C++ and Visual Age C++ 4.
They mentioned incremental compilation in the first few seconds of the video. Didn’t watch the rest of the video yet.
I’ve always wished for incremental compilation. Imagine incremental compilation that was so fine grained it would recompile only the functions you changed. Of course this makes full-program optimization impossible but I think most of us don’t compile at the highest optimization levels during development anyway because doing so slows down builds without any benefit for development builds. For production builds we use the highest optimization levels of course.
Additionally I would like to have hot patching. I know some people have this, personally I’ve never had that.
If anyone knows about any systems for hot patching Rust code please let me know :)