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

Resolve "Disable unquoted string literals"

kraus requested to merge 495-disable-unquoted-string-literals into master

Closes #495 (closed)

Closes #654 (closed)

The only problem I encountered is that the name of the method GAMMA for the multi-bunch binning in Opal-Cycl caused a name-clash: I can't define a string constant GAMMA because it's used to compute the energy. I renamed both methods to GAMMA_BINNING and BUNCH_BINNING respectively.

Edited by snuverink_j

Merge request reports