File tree
14 files changed
+131
-54
lines changed- community-build/community-projects
- compiler
- src/dotty/tools/dotc
- printing
- typer
- test/dotty/tools/dotc
- tests
- neg
- pos
- run
- warn
14 files changed
+131
-54
lines changed- .github/dependabot.yml-7
- .github/workflows/actions.yml-82
- .gitignore-3
- .mill-version-1
- .travis.yml+13
- README.md+2-2
- build.sc+56-42
- mill+5-6
- pprint/src-2.11/pprint/ProductSupport.scala-11
- pprint/src-2.12/pprint/ProductSupport.scala-11
- pprint/src-2.13/pprint/ProductSupport.scala-19
- pprint/src-2.13/pprint/StringPrefix.scala+1-1
- pprint/src-2/TPrintImpl.scala-238
- pprint/src-3/ProductSupport.scala-19
- pprint/src-3/StringPrefix.scala-7
- pprint/src-3/TPrintImpl.scala-131
- pprint/src/pprint/PPrinter.scala+18-78
- pprint/src/pprint/Renderer.scala-18
- pprint/src/pprint/TPrint.scala+14-20
- pprint/src/pprint/TPrintImpl.scala+207
- pprint/src/pprint/Util.scala+3-3
- pprint/src/pprint/Walker.scala+13-28
- pprint/src/pprint/package.scala+1-1
- pprint/test/src-2.13/test/pprint/TPrintConstantTests.scala-18
- pprint/test/src-2.13/test/pprint/fields/DerivationTests.scala-185
- pprint/test/src-2.13/test/pprint/fields/VerticalTests.scala-468
- pprint/test/src-3/test/src/pprint/HorizontalTests.scala-180
- pprint/test/src-3/test/src/pprint/TPrintTests.scala-170
- pprint/test/src/test/pprint/AdvancedTests.scala+1-33
- pprint/test/src/test/pprint/Check.scala+6-13
- pprint/test/src/test/pprint/ClassDefs.scala+1-9
- pprint/test/src/test/pprint/DerivationTests.scala+3-5
- pprint/test/src/test/pprint/HorizontalTests.scala-1
- pprint/test/src/test/pprint/TPrintTests.scala+32-69
- pprint/test/src/test/pprint/UnitTests.scala+3-14
- pprint/test/src/test/pprint/VerticalTests.scala+2-2
- project/Constants.scala+1-1
- readme/Readme.scalatex+6-36
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 | 5 |
| |
8 | 6 |
| |
9 | 7 |
| |
| |||
77 | 75 |
| |
78 | 76 |
| |
79 | 77 |
| |
80 |
| - | |
81 | 78 |
| |
82 | 79 |
| |
83 | 80 |
| |
84 | 81 |
| |
85 |
| - | |
86 | 82 |
| |
87 | 83 |
| |
88 | 84 |
| |
| |||
148 | 144 |
| |
149 | 145 |
| |
150 | 146 |
| |
151 |
| - | |
152 |
| - | |
| 147 | + | |
| 148 | + | |
153 | 149 |
| |
154 | 150 |
| |
155 | 151 |
| |
|
Lines changed: 32 additions & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1830 | 1830 |
| |
1831 | 1831 |
| |
1832 | 1832 |
| |
1833 |
| - | |
1834 |
| - | |
1835 | 1833 |
| |
1836 | 1834 |
| |
1837 | 1835 |
| |
1838 | 1836 |
| |
1839 |
| - | |
| 1837 | + | |
1840 | 1838 |
| |
1841 |
| - | |
| 1839 | + | |
1842 | 1840 |
| |
1843 | 1841 |
| |
1844 | 1842 |
| |
| |||
1868 | 1866 |
| |
1869 | 1867 |
| |
1870 | 1868 |
| |
1871 |
| - | |
1872 | 1869 |
| |
1873 | 1870 |
| |
1874 | 1871 |
| |
1875 | 1872 |
| |
1876 | 1873 |
| |
1877 | 1874 |
| |
1878 | 1875 |
| |
1879 |
| - | |
| 1876 | + | |
1880 | 1877 |
| |
1881 | 1878 |
| |
1882 | 1879 |
| |
| |||
1892 | 1889 |
| |
1893 | 1890 |
| |
1894 | 1891 |
| |
1895 |
| - | |
1896 |
| - | |
1897 |
| - | |
1898 |
| - | |
| 1892 | + | |
1899 | 1893 |
| |
1900 | 1894 |
| |
1901 | 1895 |
| |
| |||
1909 | 1903 |
| |
1910 | 1904 |
| |
1911 | 1905 |
| |
1912 |
| - | |
1913 |
| - | |
1914 |
| - | |
| 1906 | + | |
| 1907 | + | |
1915 | 1908 |
| |
1916 | 1909 |
| |
1917 | 1910 |
| |
| |||
1970 | 1963 |
| |
1971 | 1964 |
| |
1972 | 1965 |
| |
| 1966 | + | |
| 1967 | + | |
1973 | 1968 |
| |
1974 |
| - | |
1975 | 1969 |
| |
1976 | 1970 |
| |
1977 | 1971 |
| |
| |||
1982 | 1976 |
| |
1983 | 1977 |
| |
1984 | 1978 |
| |
1985 |
| - | |
1986 |
| - | |
1987 |
| - | |
1988 |
| - | |
1989 |
| - | |
1990 |
| - | |
1991 |
| - | |
| 1979 | + | |
| 1980 | + | |
| 1981 | + | |
| 1982 | + | |
| 1983 | + | |
| 1984 | + | |
| 1985 | + | |
| 1986 | + | |
1992 | 1987 |
| |
1993 | 1988 |
| |
| 1989 | + | |
| 1990 | + | |
| 1991 | + | |
| 1992 | + | |
| 1993 | + | |
| 1994 | + | |
| 1995 | + | |
| 1996 | + | |
| 1997 | + | |
| 1998 | + | |
| 1999 | + | |
1994 | 2000 |
| |
1995 | 2001 |
| |
1996 | 2002 |
| |
| |||
2000 | 2006 |
| |
2001 | 2007 |
| |
2002 | 2008 |
| |
2003 |
| - | |
2004 |
| - | |
2005 |
| - | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
2006 | 2013 |
| |
2007 |
| - | |
| 2014 | + | |
2008 | 2015 |
| |
2009 | 2016 |
| |
2010 | 2017 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1330 | 1330 |
| |
1331 | 1331 |
| |
1332 | 1332 |
| |
1333 |
| - | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
1334 | 1338 |
| |
1335 | 1339 |
| |
1336 |
| - | |
1337 | 1340 |
| |
1338 | 1341 |
| |
1339 | 1342 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
|
Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 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 | + |
Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + |
Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 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 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
| 51 | + | |
51 | 52 |
| |
52 | 53 |
| |
53 | 54 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 |
| - | |
153 |
| - | |
| 152 | + | |
| 153 | + | |
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
| |||
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
163 |
| - | |
164 |
| - | |
| 163 | + | |
| 164 | + | |
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
|
0 commit comments