rjkroege / edwood

Go version of Plan9 Acme Editor
Other
387 stars 34 forks source link

Correctly setup globals from dumpfile #387

Closed rjkroege closed 3 years ago

rjkroege commented 3 years ago

Code relocation to unify global state management broke setting the default font from a dumpfile. Adjust initialization order to fix #384.

codecov[bot] commented 3 years ago

Codecov Report

Merging #387 (020017e) into master (ccd457f) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #387   +/-   ##
=======================================
  Coverage   53.49%   53.49%           
=======================================
  Files          55       55           
  Lines       10662    10662           
=======================================
  Hits         5704     5704           
  Misses       4527     4527           
  Partials      431      431           
Impacted Files Coverage Δ
acme.go 28.72% <0.00%> (ø)

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 ccd457f...020017e. Read the comment docs.