Jan Vogelsang

Results 39 comments of Jan Vogelsang

I don't get why the static checks fail. It gives me the following error message: ``` Files with erroneous copyright headers: ... sli/sli/lockptrdatum.h ``` I can't see how the copyright...

Got it! No idea how that happened... Anyway, with that out of the way, a new challenger appeared: `sli/lockptrdatum.h`. The pipeline complains that the formatting of this file is incorrect....

Yeah, will do that every time before pushing in the future. Usually do that, didn't do it in this case as I didn't imagine the changes could break anything. Good...

@hakonsbm How do I run `build_support/format_all_c_c++_files.sh`? It gives me the error `clang-format not found`, however running `clang-format` outside the script works just fine.

@hakonsbm By the way, is it possible to squash commits that are already pushed somewhere? Would be great if I could squash all commits of this PR into a single...

@hakonsbm I am unsure why the script is not working out of the box, as it seems correct to me (and `clang-format` does exist and can be found from within...

I am genuinely confused why, but after running `clang-tidy` again now (even though I am using clang-tidy v13 now instead of v15 to make it consistent with our clang-format version)...

I was not able to install Nest from source using WSL a couple of weeks ago. I can't remember the exact issue, but I know that I tried resolving the...

Alright, I merged the existing stdp_synapse test and the regression test I created for the issue to now cover everything in a single test. I also fixed some bugs in...

Fails due to numerical instability, without any obvious reason (at least not obvious to me).