Skip to content

Commit

Permalink
Update progress
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Jan 12, 2024
1 parent 10981d2 commit f551f21
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/org/jank_lang/page/progress/view.clj
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
:done #{}}
{:name "*compile-files*"
:tasks [:done :tested]
:done #{}}
:done #{:done}}
{:name "*compile-path*"
:tasks [:done :tested]
:done #{}}
Expand Down Expand Up @@ -681,7 +681,7 @@
:done #{}}
{:name "defmacro"
:tasks [:done :tested]
:done #{}}
:done #{:done}}
{:name "defmethod"
:tasks [:done :tested]
:done #{}}
Expand Down Expand Up @@ -819,7 +819,7 @@
:done #{}}
{:name "even?"
:tasks [:done :tested]
:done #{}}
:done #{:done}}
{:name "every-pred"
:tasks [:done :tested]
:done #{}}
Expand Down Expand Up @@ -963,7 +963,7 @@
:done #{:done}}
{:name "get-in"
:tasks [:done :tested]
:done #{}}
:done #{:done}}
{:name "get-method"
:tasks [:done :tested]
:done #{}}
Expand All @@ -972,7 +972,7 @@
:done #{}}
{:name "get-thread-bindings"
:tasks [:done :tested]
:done #{}}
:done #{:done}}
{:name "get-validator"
:tasks [:done :tested]
:done #{}}
Expand Down Expand Up @@ -1146,7 +1146,7 @@
:done #{:done}}
{:name "list?"
:tasks [:done :tested]
:done #{}}
:done #{:done}}
{:name "load"
:tasks [:done :tested]
:done #{:done}}
Expand Down Expand Up @@ -1353,7 +1353,7 @@
:done #{}}
{:name "odd?"
:tasks [:done :tested]
:done #{}}
:done #{:done}}
{:name "or"
:tasks [:done :tested]
:done #{:done}}
Expand Down Expand Up @@ -1404,7 +1404,7 @@
:done #{}}
{:name "pop-thread-bindings"
:tasks [:done :tested]
:done #{}}
:done #{:done}}
{:name "pos-int?"
:tasks [:done :tested]
:done #{}}
Expand Down Expand Up @@ -1479,7 +1479,7 @@
:done #{}}
{:name "push-thread-bindings"
:tasks [:done :tested]
:done #{}}
:done #{:done}}
{:name "pvalues"
:tasks [:done :tested]
:done #{}}
Expand Down Expand Up @@ -2043,7 +2043,7 @@
:done #{}}
{:name "vector?"
:tasks [:done :tested]
:done #{}}
:done #{:done}}
{:name "volatile!"
:tasks [:done :tested]
:done #{}}
Expand Down

0 comments on commit f551f21

Please sign in to comment.