Skip to content

Instantly share code, notes, and snippets.

@Deraen
Created October 28, 2022 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Deraen/a699de28866c117566e7d0d3f9088440 to your computer and use it in GitHub Desktop.
Save Deraen/a699de28866c117566e7d0d3f9088440 to your computer and use it in GitHub Desktop.
------ WARNING #1 - :infer-warning ---------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/impl/batching.cljs:54:1
--------------------------------------------------------------------------------
51 | (.push fs f)
52 | (.schedule queue))
53 |
54 | (deftype RenderQueue [^:mutable ^boolean scheduled?]
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. RenderQueue -prototype) -flush-after-render)
--------------------------------------------------------------------------------
55 | Object
56 | (schedule [this]
57 | (when-not scheduled?
58 | (set! scheduled? true)
--------------------------------------------------------------------------------
------ WARNING #2 - :infer-warning ---------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/impl/batching.cljs:54:1
--------------------------------------------------------------------------------
51 | (.push fs f)
52 | (.schedule queue))
53 |
54 | (deftype RenderQueue [^:mutable ^boolean scheduled?]
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. RenderQueue -prototype) -queue-render)
--------------------------------------------------------------------------------
55 | Object
56 | (schedule [this]
57 | (when-not scheduled?
58 | (set! scheduled? true)
--------------------------------------------------------------------------------
------ WARNING #3 - :infer-warning ---------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/impl/batching.cljs:54:1
--------------------------------------------------------------------------------
51 | (.push fs f)
52 | (.schedule queue))
53 |
54 | (deftype RenderQueue [^:mutable ^boolean scheduled?]
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. RenderQueue -prototype) -schedule)
--------------------------------------------------------------------------------
55 | Object
56 | (schedule [this]
57 | (when-not scheduled?
58 | (set! scheduled? true)
--------------------------------------------------------------------------------
------ WARNING #4 - :infer-warning ---------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/impl/batching.cljs:54:1
--------------------------------------------------------------------------------
51 | (.push fs f)
52 | (.schedule queue))
53 |
54 | (deftype RenderQueue [^:mutable ^boolean scheduled?]
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. RenderQueue -prototype) -flush-before-flush)
--------------------------------------------------------------------------------
55 | Object
56 | (schedule [this]
57 | (when-not scheduled?
58 | (set! scheduled? true)
--------------------------------------------------------------------------------
------ WARNING #5 - :infer-warning ---------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/impl/batching.cljs:54:1
--------------------------------------------------------------------------------
51 | (.push fs f)
52 | (.schedule queue))
53 |
54 | (deftype RenderQueue [^:mutable ^boolean scheduled?]
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. RenderQueue -prototype) -flush-queues)
--------------------------------------------------------------------------------
55 | Object
56 | (schedule [this]
57 | (when-not scheduled?
58 | (set! scheduled? true)
--------------------------------------------------------------------------------
------ WARNING #6 - :infer-warning ---------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/impl/batching.cljs:54:1
--------------------------------------------------------------------------------
51 | (.push fs f)
52 | (.schedule queue))
53 |
54 | (deftype RenderQueue [^:mutable ^boolean scheduled?]
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. RenderQueue -prototype) -run-queues)
--------------------------------------------------------------------------------
55 | Object
56 | (schedule [this]
57 | (when-not scheduled?
58 | (set! scheduled? true)
--------------------------------------------------------------------------------
------ WARNING #7 - :infer-warning ---------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/impl/batching.cljs:54:1
--------------------------------------------------------------------------------
51 | (.push fs f)
52 | (.schedule queue))
53 |
54 | (deftype RenderQueue [^:mutable ^boolean scheduled?]
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. RenderQueue -prototype) -add-before-flush)
--------------------------------------------------------------------------------
55 | Object
56 | (schedule [this]
57 | (when-not scheduled?
58 | (set! scheduled? true)
--------------------------------------------------------------------------------
------ WARNING #8 - :infer-warning ---------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/impl/batching.cljs:54:1
--------------------------------------------------------------------------------
51 | (.push fs f)
52 | (.schedule queue))
53 |
54 | (deftype RenderQueue [^:mutable ^boolean scheduled?]
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. RenderQueue -prototype) -add-after-render)
--------------------------------------------------------------------------------
55 | Object
56 | (schedule [this]
57 | (when-not scheduled?
58 | (set! scheduled? true)
--------------------------------------------------------------------------------
------ WARNING #9 - :infer-warning ---------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/impl/batching.cljs:54:1
--------------------------------------------------------------------------------
51 | (.push fs f)
52 | (.schedule queue))
53 |
54 | (deftype RenderQueue [^:mutable ^boolean scheduled?]
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. RenderQueue -prototype) -flush-render)
--------------------------------------------------------------------------------
55 | Object
56 | (schedule [this]
57 | (when-not scheduled?
58 | (set! scheduled? true)
--------------------------------------------------------------------------------
------ WARNING #10 - :infer-warning --------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/ratom.cljs:248:1
--------------------------------------------------------------------------------
245 |
246 | ;;; cursor
247 |
248 | (deftype RCursor [ratom path ^:mutable reaction
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. RCursor -prototype) -_peek)
--------------------------------------------------------------------------------
249 | ^:mutable state ^:mutable watches]
250 | IAtom
251 | IReactiveAtom
252 |
--------------------------------------------------------------------------------
------ WARNING #11 - :infer-warning --------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/ratom.cljs:248:1
--------------------------------------------------------------------------------
245 |
246 | ;;; cursor
247 |
248 | (deftype RCursor [ratom path ^:mutable reaction
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. RCursor -prototype) -_set-state)
--------------------------------------------------------------------------------
249 | ^:mutable state ^:mutable watches]
250 | IAtom
251 | IReactiveAtom
252 |
--------------------------------------------------------------------------------
------ WARNING #12 - :infer-warning --------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/ratom.cljs:356:1
--------------------------------------------------------------------------------
353 | ;; - state
354 | ;; - watches
355 | ;; - watching
356 | (deftype Reaction [f ^:mutable state ^:mutable ^boolean dirty? ^boolean nocache?
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. Reaction -prototype) -_peek-at)
--------------------------------------------------------------------------------
357 | ^:mutable watching ^:mutable watches ^:mutable auto-run
358 | ^:mutable caught]
359 | IAtom
360 | IReactiveAtom
--------------------------------------------------------------------------------
------ WARNING #13 - :infer-warning --------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/ratom.cljs:356:1
--------------------------------------------------------------------------------
353 | ;; - state
354 | ;; - watches
355 | ;; - watching
356 | (deftype Reaction [f ^:mutable state ^:mutable ^boolean dirty? ^boolean nocache?
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. Reaction -prototype) -_handle-change)
--------------------------------------------------------------------------------
357 | ^:mutable watching ^:mutable watches ^:mutable auto-run
358 | ^:mutable caught]
359 | IAtom
360 | IReactiveAtom
--------------------------------------------------------------------------------
------ WARNING #14 - :infer-warning --------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/ratom.cljs:356:1
--------------------------------------------------------------------------------
353 | ;; - state
354 | ;; - watches
355 | ;; - watching
356 | (deftype Reaction [f ^:mutable state ^:mutable ^boolean dirty? ^boolean nocache?
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. Reaction -prototype) -_update-watching)
--------------------------------------------------------------------------------
357 | ^:mutable watching ^:mutable watches ^:mutable auto-run
358 | ^:mutable caught]
359 | IAtom
360 | IReactiveAtom
--------------------------------------------------------------------------------
------ WARNING #15 - :infer-warning --------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/ratom.cljs:356:1
--------------------------------------------------------------------------------
353 | ;; - state
354 | ;; - watches
355 | ;; - watching
356 | (deftype Reaction [f ^:mutable state ^:mutable ^boolean dirty? ^boolean nocache?
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. Reaction -prototype) -_queued-run)
--------------------------------------------------------------------------------
357 | ^:mutable watching ^:mutable watches ^:mutable auto-run
358 | ^:mutable caught]
359 | IAtom
360 | IReactiveAtom
--------------------------------------------------------------------------------
------ WARNING #16 - :infer-warning --------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/ratom.cljs:356:1
--------------------------------------------------------------------------------
353 | ;; - state
354 | ;; - watches
355 | ;; - watching
356 | (deftype Reaction [f ^:mutable state ^:mutable ^boolean dirty? ^boolean nocache?
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. Reaction -prototype) -_try-capture)
--------------------------------------------------------------------------------
357 | ^:mutable watching ^:mutable watches ^:mutable auto-run
358 | ^:mutable caught]
359 | IAtom
360 | IReactiveAtom
--------------------------------------------------------------------------------
------ WARNING #17 - :infer-warning --------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/ratom.cljs:356:1
--------------------------------------------------------------------------------
353 | ;; - state
354 | ;; - watches
355 | ;; - watching
356 | (deftype Reaction [f ^:mutable state ^:mutable ^boolean dirty? ^boolean nocache?
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. Reaction -prototype) -_run)
--------------------------------------------------------------------------------
357 | ^:mutable watching ^:mutable watches ^:mutable auto-run
358 | ^:mutable caught]
359 | IAtom
360 | IReactiveAtom
--------------------------------------------------------------------------------
------ WARNING #18 - :infer-warning --------------------------------------------
File: /home/runner/work/reagent/reagent/src/reagent/ratom.cljs:356:1
--------------------------------------------------------------------------------
353 | ;; - state
354 | ;; - watches
355 | ;; - watching
356 | (deftype Reaction [f ^:mutable state ^:mutable ^boolean dirty? ^boolean nocache?
-------^------------------------------------------------------------------------
Cannot infer target type in expression (. (. Reaction -prototype) -_set-opts)
--------------------------------------------------------------------------------
357 | ^:mutable watching ^:mutable watches ^:mutable auto-run
358 | ^:mutable caught]
359 | IAtom
360 | IReactiveAtom
--------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment