Skip to content

Conversation

@larslenssen
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Dec 3, 2021

Codecov Report

Merging #98 (a230e94) into dev (f9d7b7f) will not change coverage.
The diff coverage is n/a.

❗ Current head a230e94 differs from pull request most recent head 2c226fd. Consider uploading reports for the commit 2c226fd to get more accurate results

@@          Coverage Diff          @@
##             dev     #98   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         25      25           
  Lines       1512    1512           
  Branches     236     236           
=====================================
  Misses      1512    1512           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fed96cc...2c226fd. Read the comment docs.

@larslenssen larslenssen linked an issue Dec 3, 2021 that may be closed by this pull request
5 tasks
@johanneshiry
Copy link
Member

Please resolve PSU#193 first

@johanneshiry
Copy link
Member

Sonarqube fails as it seems that the currently used version does not recognize enums in scala 3 correctly. Please ignore this for now in your review. Will fix this asap.

@sonarqubegithubprchecks

This comment has been minimized.

Copy link
Member

@ckittl ckittl left a comment

Choose a reason for hiding this comment

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

Thanks once again for your work! I think there is one or the other question, that needs clarification.

@sebastian-peter sebastian-peter requested a review from ckittl March 14, 2022 14:33
@sonarqubegithubprchecks

This comment has been minimized.

@sebastian-peter sebastian-peter force-pushed the ll/#73-firstImplementationOfInput branch from 5ac518e to 8bf85c3 Compare March 21, 2022 13:47
@sonarqubegithubprchecks

This comment has been minimized.

Copy link
Member

@ckittl ckittl left a comment

Choose a reason for hiding this comment

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

Only smaller remarks, other than that it looks pretty good! 🌞 Thanks!

* @tparam T
* Behavior type
*/
trait ActorStopSupportStateless[T] {
Copy link
Member

@ckittl ckittl Mar 25, 2022

Choose a reason for hiding this comment

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

Why did you decide to not extend the existing trait and override the methods? The traits are meant to do the same thing, but have different outline (cf. cleanUp is once a partial function and once a method)

Copy link
Member

Choose a reason for hiding this comment

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

I now adapted the interface definitions to match types as far as possible (both using functions now)

@sonarqubegithubprchecks

This comment has been minimized.

1 similar comment
@sonarqubegithubprchecks

This comment has been minimized.

@sonarqubegithubprchecks
Copy link

Passed

Analysis Details

0 Issues

  • Bug0 Bugs
  • Vulnerability0 Vulnerabilities
  • Code Smell0 Code Smells

Coverage and Duplications

  • No coverage informationNo coverage information (0.00% Estimated after merge)
  • 3 percent duplication0.00% Duplicated Code (0.00% Estimated after merge)

Project ID: edu.ie3:OSMoGrid

View in SonarQube

@sebastian-peter sebastian-peter merged commit 8e8d011 into dev Mar 28, 2022
@sebastian-peter sebastian-peter deleted the ll/#73-firstImplementationOfInput branch March 28, 2022 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Input Actor

6 participants