From 9e4c3bee478617817e1816785490fb742a1dc359 Mon Sep 17 00:00:00 2001 From: Jacob Wang Date: Tue, 11 Feb 2025 20:52:23 +0000 Subject: [PATCH] add doobie gsoc idea --- _data/gsoc-ideas.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_data/gsoc-ideas.yml b/_data/gsoc-ideas.yml index 74f65e0..f634474 100644 --- a/_data/gsoc-ideas.yml +++ b/_data/gsoc-ideas.yml @@ -104,3 +104,13 @@ length: medium mentors: [satabin, ybasket] categories: [cloud, web, programming languages] + +- title: Convert Doobie test suite to use munit-cats-effect + description: + Doobie is a purely functional library for database access. Our test suites are written before there is good integration between MUnit (the test framework) and Cats-Effect (the effect system we depend on). + We want to convert to use munit-cats-effect to make them less verbose and error prone. + prereqs: Scala + difficulty: Easy. + length: medium + mentors: [jatcwang] + categories: [cloud, programming languages]