Skip to content

Commit

Permalink
WIP Upgrade to Shadow-CLJS 2.19.3 and remove warning from taoensso.en…
Browse files Browse the repository at this point in the history
…core

------ WARNING #1 - :redef -----------------------------------------------------
 Resource: taoensso/encore.cljs:947:1
--------------------------------------------------------------------------------
 944 |                                                                                         )
 945 |
 946 | (defn pow [n exp] (Math/pow n exp))
 947 | (defn abs [n]     (if (neg? n) (- n) n)) ; #+clj (Math/abs n) reflects
-------^------------------------------------------------------------------------
 abs already refers to: cljs.core/abs being replaced by: taoensso.encore/abs
--------------------------------------------------------------------------------
 948 | (defn round* ; round
 949 |   ([             n] (round* :round nil n))
 950 |   ([type         n] (round* type   nil n))
 951 |   ([type nplaces n]
--------------------------------------------------------------------------------
  • Loading branch information
ilmotta committed Mar 20, 2023
1 parent 8433090 commit 023228e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"process": "0.11.10",
"react-test-renderer": "16.13.1",
"rn-snoopy": "git+https://github.com/status-im/rn-snoopy.git#refs/tags/v2.0.2-status",
"shadow-cljs": "2.17.4"
"shadow-cljs": "2.19.3"
},
"binary": {
"module_name": "status_nodejs_addon",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10241,10 +10241,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/shadow-cljs-jar/-/shadow-cljs-jar-1.3.2.tgz#97273afe1747b6a2311917c1c88d9e243c81957b"
integrity sha512-XmeffAZHv8z7451kzeq9oKh8fh278Ak+UIOGGrapyqrFBB773xN8vMQ3O7J7TYLnb9BUwcqadKkmgaq7q6fhZg==

shadow-cljs@2.17.4:
version "2.17.4"
resolved "https://registry.yarnpkg.com/shadow-cljs/-/shadow-cljs-2.17.4.tgz#d644dfb29d5abdd293d6ffd639e8fad7759e60e1"
integrity sha512-/9Y/sqOYcYQwTA+aMThsgD7CcGzcZ64MNQwHLX5/InwuVwpOZx8Rc2gNFR45Qf/hh0GQv1ZEZlmfQvKXmg++lw==
shadow-cljs@2.19.3:
version "2.19.3"
resolved "https://registry.yarnpkg.com/shadow-cljs/-/shadow-cljs-2.19.3.tgz#115a33917f8bca1495e0f815dca7ec3957f669af"
integrity sha512-9TsTCRlmR8m1g2ekwblgomRUgJpbifQI99VlRrlH9NMqEzklev3zYAD1dvy4d5h8BoAhgdxOOEg7ld2d45CWTA==
dependencies:
node-libs-browser "^2.2.1"
readline-sync "^1.4.7"
Expand Down

0 comments on commit 023228e

Please sign in to comment.