Julio Merino

Results 138 comments of Julio Merino

@severak That'd be great! Just having a prototype in Javascript to model the built-in PLAY command from would be helpful, as I know zero about how to generate sound right...

I know this is still a draft, but it's looking pretty good! However, this needs updating the tests. Also, I'm seeing a lot of code changes, but I don't think...

Thanks for your contribution. I took inspiration in your first change and started doing this... but adding line and column numbers to errors turned out to be a gargantuan task....

While this works, I would prefer to make the parser stricter and only recognize the `#!` pair at the very beginning of the stream, and then ignore the first line...

Do you think a separate token is worth it? I think just scanning the stream for #! at the beginning and skipping until the first EOL would be easier and...

But for line numbers, we'd just need to start the counter at 2 instead of 1 inside the spans when #! is present, right? The thing is that the #!...

Given that Bazel already has a process-wrapper tool, should this be called something else?

This was marked as "not stale". Should the bug be reopened? This is still a problem.

Arrived to this bug because I was going to report something similar, but I think it fits here. What I'm trying to do is build some software with Bazel and...

@jsharpe Yeah, that's a problem (that not all packages properly respect `DESTDIR`). In my past life as a pkgsrc maintainer, those were often considered bugs in upstream code that ought...