Peter Ferenczy

Results 13 comments of Peter Ferenczy

Some ideas: - Print all non-output data to stderr - Accept `--output=-` as a shorthand to stdout - Accept a flag for specifying the format like `--output-format=js|html` - Emit an...

Another issue with the special handling of `--output=/dev/null` is that in conjunction with `--optimize` it doesn't emit the debug remnants warning, [because it doesn't run code generation](https://github.com/elm/compiler/blob/39949053f9469862b17006e3965f3b440414d13c/terminal/src/Make.hs#L103-L104). Maybe this special...

Hey @timofurrer, thanks for following up! At the moment I'm not needing this functionality any more, but afaik Google Cloud Functions takes a zipball as input. So this feature could...

Hi @agentzh, thanks for this wonderful module. What do you think about removing this limitation? I am using the patched version without issues, I think it's very useful sometimes to...

@zhuizhuhaomeng I am at a loss for ideas how to add relevant tests to a change that removes a gratuitous error case. @agentzh would you mind merging this?

thanks for the example, I verified this a brief 2 years ago, might need to recheck and figure out if it still doesn't work

+1, there's nothing more annoying than lying programs.

@LnL7 this would be a welcome change on my side as well, and my understanding is that the `mkdir -p ~/Applications` line satisfies all needs and requirements regarding that directory.

@LnL7 please take five minutes to review and merge. Don't make the community make a fork for a one liner change.

Suspiciously, the builder complains of a collision with an empty target. I think this might have to do with the fact that in jdk's source`man` is a symlink itself. Maybe...