-
Notifications
You must be signed in to change notification settings - Fork 9
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
Exception "Duplicates not allowed" #25
Comments
After checking for duplicates in function TCustomTranslator.Visittypes the output file is created.
I have not enough insight to the product to determine if this is a final solution. The Header file includes some comments like "Could not find class reference for declaration", but I guess, this is not related. |
I'm not seeing this error with the current code for Octoid.
This is something that is yet to be resolved. Regardless, I've managed to complete an import for AuthenticationServices and pushed it to the Kastri repo. The resulting files are in the API folder, namely:
If you have any problems using these, please report them to Kastri issues |
Scratch that - it seems I may have introduced this between the last time I built the app and the latest code. Looking into it... |
I've pushed a fix for the duplicates issue |
Thank you for looking into it! |
It seems I had not pushed the changes. I now have |
I am trying to transform AuthenticationServices framework headers from the MacOSX14.2 SDK
After Pressing "Transform" an exception of type EListError with message "Duplicates not allowed" is thrown in function TCustomTranslator.Visittypes caused by line "FEnumConsts.Add(ACursor.Spelling, ACursor)"
The text was updated successfully, but these errors were encountered: