Neil Mitchell
Neil Mitchell
Seems like something should be added. Let me try and get some test folks interested and weighing in.
My inclination is we should add something like this. While we don't generally want to be adding to the prelude, it seems an obvious hole that we should patch.
If you want to run HLint on such a repo, you can do: ``` curl -sSL https://raw.github.com/ndmitchell/hlint/master/misc/run.sh | sh -s whatever-arguments-to-hlint-go-here ``` That doesn't require an install, and automatically fetches...
See #91
Python doesn't need a third way of formatting strings. But I do think it needs one way where the expressions to be spliced in the string go at the point...
Starlark-rust now supports f-strings as an extension(off by default).
@tetromino note that @stepancheg is asking a different question - if you are iterating over a view, can you modify the underlying object? With views, you might expect the answer...
This would be much more concise with f-strings #91, and in fact with that it probably is even better than the initial proposal. ```python fail( f"Unable to find interpreter {name}...
I never had issue close permissions.
See * https://github.com/bazelbuild/starlark/blob/master/spec.md#max * https://github.com/bazelbuild/starlark/blob/master/spec.md#print * https://github.com/bazelbuild/starlark/blob/master/spec.md#sorted These all explicitly have named parameters. I note that `min` doesn't, which is likely an oversight.