zls icon indicating copy to clipboard operation
zls copied to clipboard

replace build runners with a new one based on the current zig version

Open Techatrix opened this issue 1 year ago • 1 comments

This new build runner is based on the current build_runner.zig that is used by Zig. It will run all dependencies that are necessary to resolve every modules and includes directories.

There are no error messages being reported when the build failed yet. I plan on providing a simple "build server" like interface to report errors and to make it easier to extend it with more capabilities in the future.

Techatrix avatar Jan 30 '24 00:01 Techatrix

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.50%. Comparing base (e96503d) to head (8ea19fd). Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1734   +/-   ##
=======================================
  Coverage   78.49%   78.50%           
=======================================
  Files          34       34           
  Lines       10653    10653           
=======================================
+ Hits         8362     8363    +1     
+ Misses       2291     2290    -1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jan 30 '24 00:01 codecov[bot]