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

Adding support for namespaces and clashing names in skin io #223

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

aurorafreir
Copy link

@aurorafreir aurorafreir commented Mar 10, 2023

( as a possible fix for #172)

Adds a function to handle namespaces ( : ) and clashing names using full names ( | ) by replacing those characters with ones that Windows supports by default.
This is a bit of a gross approach, and maybe using a directory structure to handle it would be better, but this is an approach we're using and fixes all our name clash issues

Adds a function to handle namespaces ( : ) and clashing names using full names ( | ) by replacing those characters with ones that Windows supports by default.
@aurorafreir aurorafreir changed the title Adding support for namespaces and clashing names Adding support for namespaces and clashing names in skin io Mar 13, 2023
@miquelcampos
Copy link
Member

Thanks for the PR @CatAndDogSoup I will check it ASAP

@miquelcampos miquelcampos self-assigned this Mar 14, 2023
@miquelcampos
Copy link
Member

@CatAndDogSoup do you know if this approach is only working on windows? have you tried it with Mac or Linux?

This call was causing problems when calling Import Skin from the UI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Pending Review
Development

Successfully merging this pull request may close these issues.

3 participants