You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if two files with the same name are added, the second one is silently ignored. This is intended to support loading the same dependency from multiple file descriptor sets (especially common ones like the google/protobuf files. However this behaviour might be confusing if the files have different content.
Additionally, its annoying to have to come up with a unique filename when adding files programatically (#30, #32). Maybe the library should allow skip the uniqueness check for such files (e.g. by setting the name field to None)
The text was updated successfully, but these errors were encountered:
Currently if two files with the same name are added, the second one is silently ignored. This is intended to support loading the same dependency from multiple file descriptor sets (especially common ones like the
google/protobuf
files. However this behaviour might be confusing if the files have different content.Additionally, its annoying to have to come up with a unique filename when adding files programatically (#30, #32). Maybe the library should allow skip the uniqueness check for such files (e.g. by setting the name field to
None
)The text was updated successfully, but these errors were encountered: