Kurtis Rader
Kurtis Rader
For the benefit of anyone stumbling upon this issue I'll note that I've published a module that provides a human friendly command for displaying and manipulating UNIX resource limits. See...
> I think the error should happen earlier, i.e., when the function call results in assigning the string bar to the formal parameter f~. It's not quite that simple. Consider...
When I first read the previous comment I interpreted `val` as `set`. That is, `val` could be used to assign a value to a declared var or, if the var...
Also, how would `val` interact with `eval`? ``` elvish> var my-var = my-val elvish> eval 'put $my-var; var my-var = me; put $my-var' ▶ my-val ▶ me elvish> eval 'put...
> The rationale is that I'll be gradually shifting Elvish towards a more FP style, where the majority of variables will be read-only local variables. It seems far too late...
@gergelyk: It would help evaluate, and prioritize, your proposal if you could provide some concrete use cases. What do you mean by "it would help to integrate interactive shell with...
Note that issue #1265 was opened 13 months ago asking for `edit:del-var`. I'm still not convinced that command is justified since it's trivial to `exec elvish` if you need to...
Thanks for the feedback which illustrates why this is likely to be a highly subjective matter regarding the optimal presentation of this data. I deliberately use fractional minutes or hours...
> I deliberately use fractional minutes or hours for a couple of reasons. @zzamboni: It's also worth pointing out that people talk in terms of fractional minutes and hours all...
For anyone who stumbles upon this issue in the future I've published my [`cmd-duration:human-readable`](https://github.com/krader1961/elvish-lib) function. I still feel something like it should be included in the base Elvish program since...