Jan Jurzitza

Results 777 comments of Jan Jurzitza

> I was just suggesting making a change to the lexing API. One that would allow us to get tokens for parsing as well as a collection of comments I...

I think having comments (and whitespace) attached as token prefix/suffixes would be pretty good

@CodeMyst made a PR to implement what you need (and more) now: https://github.com/dlang-community/libdparse/pull/387

@CodeMyst started trying the new API yet? If you need it I can tag a new beta release with the comments/whitespace changes for you to test but you can also...

just realized this is a duplicate of #670 @nordlow you replaced the ASTAllocator everywhere, I used the allocatorObject here, reasons for your design decision?

~master doesn't actually mean latest commit on dub, unless you always run `dub upgrade` before building It's better to rely on tags because of caching as well as traceability with...

@RazvanN7 created a new tag + release Just found out Github can auto generate changelogs now which is pretty neat!

I don't own the registry item, will take a while until it's updated. Until then, you could maybe look into https://github.com/dlang/dub-registry/pull/414 which implements automatic updates via webhook which you can...