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

Remove tuple calls #215

Merged
merged 16 commits into from
Mar 12, 2019
Merged

Remove tuple calls #215

merged 16 commits into from
Mar 12, 2019

Conversation

etrepum
Copy link
Member

@etrepum etrepum commented Mar 9, 2019

This is basically a re-implementation of part of #201, this removes tuple calls entirely from the source code, but I refactored the tests last to ensure that backwards compatibility is maintained.

Re: #214

@etrepum etrepum changed the title [WIP] Remove tuple calls Remove tuple calls Mar 12, 2019
@etrepum etrepum requested a review from nickva March 12, 2019 17:17
Copy link
Collaborator

@nickva nickva left a comment

Choose a reason for hiding this comment

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

Looks good!

I also ran tests on 22.0-rc1 and those pass as well.

One minor thing I noticed is that there is a mix of tabs and spaces in some files. Not sure if there is an official formatting guide but it looks betters in some editors to have just one. (Just spaces is probably the more popular choice).

@etrepum
Copy link
Member Author

etrepum commented Mar 12, 2019

The mixed tabs and spaces are probably emacs erlang-mode's fault (historically). Do these modified files have mixed tabs and spaces? I ran erl_tidy on everything that changed (ideally settling on this or a similar tool on a CI basis, but didn't want to inflate this PR beyond things it touched). 69d6df7

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