anp / moxie

lightweight platform-agnostic tools for declarative UI
https://moxie.rs
Apache License 2.0
828 stars 27 forks source link

Support developing on apple silicon (for now?) #237

Closed anp closed 3 years ago

anp commented 3 years ago

Not supporting it in CI or anything, but it's the laptop I have access to right now.

EDIT: I'm just going to remove rust-toolchain.

Resolves #221.

codecov[bot] commented 3 years ago

Codecov Report

Merging #237 (65fa1a9) into main (0362f28) will increase coverage by 22.16%. The diff coverage is 62.50%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #237       +/-   ##
===========================================
+ Coverage   27.78%   49.94%   +22.16%     
===========================================
  Files          49       47        -2     
  Lines       11933     8235     -3698     
  Branches     6664        0     -6664     
===========================================
+ Hits         3315     4113      +798     
+ Misses       6406     4122     -2284     
+ Partials     2212        0     -2212     
Impacted Files Coverage Δ
dom/augdom/src/rsdom.rs 60.31% <0.00%> (+26.69%) :arrow_up:
ofl/src/format.rs 4.83% <0.00%> (+4.83%) :arrow_up:
src/lib.rs 56.93% <0.00%> (+16.62%) :arrow_up:
src/runtime.rs 36.23% <66.66%> (+11.78%) :arrow_up:
benches/core.rs 100.00% <100.00%> (+10.00%) :arrow_up:
dyn-cache/src/cache_cell.rs 100.00% <100.00%> (+23.80%) :arrow_up:
dyn-cache/src/dep_node.rs 93.42% <100.00%> (+27.20%) :arrow_up:
mox/impl/src/lib.rs 86.47% <100.00%> (+45.44%) :arrow_up:
topo/benches/simple_calls.rs 82.05% <100.00%> (+13.47%) :arrow_up:
dyn-cache/src/lib.rs 59.52% <0.00%> (-20.48%) :arrow_down:
... and 48 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0362f28...65fa1a9. Read the comment docs.