Skip to content

Remove delete_after_merge functionality#243

Open
anishagg17 wants to merge 3 commits into
palantir:developfrom
anishagg17:develop
Open

Remove delete_after_merge functionality#243
anishagg17 wants to merge 3 commits into
palantir:developfrom
anishagg17:develop

Conversation

@anishagg17

Copy link
Copy Markdown

Fixes: #212

removed code for attemptDelete and DeleteAfterMerge functionality

@palantirtech

Copy link
Copy Markdown
Member

Thanks for your interest in palantir/bulldozer, @anishagg17! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.

@asvoboda

Copy link
Copy Markdown
Member

Hey @anishagg17, thanks for the PR.

Do you mind also removing the examples as well?

delete_after_merge: true

https://github.com/palantir/bulldozer/blob/19a4b0800b00bab36aaf30366800f1016983efb5/README.md#bulldozeryml-specification

@anishagg17

Copy link
Copy Markdown
Author

sure, @asvoboda I have removed it from some tests too and even from the Readme

@anishagg17

anishagg17 commented Apr 23, 2021

Copy link
Copy Markdown
Author

Oh, I think that after changing the test config I need to make changes to the expected output also. Am I correct?

@asvoboda

Copy link
Copy Markdown
Member

If you run ./godelw verify locally, you can see the same output from the test.

It looks like the head var L158 in merge.go is now unused, and the compiler is complaining.

@anishagg17

Copy link
Copy Markdown
Author

It looks like the head var L158 in merge.go is now unused, and the compiler is complaining.

Yeah, replaced it with an _.

@anishagg17

Copy link
Copy Markdown
Author

@asvoboda can we merge this one?

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.

Remove delete_after_merge option

3 participants