Utkarsh Maheshwari

Results 36 comments of Utkarsh Maheshwari
trafficstars

> tell them about rules like the position of the cursor when it jumps to a new line etc. This is exactly what I had in mind. But I was...

We need to have: - [ ] Unit tests - [ ] Integration tests (bottom-up) - [ ] Regression tests - [ ] Functional tests What we can use: -...

All of the above are fixed. But. We have another bug which prints garbage when size of hex number is large.

That is fixed too. But. We have another bug which creates problems with signed numbers. I can't deal with this shit right now because I don't need to. Laters! Some...

Store the packets in the sender's loss list. Use timed deltas to remove the packets from it. _OR_ Use a sliding window and remove packets accordingly.

@bfredl Made the changes as you suggested. One test is failing: "`NULL list is accepted as an empty list by inputlist()`" I'm unable to figure out why...

@bfredl I need help... the log messages say that legacy tests are failing but `make oldtest` is successful on my system (`ALL DONE`). Also, QuickBuild has these two failures for...

TODO: - [x] Add UI ext-cmdline test for `inputlist()`

The test `test/functional/ui/cmdline_spec.lua` passes locally but not on Travis. This is the error: ``` Expected: |*{1:~ }| |{1:~ }| |{1:~ }| |input0 | |input1^ | Actual: |* | |{1:~ }|...