Jan Jurzitza

Results 777 comments of Jan Jurzitza
trafficstars

there is an open PR in libdparse for this, feel free to give input there for spec deviations: https://github.com/dlang-community/libdparse/pull/510

I think collaborators don't have the permissions to do a package transfer, at least I cannot initiate it. I think everyone in the dlang-community group can create repositories, so inviting...

@Abscissa last time you didn't accept the invitation in time, so it expired - I sent you a new one now and you should see it in your github notifications...

for the config logs: serve-d is using standard values if you haven't configured any overrides, see https://github.com/Pure-D/serve-d/blob/bd968dc2ab7bc6591b885c0ef5a6892a46ff1a91/source/served/types.d#L79-L188 Do you have the exit code or other logs when it restarts? It...

for mixins the scope of the mixin location is used for symbol lookup, however in your repo I can already see that it has `import served.utils.events`, which defines this so...

DMD is unsupported on arm, on ARM your only compiler choices are LDC and GDC (and on mac really only LDC)

the default should be ldc if not set and not x86, but I'll make a PR to add an explicit `auto` value and also make it work in case the...

note that you can tell users to use your fork without it needing to be merged as well in case of it being unable to get merged

> But where I really can't follow you is when you say that you have to constantly look something up for SDLang because of its syntax, but at the same...

This is a known issue but I don't know how to fix it because it happens when attaching gdb to the terminal I create. This isn't really high priority right...