chtenb

Results 263 comments of chtenb

I'm removed coverage detection altogether for now

I like the idea of using prefixes for literals. Many other languages use different delimiters depending on the datatype (`{` for sets, `[` for lists, `"` for strings), but you...

Is the aim to only support static (compile-time) literals, or support a more general form of collection expressions? I.e. supporting variables, so you can do `val x = [a, b,...

I did some searching in the codebase for calls to `user.Current()`. I see this occurring in two places: *pkg/edit/prompt.go:56: user, userErr := user.Current()* This is for deciding the default right...

This issue is almost not noticable with the elvish.exe binary built from source. The delay is about 3 seconds in that case, with subsequent spawns being instant again. Perhaps calls...

In your example code it says `val y = a/create()`, but should that be `val y = b/create()`?

I think it is more powerful to put this functionality in the terminal emulator, or even better, in the OS level. Using WinCompose/XCompose you can handle unicode keyboard input pretty...

> But it would break the terminal experience in many cases! Imagine this: a user wants to enter a unicode character a macOS or Windows. To do so, they press...

@webdev23 That makes no sense to me. The compose key is not something an application has to support, it should work in all applications. Moreover, it works in Helix for...

@SimaTian Thanks for looking into this. If I understand your explanation correctly, the issue is that by default, plain `` entries are resolved before things like build and project references...