Skip to content
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

Add Scala Highlights from 2024 #1744

Merged
merged 9 commits into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions _data/blog-categories.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
- categoryId: blog
title: Blog
url: /blog/posts/
- categoryId: news
title: News
url: /blog/news/
- categoryId: highlights
title: Highlights
url: /blog/highlights
- categoryId: announcements
title: Announcement
url: /blog/announcements/
34 changes: 1 addition & 33 deletions _includes/blog-list.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% comment %}Use the include variable 'category' to select the category to show (included in blog-categories.yml), or assign it to "all" if you want to show all posts.{% endcomment %}

<section class="content">
<section class="blog-list">
<div class="wrap">
<div class="content-primary-blog">
<div class="inner-box">
Expand Down Expand Up @@ -39,37 +39,5 @@ <h2><a href="{{post.url}}">{{post.title}}</a></h2>
{% assign urlPath = urlPath | split: '/' | join: '/' | remove_first: '/' %}
{% include paginator.html urlPath=urlPath %}
</div>
{% assign highlights = "" | split: "," %}
{% for post in site.posts %}
{% if post.isHighlight == true %}
{% assign highlights = highlights | push: post %}
{% endif %}
{% endfor %}

{% for post in highlights %}
{% if forloop.first %}
<div class="content-nav-blog">
<div class="inner-box">
<h5>Highlights</h5>
<div class="blog-list-nav">
{% endif %}
<div class="blog-list-nav-item">
<h4><a href="{{post.url}}">{{post.title}}</a></h4>
{% if post.by %}<p>{{post.by}}</p>{% endif %}
{% if post.tags %}
{% for tag in post.tags %}
<ul class="tag-list">
<li class="tag-item">{{tag}}</li>
</ul>
{% endfor %}
{% endif %}
</div>
{% if forloop.last %}
</div>
</div>
</div>
{% endif %}
{% endfor %}

</div>
</section>
2 changes: 1 addition & 1 deletion _posts/2013-03-12-scala-days-4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

category: news
category: blog
title: "4th Scala Days Conference to run in New York City"
---

Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-03-20-gsoc13.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

category: news
category: blog
title: "Google Summer of Code 2013 Scala Projects"
author: "Chris Vogt"
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-04-11-philip-wadler-sw13.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

category: news
category: blog
title: "Prof. Philip Wadler to Keynote at the Scala Workshop (Scala2013)!"
---

Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-04-11-student-talks-sw13.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

category: news
category: blog
title: "Scala Workshop (Scala2013) Student Talks to be Awarded Full ECOOP Registration!"
---

Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-05-21-scala-workshop-13.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

category: news
category: blog
author: "Heather Miller"
title: "Scala Workshop (Scala2013) Program Announced!"
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2013-08-27-coursera-announcements.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

category: news
category: blog
by: "Martin Odersky"
title: "New Online Courses"
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2014-01-22-10-years-of-scala.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

category: news
category: blog
title: "10 Years of Scala"
by: "Martin Odersky"
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

category: news
category: blog
title: "Google Summer of Code 2014"
by: "Tobias Schlatter"
author: "Tobias Schlatter"
Expand Down
2 changes: 1 addition & 1 deletion _posts/2015-03-16-GSoC-projects.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

category: news
category: blog
title: "Google Summer of Code 2015"
by: "Vojin Jovanovic"
author: "Vojin Jovanovic"
Expand Down
2 changes: 1 addition & 1 deletion _posts/2015-06-25-bagwell-award-2015.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

category: news
category: blog
title: "Bill Venners receives community award"
---
We are pleased to announce that the Phil Bagwell Memorial Scala Community Award for 2015 has been awarded to [Bill Venners](https://twitter.com/bvenners). The award was presented in Amsterdam at the outset of [Scala Days](http://event.scaladays.org/scaladays-amsterdam-2015).
Expand Down
2 changes: 1 addition & 1 deletion _posts/2016-10-26-bagwell-award-2016.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

category: news
category: blog
title: "Erik Osheim receives community award"
---
We are pleased to announce that the Phil Bagwell Memorial Scala Community Award for 2016 has been awarded to [Erik Osheim](https://twitter.com/d6). The award was presented in Lake District, UK at [Scala World 2016](https://scala.world).
Expand Down
1 change: 0 additions & 1 deletion _posts/2016-12-07-implicit-function-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
category: blog
title: Implicit Function Types
by: Martin Odersky
isHighlight: true
---

I just made the [first pull request](https://github.com/scala/scala3/pull/1775) to add _implicit function types_ to
Expand Down
1 change: 0 additions & 1 deletion _posts/2016-12-13-sip-and-advisor-meetings.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ category: blog
title: "Scala Center Advisory Board and SIP Meeting Results"
by: Seth Tisue
tags: ["scala center", "meetings"]
isHighlight: true
---

Brief summaries of both meetings follow, with links to
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-02-22-gsoc-2017.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
category: news
category: blog
by: Julien Richard-Foy
title: Google Summer Of Code 2017
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-09-25-bagwell-award-2017.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
category: news
category: blog
title: "Josh Suereth receives community award"
---

Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-09-13-bagwell-award-2018.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
category: news
category: blog
title: "Kenji Yoshida receives community award"
---

Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-09-13-bagwell-award-2019.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
category: news
category: blog
title: "Kelley Robinson receives community award"
---

Expand Down
1 change: 0 additions & 1 deletion _posts/2019-12-18-road-to-scala-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: blog-detail
post-type: blog
by: Lukas Rytz, Adriaan Moors, Martin Odersky
title: "Scala 2 Roadmap Update: the Road to Scala 3"
isHighlight: true
---

Together with the Scala 3 team at EPFL (aka the Dotty team), led by Martin Odersky, we have decided that, rather than developing Scala 2.14, our efforts should go to Scala 3 instead.
Expand Down
1 change: 0 additions & 1 deletion _posts/2021-01-12-configuring-and-suppressing-warnings.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: blog-detail
post-type: blog
by: Lukas Rytz
title: "Configuring and suppressing warnings in Scala"
isHighlight: true
---

Scala 2.13.2 introduced the `-Wconf` compiler flag to globally configure reporting of warnings, and the `@nowarn` annotation to locally suppress them. This addition to Scala 2.13 proved very popular, so it was backported to 2.12 and just released in 2.12.13. Having more control over compiler warnings makes them a lot more valuable:
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-08-25-sbt-license-transfer.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
category: news
category: blog
by: Jamie Thompson (Scala Center)
title: Lightbend transfers ownership of sbt to the Scala Center
---
Expand Down
Loading