Manuel Hatzl
Manuel Hatzl
The output I get when running `make os` under Windows WSL is: ./selfie -l selfie.m -m 2 -l selfie.m -y 1 -l selfie.m -m 1 ./selfie: this is the selfie...
This works. As a sidenote, running `./selfie -l selfie.m -m 2 -l selfie1.m -y 1 -l selfie2.m -m 1` results in ~~~ ./selfie -l selfie.m -m 2 -l selfie1.m -y...
Unfortunately, I currently do not have enough time.
@mstarzinger Thanks for looking into it. You are right, I modified my selfie implementation to support all compiler assignments. I went through my selfie.c and the biggest if-statement is the...
After refactoring `get_symbol()` with no change to the error message, I went and stepped through all `fixup_relative_BFormat` calls and found that the problem is not from an if-statement but from...
@mstarzinger Thanks for your explanation. Do you want to dig further into this issue to find out what expression/statement is the problem? (I can not make my repository public, but...
@mstarzinger I have tested your implementation and `make mod` runs without error. Thanks again.
Would it be possible to change `c++` to `cpp`? Or would this affect other parts of `syntect` besides `ClassedHTMLGenerator`? I am currently using `str.replace("c++", "cpp")` after generating CSS, and after...
Thanks for your reply. I guess Sublime Text won't change anything on their side. If `syntect` also won't change it, the generated CSS classes cannot be used without manual modification...
This is also fine for me. In that case the screenshots/samples should be updated, because I thought something was wrong in my setup.