smartlist_len returns a (signed) int
smartlist_len(sl)
has type int
. It shouldn't be signed.
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.
smartlist_len(sl)
has type int
. It shouldn't be signed.