Skip to content

Commit 5e5eced

Browse files
committed
Sure, let's sort these too
1 parent 27a58f1 commit 5e5eced

File tree

3 files changed

+349
-349
lines changed

3 files changed

+349
-349
lines changed

suitesparse_graphblas/create_headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ def handle_static_inline(node):
710710
rv["GrB methods"] = sorted(grb_funcs, key=lambda x: sort_key(x["text"]))
711711
rv["GxB methods"] = sorted(gxb_funcs, key=lambda x: sort_key(x["text"]))
712712
rv["GB methods"] = sorted(gb_funcs, key=lambda x: sort_key(x["text"]))
713-
rv["static inline"] = si_funcs # Should we sort these?
713+
rv["static inline"] = sorted(si_funcs, key=lambda x: sort_key(x["text"]))
714714
for key in groups.keys() - rv.keys():
715715
rv[key] = groups[key]
716716
return rv

0 commit comments

Comments
 (0)