Skip to content

Commit 8f8a209

Browse files
committed
fix: merge after large scale resigning.
1 parent b87b1ca commit 8f8a209

6 files changed

Lines changed: 26 additions & 310 deletions

File tree

.bsp/sbt.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ project/metals.sbt
1616
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1717
hs_err_pid*
1818

19-
tools/
19+
tools/
20+
journal/

.spellcheck_exceptions_dictionary.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# acronyms
2+
MYINC
3+
svg
4+
yaml
5+
cli
6+
27

38
# authors
49
Kernighan
510
Ritchie
611
praisetompane
12+
alvinalexander
13+
714

815
# concepts
916

@@ -12,11 +19,16 @@ praisetompane
1219

1320

1421
# technology:
22+
pyspelling
23+
sbt
1524

1625

1726
# institutions:
1827
roadmap
1928
hackerrank
29+
virtuslab
30+
epfl
31+
baeldung
2032

2133

2234
# urls:

Q.txt

Lines changed: 0 additions & 296 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Language Details
1010
- [language reference](https://docs.scala-lang.org/scala3/reference/)
11-
- [compiler]:
11+
- compiler:
1212
- [Scala 3](https://github.com/scala/scala3)
1313
- [Scala 2.13.*](https://github.com/scala/scala)
1414
- [base modules index](https://scala-lang.org/api/3.x/e)

setup.sh

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
echo "installing scala"
2-
asdf plugin add scala
3-
asdf install scala latest
4-
asdf global scala latest
2+
asdf plugin add scala
3+
asdf install scala latest
4+
asdf global scala latest
55
echo "done"
66

77
echo "installing sbt"
8-
asdf plugin add sbt
9-
asdf install sbt latest
10-
asdf global sbt latest
8+
asdf plugin add sbt
9+
asdf install sbt latest
10+
asdf global sbt latest
1111
echo "done"
1212

1313
echo "installing coursier"
14-
asdf plugin add coursier
15-
asdf install coursier latest
16-
asdf global coursier latest
14+
asdf plugin add coursier
15+
asdf install coursier latest
16+
asdf global coursier latest
1717
echo "done"
1818

1919
echo "installing scalafmt"
20-
coursier install scalafmt
20+
coursier install scalafmt
2121
echo "done"
2222

2323
echo "adding Coursier binary library to PATH"
24-
echo 'PATH="$PATH:$HOME/Library/Application Support/Coursier/bin"' >> ~/.zshenv
24+
echo 'PATH="$PATH:$HOME/Library/Application Support/Coursier/bin"' >> ~/.zshenv
2525
echo "done"

0 commit comments

Comments
 (0)