Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Remove duplicate dimension member

vinciguerra_a requested to merge fix-duplicate-member into master

The MRs !173 (merged) and !175 (merged) both introduced a dim parameter in BareField, but in different locations. Independently, the branches worked fine, but I didn't rebase the second branch after merging the first, so now there is a duplicate member in the class.

Merge request reports