Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

removed ITellScheduler extensions from F# API #834

Merged
merged 1 commit into from
Apr 13, 2015

Conversation

Horusiath
Copy link
Contributor

This should fix an #831 issue. New implementations of ScheduleTellOnce and ScheduleTellRepeatedly are now ripped off from optional parameters - they provide a minimal set of parameters required by their previous versions, while more parametrized ones are still available from akka core ITellScheduler implementation.

fixed issue with recursive ITellScheduler F# extension call
@rogeralsing
Copy link
Contributor

We should add tests for this imo

@Aaronontheweb
Copy link
Member

@rogeralsing @Horusiath does that mean that we need to add them to this PR? Or do you want to create a separate issue for that?

@rogeralsing
Copy link
Contributor

IMO we should at least have a test that proves the broken bits are now fixed for each bug fix PR.
also the entire F# API is weak on tests, we should have tests for each function of the F# API, but that could be a separate task to improve on.

@Horusiath
Copy link
Contributor Author

Ok, I'll update PR.

@Horusiath
Copy link
Contributor Author

Ok, I've realized it's quite cumbersome without F# support for akka testkit. Can we get this one up (I've tested in localy on some example) and cover tests after TestKit.FSharp plugin will be out?

@Aaronontheweb
Copy link
Member

@Horusiath who's doing the TestKit for FSharp?

@Horusiath
Copy link
Contributor Author

Me... eventually.

rogeralsing added a commit that referenced this pull request Apr 13, 2015
removed ITellScheduler extensions from F# API
@rogeralsing rogeralsing merged commit ff8f5c3 into akkadotnet:dev Apr 13, 2015
@Horusiath Horusiath deleted the fsapi-remove-itellscheduler branch March 23, 2016 14:06
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.

3 participants