Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paginate and Overhand Error Bugs #21

Merged
merged 4 commits into from
Feb 2, 2021

Conversation

yukihirop
Copy link
Owner

@yukihirop yukihirop commented Feb 2, 2021

Summary

Fix #16

SS

before(demo)

image

after(demo)

image

before(demo/resize)

$ bin/gfzs demo
Error: addwstr() returned ERR

after(demo/resize)

image

Test

Currently there are no tests.
Instead, the operation is guaranteed by executing the following command and actually checking the operation.

  • python3 gfzs/views/not_found.py
  • python3 gfzs/views/paging.py
  • python3 gfzs/views/footer.py
  • python3 gfzs/views/header.py
  • python3 gfzs/views/search_result.py
  • python3 gfzs/utils/markup.py
  • python3 gfzs/utils/color.py
  • python3 gfzs/runtime/config.py
  • python3 gfzs/cmd/init.py
  • python3 gfzs/cmd/edit.py
  • python3 gfzs/cmd/demo.py
  • python3 gfzs/cmd/valid.py
  • python3 gfzs/controller.py
  • python3 gfzs/model.py
  • cat fixtures/rust.json | bin/gfzs -s 20 -l 0 -p ./tmp/gfzs.log
  • cat fixtures/rust.json | python3 -m gfzs -s 40 -l 0 -p ./tmp/gfzs.log
  • bin/gfzs -l 0 -p ./tmp/gfzs.log init
  • bin/gfzs -l 0 -p ./tmp/gfzs.log edit
  • bin/gfzs -l 0 -p ./tmp/gfzs.log demo
  • bin/gfzs -l 0 -p ./tmp/gfzs.log valid
  • black gfzs/**/*.py

@yukihirop yukihirop added this to the 0.2.3 milestone Feb 2, 2021
@yukihirop yukihirop self-assigned this Feb 2, 2021
@yukihirop yukihirop changed the base branch from main to features/0.2.3 February 2, 2021 09:56
@yukihirop
Copy link
Owner Author

LGTM

@yukihirop yukihirop merged commit e2a76b0 into features/0.2.3 Feb 2, 2021
@yukihirop yukihirop deleted the issues16/fix_paginate_and_overhand_error branch February 2, 2021 10:13
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.

Paginate and Overhand Error Bugs
1 participant