-
Notifications
You must be signed in to change notification settings - Fork 210
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
Non-deterministic Go compilation failures with AdditionalDataHolder and Parsable #3700
Comments
The issue should be reproducible in CI by adding an entry here, unfortunately testing locally I encounter other errors with Go. |
Hi @kfcampbell are you still running into this issue with kiota v1.14.*? |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
See octokit/source-generator#28.
When using GitHub's OpenAPI spec, generation of Go code will succeed but compilation will frequently fail due to the following error:
in the file
generated/go/users/item_starred_repository.go
, Kiota occasionally generates a file that includeswhen it otherwise generates (correctly)
@baywet helped triage this issue and recommended setting
KIOTA_GENERATION_MAXDEGREEOFPARALLELISM
to 0, after which the issue occurs less frequently but still occurs. This is using Kiota 1.8.1.Please let me know if more information is needed!
The text was updated successfully, but these errors were encountered: