~yerinalexey

Russia (GMT+3)

https://yerinalexey.srht.site

Compiler guy. I like C, Rust and Go


#40 A query command with unknown options terminates himitsud 9 months ago

Ticket created by ~yerinalexey on ~sircmpwn/himitsu

Example:

$ nc -U $XDG_RUNTIME_DIR/himitsu
query -y proto=irc

The same problem occurs with -h flag.

We should probably either not use getopt in this case, or add an alternative getopt that reports an error instead of exiting.

#728 qbe: rv64/emit.c: dying: no match for swap(d) 9 months ago

Comment by ~yerinalexey on ~sircmpwn/hare

#728 qbe: rv64/emit.c: dying: no match for swap(d) 9 months ago

Comment by ~yerinalexey on ~sircmpwn/hare

math::hypotf64 seems to be causing it. IL source: https://paste.sr.ht/~yerinalexey/884434fae1a12db5917ca591343ae2df5dcb22c1

#685 driver: progress bar should not change size depending on current module length 10 months ago

~sircmpwn assigned ~yerinalexey to #685 on ~sircmpwn/hare

#399 haredoc: enum references do not work 10 months ago

Comment by ~yerinalexey on ~sircmpwn/hare

Fixed in 066afc4a

#666 Run/build silently 10 months ago

Comment by ~yerinalexey on ~sircmpwn/hare

The real problem was that some environments remove carriage returns to "clean up" the text, which breaks the progress bar redraw. We should probably instead use \x1b[0G (move to column 0) terminal escape.

#673 haredoc -Fhtml: descriptions are truncated at the end by a few characters 10 months ago

Comment by ~yerinalexey on ~sircmpwn/hare

Not sure why this wasn't automatically updated, but it is fixed as of e9b63afe

#663 Consider making subtyping explicit 10 months ago

Comment by ~yerinalexey on ~sircmpwn/hare

Is there a problem/bug caused by implicit subtyping?

#584 Narrow progress display on small terminals 1 year, 17 days ago

~sircmpwn assigned ~yerinalexey to #584 on ~sircmpwn/hare

#564 hare test: add -o option 1 year, 1 month ago

Comment by ~yerinalexey on ~sircmpwn/hare

Doesn't it already work?