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

Minimal API #159

Merged
merged 2 commits into from
May 26, 2020
Merged

Minimal API #159

merged 2 commits into from
May 26, 2020

Conversation

JanKoelzer
Copy link
Contributor

  • Rewrite most methods/classes
  • subclasses of Cell for SequentialCell and ConcurrentCell
  • smaller API (only one when() method for everything)
  • register set of dependencies
  • laziness
  • failures in cells (catch exceptions, putFailure)
  • register set of dependencies
  • freeze (Cell.freeze, FreezeOutcome)
  • schedulingStrategies
    and a lot of refactoring

@JanKoelzer
Copy link
Contributor Author

JanKoelzer commented Dec 29, 2018

This fixes #156, #144, #114, #101, #71, #46, #146, partially fixes #84 and most probably fixes #23. (The latter issue is not defined precisely.)

- subclasses of Cell for SequentialCell and ConcurrentCell
- smaller API (only one when() method for everything)
- laziness
- failures in cells
- register set of dependencies
- freeze
- schedulingStrategies
- aggregation of updates
- custom Cell.sequential
and refactoring.

New tests, including IFDS taint analysis added.
This @volatile var was called `obj` and was of type `AnyRef`.
The `val entity` is now set on creation.
@phaller phaller merged commit 10643a7 into phaller:master May 26, 2020
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.

2 participants