oberblastmeister

Results 71 comments of oberblastmeister

Now that I think of it I don't think we should be doing sync or async most often. The only times where we would is when we have to use...

This is a known issue with the current job implementation. See #101 for info and tj is doing a pr #129

I wonder if the new typed api would allow you to get rid of your custom ast type. The only difference would be that you would need lots of unwraps,...

By the way @darichey please rebase those prs so I can merge them!

I feel like the benchmarks could take way too long and I am not sure we can trust github actions to provide a consistent benchmarking environment. I think it would...

The comments in the flake were put there by accident. You should create a test instead.

You can get the comments like this: ```rust let s = "# comment bruh /* this is a multiline comment wow asdfasdf asdfasdf */ 1 + 1 "; let comments:...

> The implementation makes some assumptions and may break on non-conforming code, but well-formed comments should at least be handled without errors. Tokens must always be well formed or it...

@nmattia Please address my comment