Skip to content

Update 2018.md #813

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions gsoc/2018.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,24 @@ for a 1.0 version.

Supervised by [@julienrf](https://github.com/julienrf).

### CBT support for Play Framework

Implement everything necessary to have a smooth development experience with [Play framework](https://www.playframework.com/) and [cbt](https://github.com/cvogt/cbt), e.g. restarting the server on change, bundling/minimizing js/css, integration with scalajs. Take guidance from sbt plugin.

Supervised by [@cvogt](https://github.com/cvogt).

### CBT Coursier integration

Allow using [coursier](https://github.com/coursier/coursier) as the resolver in [cbt](https://github.com/cvogt/cbt).

Supervised by [@cvogt](https://github.com/cvogt).

### CBT Ticket hunt
Copy link
Contributor

@MasseGuillaume MasseGuillaume Jan 19, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would not add this project (CBT Ticket hunt) because it does not have a concrete goal. With the two tickets above, a student can approach you durring the selection process and propose annother idea related to CBT. WDYT ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had this type of project for Slick twice. It was taken both times and successful. In that light I'd suggest we keep it. It gives the students the flexibility to pick what's most interesting to them which can be a positive motivational factor.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cvogt If it worked previously in the past, let's go for it!


Bring down these open tickets for [cbt](https://github.com/cvogt/cbt) by picking some of the most urgent or interesting ones.

Supervised by [@cvogt](https://github.com/cvogt).

### Debugger integration for Scala Native

[Scala Native](http://www.scala-native.org/en/latest/) is an optimizing ahead-of-time compiler for Scala.
Expand Down