Skip to content

Make Member.get_alias() always return a String, not an Option

This method actually guarantees that the result is a nonempty string, so there is no need to expose an Option.

Merge request reports