From 6c076f76ececf446f88415470a19463296026d9f Mon Sep 17 00:00:00 2001 From: viferga Date: Tue, 9 Mar 2021 10:43:43 -0900 Subject: [PATCH] Update scala port TODO. --- source/ports/scala_port/.gitignore | 28 -------------------------- source/ports/scala_port/.scalafmt.conf | 2 -- source/ports/scala_port/TODO | 3 ++- 3 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 source/ports/scala_port/.gitignore delete mode 100644 source/ports/scala_port/.scalafmt.conf diff --git a/source/ports/scala_port/.gitignore b/source/ports/scala_port/.gitignore deleted file mode 100644 index 4c9f3bdfe..000000000 --- a/source/ports/scala_port/.gitignore +++ /dev/null @@ -1,28 +0,0 @@ -target/ -.bloop/ -.vscode/ -.vsls.json -.bsp/ -.metals/ - -*.class -*.log - -# sbt specific -.cache/ -.history/ -.lib/ -dist/* -target/ -lib_managed/ -src_managed/ -project/boot/ -project/plugins/project/ - -# Scala-IDE specific -.scala_dependencies -.worksheet -.idea - -# Disable from parent gitignore -!build.sbt diff --git a/source/ports/scala_port/.scalafmt.conf b/source/ports/scala_port/.scalafmt.conf deleted file mode 100644 index 1f49976c0..000000000 --- a/source/ports/scala_port/.scalafmt.conf +++ /dev/null @@ -1,2 +0,0 @@ -version = "2.7.4" -maxColumn = 90 \ No newline at end of file diff --git a/source/ports/scala_port/TODO b/source/ports/scala_port/TODO index 5bc038222..bfd1fc0ff 100644 --- a/source/ports/scala_port/TODO +++ b/source/ports/scala_port/TODO @@ -1 +1,2 @@ -Repo has been moved to: https://github.com/metacall/scala-port. Should we link it? +Repo has been moved to: https://github.com/metacall/scala-port. +Move it back to this folder once Java/Scala loaders have been implemented.