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 unused FormatSettings interface and related types. #2397

Merged
merged 1 commit into from
Dec 3, 2017

Conversation

jemc
Copy link
Member

@jemc jemc commented Dec 2, 2017

This interface was from the old Stringable API, which was removed in
#1286

There's no reason to keep this around anymore, as the new Format API
accepts an argument list instead of a FormatSettings object. I think
this interface should have been removed in that PR, but was overlooked.

This commit also reorganizes the other types from the same file,
so that they are better namespaced in keeping with the file naming
convention of the standard library.

This interface was from the old Stringable API, which was removed in
#1286

There's no reason to keep this around anymore, as the new Format API
accepts an argument list instead of a FormatSettings object. I think
this interface should have been removed in that PR, but was overlooked.

This commit also reorganizes the other types from the same file,
so that they are better namespaced in keeping with the file naming
convention of the standard library.
@jemc jemc self-assigned this Dec 2, 2017
@jemc jemc added the changelog - changed Automatically add "Changed" CHANGELOG entry on merge label Dec 2, 2017
@Theodus Theodus merged commit f51d781 into master Dec 3, 2017
ponylang-main added a commit that referenced this pull request Dec 3, 2017
@jemc jemc deleted the refactor/remove-format-settings branch January 8, 2019 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - changed Automatically add "Changed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants