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

Sanitize generated Mixin methods #4

Open
Johni0702 opened this issue Jul 18, 2019 · 0 comments
Open

Sanitize generated Mixin methods #4

Johni0702 opened this issue Jul 18, 2019 · 0 comments

Comments

@Johni0702
Copy link

Mixin is great, unfortunately its generated methods contain semi-random parts (to prevent conflicts):
https://openeye.openmods.info/crashes/ccfdcc458cd87da5d75d51493f740403
https://openeye.openmods.info/crashes/1901be9a40fe69ba7ca917288b83edf9
(note the slight difference in the handler$recordViewOnPlaySound$ line)

The pattern to their names is:
prefix$name$abc012 [source]
prefix depends on the source method (i.e. non-random) with valid values listed here (list may grow in the future, though probably not very often).
name depends on the source method (i.e. non-random, fully arbitrary)
abc are at least three semi-random letters (a-z and A-Z) [source]
012 is a semi-random hexadecimal number padded to at least three characters [source]

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

No branches or pull requests

1 participant