Vytautas Šaltenis

Results 6 issues of Vytautas Šaltenis

There still are a few XXX markers where it's clear from the code that it should deal with \r, but I couldn't pin-point a test case to exercise it yet....

A tracking issue to mark stuff that needs forward porting from v1 to v2. API-breaking (i.e. must be addressed before releasing v2): * _No known issues_ Other: * [ ]...

v2

Hi and thanks for making vim-fireplace! I stumbled upon a curious problem - when I run `:RunTests`, fireplace doesn't actually run anything, it fast forwards to reporting success: ``` Success:...

It seems to be very rare, but I just stumbled into a case where the integration test broke because the parked hart printed its status faster than the init hart...

The code [here](https://github.com/rtfb/riscv64-in-qemu/blob/feb0c31ddd88e3cdbbdac5eb406f8f75aac7fe04/baremetal-hello.s#L27) expects that mhartids are sequential numbers, which is not guaranteed to be true. The spec for `mhartid` points out that while one of harts must have ID=0,...

**Is your feature request related to a problem? Please describe.** The rule complained about a code like this: ```go func isOneOf(what int) bool { switch what{ case 1, 2, 3:...

enhancement