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

Port other-buffer #1489

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

simon-frankau
Copy link
Contributor

Fixed #1476.

(should (string= (buffer-name other) "1"))
(kill-buffer buf1)
(kill-buffer buf2)
(kill-buffer buf3)))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not quite sure how much testing to throw in. Fully testing other-buffer's functionality would require writing a fair chunk of tests (exercising the predicates, visibility, frame-local buffer lists, etc.), and my elisp knowledge is pretty weak. If you think it's worth it, I can add more, but I don't want to create a huge pile of tests for a single function if that looks silly.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there tests in the expensive suite? The more tests we have the more flexibility we have to experiment with editor internals.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is ok to add simple ones and open an Issue for "feature X needs more testing".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I couldn't see any further tests of other-buffer. I've added a test for the predicate, but the part with visibility requires much more understanding of how to test frames/windows than I currently have.

rust_src/src/buffers.rs Outdated Show resolved Hide resolved
rust_src/src/buffers.rs Outdated Show resolved Hide resolved
rust_src/src/buffers.rs Outdated Show resolved Hide resolved
rust_src/src/buffers.rs Outdated Show resolved Hide resolved
@simon-frankau
Copy link
Contributor Author

I think I've made all the changes I intended to do here, and would appreciate someone taking another pass. (I'm also happy to make further changes as required.)

I'm also new to github review workflows, so now I'll try pressing the "re-request review" button and see if it does what I expect. :)

@simon-frankau simon-frankau requested a review from shaleh May 22, 2019 21:36
rust_src/src/buffers.rs Outdated Show resolved Hide resolved
rust_src/src/buffers.rs Outdated Show resolved Hide resolved
@simon-frankau simon-frankau requested a review from shaleh May 25, 2019 16:04
@agraven
Copy link
Collaborator

agraven commented Jan 10, 2020

Some tests are failing, it looks like buffers aren't being named correctly for some reason. An example:

(ert-test-failed
  ((should (string= (buffer-name other) "1"))
      :form (string= "test-move-overlay-in-buffer-add-to-buffer" "1")

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.

Port other-buffer
3 participants