Conversation
Also, run gcc-built tests in CI because now we can. Fixes envoyproxy#382 ----- Prerequisite: envoyproxy/envoy#12057 Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
|
/cc @pamorgan |
|
@wjuan-AFK please review and assign back to me once done. |
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
|
/retest |
|
🙀 failed invoking rebuild of |
wjuan-AFK
left a comment
There was a problem hiding this comment.
I think that the tasks portion was working well. I think we might need more documentation indicating that the intellisense in this version only seems to work with the microsoft cpp plugin rather than with clangd, and that you have to run tools/gen_compilation.py and what to do in case vscode doesn't have the pop up. Also, there were those two or three paths that I needed to add to the c_cpp_properties.json. I'm not sure if we should edit the script to include those, or edit the instructions to indicate that those might be desireable.
Shall we punt the docs on intellisense to an issue then? That part is intentionally left that out of here. |
|
Ok. That sounds good then.
|
|
Filed #423 to track documentation and/or configuration of plugins. |
mum4k
left a comment
There was a problem hiding this comment.
Can we also add some (at least basic) documentation that will indicate how to use these?
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
…vscode-bootstrap Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
|
@mum4k Added a |
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
|
Looks like the updated compilation database generation script made us catch a small clang-tidy nit after |
mum4k
left a comment
There was a problem hiding this comment.
Looks good although arguably I don't know much about Vscode.
Just one question.
| @@ -0,0 +1,253 @@ | |||
| { | |||
| // See https://go.microsoft.com/fwlink/?LinkId=733558 | |||
There was a problem hiding this comment.
Does this comment format work in JSON files? I.e. was this tested after the addition of the comment?
There was a problem hiding this comment.
Yes that works. json on steroids ;-)
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>
|
@eric846 because clang-tidy didn't check the adaptive controller interface headers earlier - it only starts doing that with the changes in here - we missed some deps earlier; I added them in the last couple of commits. clang-tidy is happy with the way things are here, it might be good to incorporate those in your outstanding PRs (or wait for this to land and merge master into them afterwards). |
Initial VSCode workspace.
Prerequisite: