Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feature/typed-actors investigation of typed actors #3

Merged
merged 4 commits into from
Jun 28, 2024

Conversation

cloudmark
Copy link
Collaborator

@cloudmark cloudmark commented Jun 27, 2024

In this PR, I have addressed a common comment from the community regarding the lack of typing for actors. The framework is now fully typed, ensuring that actors are explicitly defined for the messages they can receive and respond with. This enhancement improves type safety, reduces runtime errors, and makes the codebase more robust and maintainable.

@cloudmark cloudmark self-assigned this Jun 27, 2024
README.md Outdated Show resolved Hide resolved
Co-authored-by: Justin du Coeur, AKA Mark Waks <jducoeur@gmail.com>
.bsp/sbt.json Outdated
@@ -0,0 +1 @@
{"name":"sbt","version":"1.9.7","bspVersion":"2.1.0-M1","languages":["scala"],"argv":["/Users/markgalea/Library/Java/JavaVirtualMachines/openjdk-21.0.2/Contents/Home/bin/java","-Xms100m","-Xmx100m","-classpath","/Users/markgalea/Library/Application Support/JetBrains/IntelliJIdea2024.1/plugins/Scala/launcher/sbt-launch.jar","-Dsbt.script=/usr/local/bin/sbt","xsbt.boot.Boot","-bsp"]}

Choose a reason for hiding this comment

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

I suspect you don't want to check this one in -- probably belongs in .gitignore.

@cloudmark cloudmark merged commit b3b39a8 into main Jun 28, 2024
1 check passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants