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 "`VALUE` command does not print variable names"

  • no direct evaluation in the VALUE command, also with the = delimiter (closes #480 (closed)).
  • add spacing to VALUE output

In class Object:

  • write std namespace explicitly
  • small include cleanup
  • fix typos

In class Value:

  • small include cleanup

Note: the output after this fix is still different from the manual output. The manual will be changed accordingly once this MR is accepted.

Edited by snuverink_j

Merge request reports