Community build
See original GitHub issueTodo List:
- Infrastructure for community build : @olafurpg
- ScalaCheck : @allanrenucci (stuck on this assertion error in typer.Implicits)
- ScalaTest : @olafurpg
- Squants : @olafurpg
- Algebra : @olafurpg
- json4s : @liufengyun (fixed: #2218 #2250 #2239)
- twitter/util: @liufengyun
- scopt/scopt: @allanrenucci
- Better-Files : @allanrenucci
- paiges
- scalariform
- scala-parser-combinators
- scala-xml
- jardiff
- sbinary
- log4s (note: scala-reflect macros can be replaced with
inline def
https://github.com/Log4s/log4s/blob/1155339023744cb6d2f9809cfff8ea5b57c59868/src/main/scala/org/log4s/Logger.scala#L88-L101) - http4s/blaze (note: depends on log4s)
Issue Analytics
- State:
- Created 6 years ago
- Comments:23 (23 by maintainers)
Top Results From Across the Web
COMMUNITY BUILD – Engage In Building Community
The Community Build is a community-started and community-run organization that mobilizes volunteer resources to build projects that will benefit those who ...
Read more >Community Build,Inc. - Home | Facebook
Community Build,Inc. 138 likes · 2 talking about this. Non Profit Organization.Building A Culture of Care Since 1992.
Read more >Community Build (@communitybuildinc) • Instagram photos ...
Building A Culture of Care Since 1992. · Today is #GivingTuesday, a day where we take the time to encourage, organize · Community...
Read more >Community Build Inc (@CommunityBuildi) / Twitter
Community Build Inc. @CommunityBuildi. Non Profit Organization. Building A Culture of Care Since 1992. Los Angeles, CA communitybuildinc.org/donate Joined ...
Read more >Community Build, Inc. - Idealist
Community Build Inc. is a non-profit organization founded in 1992 in response to the civil unrest which rocked the South L.A. community.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Keeping it on staging is fine IMO, but the other point I don’t agree with.
I propose the structure to be something like:
Then you do
publishLocal
on dotty and use it to compile the other submodules.Making a fork of dotty which contains submodules sounds messy.
I don’t think porting Scala 2.9 code is going to be very useful. Ideally we want to compile libraries with their dependencies, so we need recent version of these dependencies. What we need is to figure out how to replace macros in projects on case by case basis, even if this means adding special cases in the compiler to ease transition (e.g. support for kind-projector syntax)