Draft
Conversation
# Conflicts: # src/alpaca/DebugSettings.scala # src/alpaca/internal/internal.scala # src/alpaca/internal/lexer/Lexem.scala # src/alpaca/internal/lexer/Lexer.scala # src/alpaca/internal/lexer/Token.scala # src/alpaca/internal/lexer/Tokenization.scala # src/alpaca/internal/parser/Parser.scala # src/alpaca/internal/parser/createTables.scala # test/src/alpaca/ParserApiTest.scala # test/src/alpaca/internal/DefaultTest.scala # test/src/alpaca/internal/lexer/LexerTest.scala # test/src/alpaca/internal/parser/ParseTableTest.scala
# Conflicts: # src/alpaca/internal/lexer/Lexeme.scala # src/alpaca/internal/lexer/Lexer.scala # src/alpaca/internal/lexer/PositionTracking.scala # src/alpaca/internal/lexer/Tokenization.scala # src/alpaca/lexer.scala # test/src/alpaca/ParserApiTest.scala # test/src/alpaca/integration/MainTest.scala # thesis/src/out/alpaca.pdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AI-Generated Description
Use Relaxed Lambda Syntax
Summary
This PR updates the project to Scala 3.10.1 and refactors the codebase to leverage the relaxed lambda syntax introduced in recent Scala versions. This change improves code readability, reduces verbosity, and aligns the project with modern Scala best practices. Additionally, formatting configurations were updated to ensure consistency with the new syntax.
Key Changes
3.10.1..scalafmt.confto support the relaxed lambda syntax and reformatted all files for consistency.Technical Details
.scalafmt.confto ensure compatibility with Scala 3.10.1 and the new lambda syntax, followed by reformatting the codebase.These changes ensure the codebase is easier to maintain and aligned with modern Scala practices while maintaining backward compatibility with the updated compiler.
Statistics