Skip to content

Commit

Permalink
Merge pull request #1500 from Philippus/rename-FunctionnalProgramming…
Browse files Browse the repository at this point in the history
…AndCategoryTheory

Rename FunctionnalProgrammingAndCategoryTheory and add migration
  • Loading branch information
adpi2 authored Nov 19, 2024
2 parents 198fb3f + b43df98 commit 3c5d2fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ object Category {
case object Compilers extends Category
case object CodeGeneration extends Category
case object DependencyInjection extends Category
case object FunctionnalProgrammingAndCategoryTheory extends Category {
override val title: String = "Functional Programming and Category Theory"
}
case object FunctionalProgrammingAndCategoryTheory extends Category
case object LogicProgrammingAndTypeConstraints extends Category
case object MiscellaneousUtils extends Category
case object Parsing extends Category
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object MetaCategory {
Category.CodeGeneration,
Category.Compilers,
Category.DependencyInjection,
Category.FunctionnalProgrammingAndCategoryTheory,
Category.FunctionalProgrammingAndCategoryTheory,
Category.LogicProgrammingAndTypeConstraints,
Category.MiscellaneousUtils,
Category.Parsing,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE project_settings SET category='functional-programming-and-category-theory' WHERE category='functionnal-programming-and-category-theory';

0 comments on commit 3c5d2fd

Please sign in to comment.