-
Notifications
You must be signed in to change notification settings - Fork 79
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 miq-unicode.rb #509
Conversation
I see a caller in https://github.com/ManageIQ/manageiq-smartstate/blob/23a23fec3db89859e280d9cc449946605543b2e6/lib/metadata/util/win32/Win32Accounts.rb#L627-L645, but there's no require of miq_unicode in that file. That method does not have any test coverage. Also |
Also seeing references in this repo directly:
|
Ah, dammit, missed those. Will update. |
For the one in this repo, it seems like only a single refernce, so I'd be ok with inlining the conversion |
@Fryguy ok, updated the inline one. I'll take a look at the smartstate code now. |
Remove miq-unicode from miq-powershell.rb and just inline it.
Checked commit https://github.com/djberg96/manageiq-gems-pending/commit/b9c1f342570c66cfdc1cd74203f16e9f417ccea0 with ruby 2.6.3, rubocop 0.82.0, haml-lint 0.35.0, and yamllint |
It's picked up via Same goes for MSVSDiffDisk.rb. |
Hah, well, how was this working before? I'll add it. |
Remove miq-unicode.rb from gems-pending as part of the cleanup effort.
The main user of this was manageiq-smartstate, and that was reimplemented (using refinements) at ManageIQ/manageiq-smartstate#149. The other callers were virtfs-xxx repos, and those were archived.