Skip to content

Conversation

gscelsi
Copy link

@gscelsi gscelsi commented Sep 27, 2018

dd81b32 is a simple modification that fixes the behaviour of "list .".

While I was at it, with dd81b32 I also fixed the number of lines printed as a result of commands such as "list 25," and similar. According to my understanding the number of lines printed when one of the range limits is left blank should always be "listsize" (10 by default), while in many cases the number was actually 11.

@rocky
Copy link
Collaborator

rocky commented Sep 27, 2018

The changes look good - thanks! However the CI tests fail. In commit bc94ea4 I have addressed appveyor failure. As for the other failure, I think all adjusting listsize in https://github.com/rocky/python3-trepan/blob/master/test/unit/test-list.py#L13 and/or the computations using that, eg. line 56 is needed. python3-trepan/test/unit/test-list.py can be run from python on its own to check for other things that need to be changed.

If you'd do that we could merge this in without causing CI breakage. Thanks, again.

@gscelsi
Copy link
Author

gscelsi commented Oct 1, 2018 via email

@gscelsi
Copy link
Author

gscelsi commented Oct 1, 2018

Hold on, please ignore my previous message, I just found there is more to it. Will be back soon.

@rocky
Copy link
Collaborator

rocky commented Oct 1, 2018

https://travis-ci.org/rocky/python3-trepan/jobs/433918855#L611 is about changing the listsize value in the test.

@rocky rocky force-pushed the master branch 2 times, most recently from bc3cc15 to 533c92b Compare June 8, 2020 12:36
@rocky rocky force-pushed the master branch 3 times, most recently from fbdaf79 to 894bdef Compare July 17, 2021 20:11
@rocky rocky force-pushed the master branch 4 times, most recently from b2fd9e7 to c3e9813 Compare August 21, 2021 16:41
@rocky rocky force-pushed the master branch 4 times, most recently from e550808 to 4f43a01 Compare May 27, 2023 13:29
@rocky rocky force-pushed the master branch 4 times, most recently from 563695f to 3e8646d Compare February 6, 2024 02:47
@rocky rocky force-pushed the master branch 5 times, most recently from 0375a73 to 71ae537 Compare November 13, 2024 14:13
@rocky rocky force-pushed the master branch 4 times, most recently from 00672fb to f6322b7 Compare November 13, 2024 15:37
@rocky rocky force-pushed the master branch 2 times, most recently from fff1d0e to e540f79 Compare December 12, 2024 17:54
@rocky rocky force-pushed the master branch 4 times, most recently from 9cac0f8 to a0895d6 Compare January 16, 2025 22:59
@rocky rocky force-pushed the master branch 5 times, most recently from b2c522f to 6a42688 Compare July 26, 2025 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants