Stream: contributing

Topic: Duplicate Code


view this post on Zulip Fabian Schmalzried (Jan 16 2024 at 14:44):

Is there a reason for this code duplication? https://github.com/roc-lang/roc/blob/ae0e3593a405e77a039fc10c613eb45ef83b8ab5/crates/compiler/builtins/bitcode/src/main.zig#L100C1-L124C1

view this post on Zulip Kiryl Dziamura (Jan 16 2024 at 15:09):

probably a conflict resolution artifact

view this post on Zulip Fabian Schmalzried (Jan 16 2024 at 15:21):

If that is so, I mande a PR to remove it https://github.com/roc-lang/roc/pull/6391


Last updated: Jul 05 2025 at 12:14 UTC