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

[Utilities] Remove EMPTYSTRING #2283

Merged
merged 1 commit into from
Sep 21, 2023
Merged

[Utilities] Remove EMPTYSTRING #2283

merged 1 commit into from
Sep 21, 2023

Conversation

odow
Copy link
Member

@odow odow commented Sep 21, 2023

This seemed like such a random design choice.

So I traced it back to jump-dev/JuMP.jl@cb8b47f.

At one point, JuMP used an explicit UTF8String type for names, and calling "" did not make that type, so it was convenient to have an "empty UTF8String" sitting there in one place. Even once String came along, we kept it, and the variable even successfully made the transition to MathOptInterface!

@odow odow changed the title Remove EMPTYSTRING [Utilities] Remove EMPTYSTRING Sep 21, 2023
@odow odow merged commit 3681c6e into master Sep 21, 2023
16 checks passed
@odow odow deleted the od/empty-strinng branch September 21, 2023 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants