Olivier Goffart
359f42c5f7
Prepare the compiler to be async
...
This will allow the online editor to load imports from URL asynchroniously later
Since currently the compiler is only working on a single thread, and that we
never await on a future that could block, it is allowed to use the spin_on executor
2020-10-30 15:00:04 +01:00
Olivier Goffart
2275cd638a
C++ Test: make sure to re-run cbindgen in case of changes
...
Also add -g to ease debugging
2020-09-15 12:18:36 +02:00
Olivier Goffart
67764f8250
Fix the build of the C++ testcases
2020-09-06 14:50:56 +02:00
Olivier Goffart
c80975c85c
Use C++17 in the msvc tests
2020-09-06 00:07:53 +02:00
Olivier Goffart
5759e912d0
On windows, we must close the file otherwise the compiler won't be able to open it
2020-09-05 23:47:08 +02:00
Olivier Goffart
82bfcc388a
Add some debug to find out why the test is failling to compile
2020-09-05 23:12:08 +02:00
Olivier Goffart
9c32de9fac
Attempt to pass the right options to MSVC
2020-09-05 22:40:40 +02:00
Simon Hausmann
628426aded
Rename cpp.rs to cppdriver.rs
...
This makes completion better :-)
2020-09-03 12:58:52 +02:00