Skip to content

Conversation

StevenACoffman
Copy link
Collaborator

@StevenACoffman StevenACoffman commented Jun 2, 2025

From #3414 there were more reports (without concrete details as to the specific types 😭 ) that code generation is non-deterministic with regards to interface{} vs any. This lead to non-deterministic code generation.

I am assuming from this report that there are additional Go container types besides the map[]interface{} that need to be coerced from interface{} to any. This PR is intended to do that.

Signed-off-by: Steve Coffman steve@khanacademy.org

Signed-off-by: Steve Coffman <steve@khanacademy.org>
@StevenACoffman StevenACoffman changed the title Adjust template to coerce interface to any even more so Adjust template to coerce interface{} to any even more so Jun 2, 2025
@StevenACoffman StevenACoffman merged commit 1bf8b00 into master Jun 2, 2025
18 checks passed
@StevenACoffman StevenACoffman deleted the interface_to_any_again branch June 2, 2025 14:23
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

Successfully merging this pull request may close these issues.

1 participant