summary refs log tree commit diff stats
path: root/compiler/semtempl.nim
diff options
context:
space:
mode:
authorAndrey Makarov <ph.makarov@gmail.com>2021-07-26 00:01:19 +0300
committerGitHub <noreply@github.com>2021-07-25 23:01:19 +0200
commit10da888c075acb901b57ba51e4400df6cdf3efd6 (patch)
treef6b037be00f4adbb1cf2344bb54d1822cd3efacf /compiler/semtempl.nim
parent5f7db652577523bdbb4e9b9157b4fb3bed25e01c (diff)
downloadNim-10da888c075acb901b57ba51e4400df6cdf3efd6.tar.gz
docgen: sort symbols (fix #17910) (#18560)
* docgen: sort symbols (fix #17910)

* add workaround + change naming

* switch to a dedicated sort comparator

* fix numbers with unequal string lengths

* dedicated `sortName` instead of `plainNameEsc`:

* more compact names for non-overloaded symbols
* more predictable Ascii sort (e.g. `<` instead of `&lt;`)
Diffstat (limited to 'compiler/semtempl.nim')
0 files changed, 0 insertions, 0 deletions
k K. Agaram <vc@akkartik.com> 2015-07-04 09:40:50 -0700 1702 - experiment: start using 'ordinal' in names' href='/akkartik/mu/commit/037recipe.cc?h=main&id=363be37f3f41db063ced940e310d6bba6ef82ef3'>363be37f ^
7f73795c ^









1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51















                                                                           

                                              








                                       


                                                                                  


                                                  
                                      





                                             
                              









                                                                            
1a4b3a7d50512a7cd0a1'>^
cfd919e ^

207c361 ^
77b17b2 ^
090d64a ^
904958c ^
44c460e ^





904958c ^



3aae639 ^
77b17b2 ^

77296e1 ^
77b17b2 ^




bc81e88 ^
3aae639 ^
904958c ^
3aae639 ^
77b17b2 ^







3aae639 ^

904958c ^
77b17b2 ^
207c361 ^
904958c ^
44c460e ^


904958c ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83