Skip to content

Commit

Permalink
Deploying to wws from @ 2496aa2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Sep 11, 2024
1 parent c22e377 commit 807c3ad
Show file tree
Hide file tree
Showing 5 changed files with 1,418 additions and 408 deletions.
2 changes: 1 addition & 1 deletion Computer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@ class Tables {

get labs() {
const files = lodash.sortBy(
this.pldb.filter(file => file.isLanguage && file.lab?.length),
this.pldb.filter(file => file.lab?.length),
"rank"
)

Expand Down
2 changes: 1 addition & 1 deletion blog/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Feed</title>
<link>https://pldb.io/</link>
<description>PLDB: a Programming Language Database. Build the next great programming language.</description>
<lastBuildDate>Wed, 11 Sep 2024 04:06:49 +0000</lastBuildDate>
<lastBuildDate>Wed, 11 Sep 2024 04:07:59 +0000</lastBuildDate>
<language>en-us</language>
<item>
<title>A brief interview with Microsoft SandDance creator Steven Drucker</title>
Expand Down
Loading

0 comments on commit 807c3ad

Please sign in to comment.