Brian Rourke Boll

Results 51 comments of Brian Rourke Boll

Should `eprint` and `eprintln` be considered as well, for parity's sake? They're less likely to be used by beginners, but it would seem somewhat odd not to keep the existing...

I am seeing this issue pop up with `cimg/base:current` (= `cimg/base:2022.09`). It does not happen with `cimg/base:2022.08`. For me, this is happening on a CircleCI Server installation. I see some...

> Hmm I see thanks . There is a lot going on this issue . it difficult to identify what if any error/ warning are missing in this repro ....

@abelbraaksma yes, that particular example doesn't yield a `BadImageFormatException` because, I think, the method call is optimized away altogether by the F# compiler (`x` is directly assigned the value `42`).

> Since these functions would likely be the first functions beginners encounter, the XML documentation should either avoid use of technical jargon such as `stdout` or explain what that is....

Sure, no problem. I am on the F# Discord. I'm also open to the possibility that the Fantomas docs aren't the best place for something like this, although it does...

Are there many existing codebases that consistently indent wrapped parameters in function declarations by 8 spaces? I don't think I've seen that before. If not, it would seem like people...

> From a usability perspective, is there any auto complete support for hash directive contents? There is autocomplete in VS for filepaths inside the `"…"` after `#I "…"`, `#r "…"`,...

> I honestly don't think we can resolve it easily for general case, since it's a constrained runtime call by design, and it would be hard to distinguish such cases...

I think this approach should work — as long as we never need to extend the intersection type syntax to allow anything other than flexible types.