Skip to content

Modify Scala Testing#5520

Merged
rzuckerm merged 20 commits intoTheRenegadeCoder:mainfrom
pascalecu:scala/move-to-scala-3
Apr 11, 2026
Merged

Modify Scala Testing#5520
rzuckerm merged 20 commits intoTheRenegadeCoder:mainfrom
pascalecu:scala/move-to-scala-3

Conversation

@pascalecu
Copy link
Copy Markdown
Contributor

Congrats on taking the first step to contributing to the Sample Programs repository maintained by The Renegade Coder!
For simplicity, please make sure that your pull request includes one and only one contribution.

Please fill one of the sections below as applicable.
Please also add any other relevant information to the Notes section at the bottom.
You may delete or just ignore any other sections.
For more information please refer to our contributing documentation

I Am Modifying an Existing Code Snippet or Existing Tests

  • I fixed Modify Scala Testing #5519
  • I did not include any extra folders/libraries
  • I have read about modifying existing code snippets or tests in the contributing documentation
  • I have explained why this modification is necessary either in the issue linked above or in the notes below
  • I named the pull request using Modify {PROJECT} {tests} in {LANGUAGE} format

Other Notes

I moved all samples to Scala 3.8.3, which ended up making the samples shorter (also because I replaced most of the code with idiomatic, functional equivalents). I also rewrote my Sleep Sort implementation, since I found a way to make it less convoluted.

@github-actions github-actions bot added enhancement Any code that improves the repo hello world See: https://sampleprograms.io/projects/hello-world/ reverse string See: https://sampleprograms.io/projects/reverse-string/ fizz buzz See: https://sampleprograms.io/projects/fizz-buzz/ file input output See: https://sampleprograms.io/projects/file-input-output/ baklava See: https://sampleprograms.io/projects/baklava/ fibonacci See: https://sampleprograms.io/projects/fibonacci/ factorial See: https://sampleprograms.io/projects/factorial/ even odd See: https://sampleprograms.io/projects/even-odd/ bubble sort See: https://sampleprograms.io/projects/bubble-sort/ quick sort See: https://sampleprograms.io/projects/quick-sort/ tests Testing related capitalize See: https://sampleprograms.io/projects/capitalize/ sleep sort See: https://sampleprograms.io/projects/sleep-sort/ linear search See: https://sampleprograms.io/projects/linear-search/ labels Apr 11, 2026
@pascalecu pascalecu force-pushed the scala/move-to-scala-3 branch from 86a70f8 to f82cc25 Compare April 11, 2026 05:01
Copy link
Copy Markdown
Collaborator

@rzuckerm rzuckerm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely done, @pascalecu . It looks like Scala has changed significantly over the years!

@rzuckerm rzuckerm merged commit cf4fc5e into TheRenegadeCoder:main Apr 11, 2026
5 checks passed
@pascalecu pascalecu deleted the scala/move-to-scala-3 branch April 11, 2026 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

baklava See: https://sampleprograms.io/projects/baklava/ bubble sort See: https://sampleprograms.io/projects/bubble-sort/ capitalize See: https://sampleprograms.io/projects/capitalize/ enhancement Any code that improves the repo even odd See: https://sampleprograms.io/projects/even-odd/ factorial See: https://sampleprograms.io/projects/factorial/ fibonacci See: https://sampleprograms.io/projects/fibonacci/ file input output See: https://sampleprograms.io/projects/file-input-output/ fizz buzz See: https://sampleprograms.io/projects/fizz-buzz/ hello world See: https://sampleprograms.io/projects/hello-world/ linear search See: https://sampleprograms.io/projects/linear-search/ quick sort See: https://sampleprograms.io/projects/quick-sort/ reverse string See: https://sampleprograms.io/projects/reverse-string/ sleep sort See: https://sampleprograms.io/projects/sleep-sort/ tests Testing related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Modify Scala Testing

2 participants