Skip to content

Commit 8088306

Browse files
Add dummy projects
1 parent 5f87c33 commit 8088306

File tree

1 file changed

+274
-25
lines changed

1 file changed

+274
-25
lines changed

_data/projects.yml

Lines changed: 274 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,276 @@
1-
- name: Processes managed by the Scala Center
1+
- name: Library
22
projects:
3-
- name: Advisory Board Meeting
4-
web: https://scala.epfl.ch/records.html#board-meeting-minutes
5-
github: https://github.com/scalacenter/advisoryboard
6-
origin:
7-
contributors: [sjrd]
8-
process: true
9-
description: Each quarter the advisory board meets to make recommendations on the activities of the Scala Center.
10-
11-
- name: Scala Improvement Process
12-
web: https://docs.scala-lang.org/sips/index.html
13-
github: https://github.com/scala/docs.scala-lang/tree/master/_sips
14-
origin: https://github.com/scalacenter/advisoryboard/blob/master/proposals/004-sip-and-slip-coordination.md
15-
contributors: [jorge, darja, sjrd]
16-
process: true
17-
description: "Set of processes involving the community and aiming at improving the Scala language."
18-
19-
20-
- name: Education
3+
- name: Scaladex
4+
web: https://github.com/scalacenter/scaladex
5+
github: https://github.com/scalacenter/scaladex
6+
origin: null
7+
contributors:
8+
- guillaume
9+
- vincenzobaz
10+
- julien
11+
- meriam
12+
process: true
13+
description: Scaladex is a project that serves as a central repository for Scala
14+
libraries. It provides a platform for developers to discover and share Scala
15+
libraries.
16+
impact: null
17+
start_year: 2016
18+
end_year: 2017
19+
- name: Scala 2.13 Collections
20+
web: null
21+
github: null
22+
origin: null
23+
contributors: []
24+
process: false
25+
description: ''
26+
impact: All Scala users
27+
start_year: 2016
28+
end_year: 2018
29+
- name: scalameta
30+
web: https://github.com/scalameta/scalameta
31+
github: https://github.com/scalameta/scalameta
32+
origin: null
33+
contributors:
34+
- Eugene Burmako
35+
- Denys Shabalin
36+
process: false
37+
description: ''
38+
impact: All Metals users
39+
start_year: 2017
40+
end_year: 2018
41+
- name: coursier
42+
web: https://github.com/coursier/coursier
43+
github: https://github.com/coursier/coursier
44+
origin: null
45+
contributors: []
46+
process: false
47+
description: ''
48+
impact: All sbt users
49+
start_year: 2018
50+
end_year: 2019
51+
- name: Scala.js
52+
web: https://github.com/scala-js/scala-js
53+
github: https://github.com/scala-js/scala-js
54+
origin: null
55+
contributors:
56+
- sjrd
57+
- Tobias Schlatter
58+
process: false
59+
description: Scala.js is a compiler that allows you to write Scala code that runs
60+
on JavaScript platforms.
61+
impact: 200,000 dl / month
62+
start_year: 2018
63+
end_year: null
64+
- name: sbt-missinglink
65+
web: https://github.com/scalacenter/sbt-missinglink
66+
github: https://github.com/scalacenter/sbt-missinglink
67+
origin: null
68+
contributors:
69+
- alexandre
70+
- sjrd
71+
process: false
72+
description: SBT transitive dependency conflicts management improvements
73+
impact: null
74+
start_year: 2019
75+
end_year: 2019
76+
- name: Scala Native
77+
web: https://github.com/scala-native/scala-native
78+
github: https://github.com/scala-native/scala-native
79+
origin: null
80+
contributors:
81+
- ergys
82+
- wmazur
83+
- Lee Tibbert
84+
- Eric Richardson
85+
- sjrd
86+
process: false
87+
description: Just released 0.4.0, looking good
88+
impact: 32,000 dl / month
89+
start_year: 2020
90+
end_year: null
91+
- name: sbt-eviction-rules
92+
web: https://github.com/scalacenter/sbt-eviction-rules
93+
github: https://github.com/scalacenter/sbt-eviction-rules
94+
origin: null
95+
contributors: []
96+
process: false
97+
description: ''
98+
impact: null
99+
start_year: 2020
100+
end_year: 2020
101+
- name: Compiler
21102
projects:
22-
- name: Documentation Improvements
23-
web: https://www.scala-lang.org
24-
github:
25-
origin: https://github.com/scalacenter/advisoryboard/blob/master/proposals/008-websites.md
26-
contributors: [julien, jorge]
27-
description: "Simplify and upgrade code examples, improve the structure and the design of the scala-lang.org website."
103+
- name: Spores
104+
web: https://github.com/scalacenter/spores
105+
github: https://github.com/scalacenter/spores
106+
origin: null
107+
contributors:
108+
- jorge
109+
- heather
110+
- Philipp Haller
111+
process: false
112+
description: Completed
113+
impact: null
114+
start_year: 2016
115+
end_year: 2016
116+
- name: Compiler profiling
117+
web: https://github.com/scalacenter/scalac-profiling
118+
github: https://github.com/scalacenter/scalac-profiling
119+
origin: null
120+
contributors: []
121+
process: false
122+
description: Compiler profiling is a project focused on providing better compilation
123+
performance information.
124+
impact: ~1000 dl / month
125+
start_year: 2017
126+
end_year: 2018
127+
- name: TASTy Reader in scalac
128+
web: null
129+
github: null
130+
origin: null
131+
contributors: []
132+
process: false
133+
description: ''
134+
impact: null
135+
start_year: 2019
136+
end_year: 2020
137+
- name: Scala 3 trait encoding
138+
web: https://github.com/lampepfl/dotty/pull/8652
139+
github: https://github.com/lampepfl/dotty/pull/8652
140+
origin: null
141+
contributors: []
142+
process: false
143+
description: Scala 3 trait encoding
144+
impact: All Scala 3 users
145+
start_year: 2020
146+
end_year: 2020
147+
- name: Tooling
148+
projects:
149+
- name: Scastie
150+
web: https://github.com/ScalaCenter/scastie
151+
github: https://github.com/ScalaCenter/scastie
152+
origin: null
153+
contributors:
154+
- OlegYch
155+
- guillaume
156+
- vincenzobaz
157+
process: false
158+
description: Scastie is a tool for experimenting with Scala code in the browser.
159+
It allows users to write, compile, and run Scala code snippets in an interactive
160+
editor.
161+
impact: null
162+
start_year: 2016
163+
end_year: 2017
164+
- name: scalajs-bundler
165+
web: https://github.com/scalacenter/scalajs-bundler
166+
github: https://github.com/scalacenter/scalajs-bundler
167+
origin: null
168+
contributors: []
169+
process: false
170+
description: ''
171+
impact: null
172+
start_year: 2016
173+
end_year: 2017
174+
- name: Scalafix
175+
web: https://github.com/scalacenter/scalafix
176+
github: https://github.com/scalacenter/scalafix
177+
origin: null
178+
contributors:
179+
- Olafur Geirsson
180+
- meriam
181+
- guillaume
182+
process: false
183+
description: Scalafix is a tool to automatically rewrite Scala code. It provides
184+
a convenient way to define and apply code transformations to large codebases.
185+
impact: 50,000 dl / month
186+
start_year: 2016
187+
end_year: 2018
188+
- name: Classpath shrinker
189+
web: https://github.com/scalacenter/classpath-shrinker
190+
github: https://github.com/scalacenter/classpath-shrinker
191+
origin: null
192+
contributors:
193+
- jorge
194+
process: false
195+
description: Classpath shrinker is a tool that improves user experience for builds
196+
that use only direct dependencies.
197+
impact: ~1000 dl / month
198+
start_year: 2017
199+
end_year: 2017
200+
- name: Metals
201+
web: https://github.com/scalameta/metals
202+
github: https://github.com/scalameta/metals
203+
origin: null
204+
contributors:
205+
- Olafur Geirsson
206+
- tgodzik
207+
- Gabriele Petronela
208+
- chris
209+
- meriam
210+
process: false
211+
description: Metals is a language server for Scala that works with VS Code, Vim,
212+
Sublime, Atom, and Emacs. It provides features like code completion, go to definition,
213+
hover documentation, and more.
214+
impact: 100,000 installs of the VS Code plugin
215+
start_year: 2017
216+
end_year: null
217+
- name: bloop
218+
web: https://github.com/scalacenter/bloop
219+
github: https://github.com/scalacenter/bloop
220+
origin: null
221+
contributors:
222+
- jorge
223+
- martinduhem
224+
- tgodzik
225+
- Marek Zarnowski
226+
process: false
227+
description: Success through Metals
228+
impact: All Metals users
229+
start_year: 2017
230+
end_year: 2019
231+
- name: Scala.js for Scala 3
232+
web: null
233+
github: null
234+
origin: null
235+
contributors: []
236+
process: false
237+
description: Scala.js for Scala 3
238+
impact: All Scala.js users + library maintainers
239+
start_year: 2020
240+
end_year: 2020
241+
- name: BSP in sbt
242+
web: null
243+
github: null
244+
origin: null
245+
contributors:
246+
- adrien
247+
- Eugene Yokota
248+
process: false
249+
description: Support for Build Server Protocol in sbt
250+
impact: null
251+
start_year: 2020
252+
end_year: 2020
253+
- name: Process
254+
projects:
255+
- name: Ecosystem sbt upgrade to 1.x
256+
web: null
257+
github: null
258+
origin: null
259+
contributors: []
260+
process: false
261+
description: ''
262+
impact: All the users of the target sbt plugins
263+
start_year: 2017
264+
end_year: 2017
265+
- name: Language
266+
projects:
267+
- name: Scala 3 enums
268+
web: null
269+
github: null
270+
origin: null
271+
contributors: []
272+
process: false
273+
description: Scala 3 enums
274+
impact: All Scala 3 users
275+
start_year: 2020
276+
end_year: 2020

0 commit comments

Comments
 (0)