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

Create CODE_OF_CONDUCT.md #33

Merged
merged 1 commit into from
Mar 10, 2021
Merged

Create CODE_OF_CONDUCT.md #33

merged 1 commit into from
Mar 10, 2021

Conversation

lukechu10
Copy link
Member

No description provided.

@lukechu10 lukechu10 merged commit b61242a into master Mar 10, 2021
@lukechu10 lukechu10 deleted the add-code-of-conduct-1 branch March 10, 2021 06:14
lukechu10 added a commit that referenced this pull request Mar 10, 2021
commit b61242a
Author: Luke Chu <[email protected]>
Date:   Tue Mar 9 22:14:18 2021 -0800

    Create CODE_OF_CONDUCT.md (#33)

commit e5dddbc
Author: Kestrer <[email protected]>
Date:   Tue Mar 9 18:44:56 2021 +0000

    Remove double-boxing of Computation (#31)
lukechu10 added a commit that referenced this pull request Mar 10, 2021
* Refactor Signal

Make Signal a normal struct rather than a tuple struct

* Rename Computation to Callback

* Rename DEPENDENCIES to CONTEXT

* Do not trigger build_docs on pull_request

* Use a trait object to store dependencies

* Rename CONTEXT to RUNNING

* Move subscribe closure into subscribe_callback

* Build on push

* Make CONTEXTS a Vec stack

* Add (ignored) test for effect dynamic dependencies

* Get rid of execute()

* Store effect state in Running

* Add cleanup function

* wip

* wip

* Replace Box with Rc

* Replace Vec with HashSet

* Make dependency use a HashSet

* Add doc comment to cleanup_running

* Squashed commit of the following:

commit b61242a
Author: Luke Chu <[email protected]>
Date:   Tue Mar 9 22:14:18 2021 -0800

    Create CODE_OF_CONDUCT.md (#33)

commit e5dddbc
Author: Kestrer <[email protected]>
Date:   Tue Mar 9 18:44:56 2021 +0000

    Remove double-boxing of Computation (#31)

* Refactor create_effect_initial to recreate dependencies

* Refactor create_effect using create_effect_initial
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.

1 participant