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

WeakReference in WatchingCache #28

Open
darkleaf opened this issue Sep 12, 2019 · 2 comments
Open

WeakReference in WatchingCache #28

darkleaf opened this issue Sep 12, 2019 · 2 comments
Labels
clojurescript support Issues that we have to tackle in order to get ClojureScript support working.
Milestone

Comments

@darkleaf
Copy link
Contributor

Is it possible remove WeakReference usage or add generic WatchingCache?
JavaScript engine does not implement WeakReference but implement WeakMap.

For clojurescript support #20

@camsaul
Copy link
Owner

camsaul commented Sep 21, 2019

Yeah, we can make that Clojure-only with #?(:clj). If it's not there it's not the end of the world in a web application.

@camsaul camsaul added clojurescript support Issues that we have to tackle in order to get ClojureScript support working. help wanted Extra attention is needed labels Jun 4, 2021
@camsaul
Copy link
Owner

camsaul commented Jun 16, 2021

See #72. I think we should just replace the watching cache altogether

@camsaul camsaul removed the help wanted Extra attention is needed label Jun 16, 2021
@camsaul camsaul added this to the 1.0.0 milestone Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clojurescript support Issues that we have to tackle in order to get ClojureScript support working.
Projects
None yet
Development

No branches or pull requests

2 participants