Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@200sc
Copy link
Contributor

@200sc 200sc commented Jan 14, 2022

For JS targets, a call to the standard library's os package to open a file will always error. This change alters the fileutil package, where all of oak's os file calls happen (outside of driver specific operations), to default to not make OS calls if the embedded file system fails a file lookup.

@200sc 200sc self-assigned this Jan 14, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jan 14, 2022

Codecov Report

Merging #183 (9f0c3f2) into master (8ce1c67) will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #183      +/-   ##
==========================================
- Coverage   92.72%   92.67%   -0.05%     
==========================================
  Files         141      141              
  Lines        6406     6406              
==========================================
- Hits         5940     5937       -3     
- Misses        406      410       +4     
+ Partials       60       59       -1     
Impacted Files Coverage Δ
drawLoop.go 54.71% <0.00%> (-5.67%) ⬇️

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 8ce1c67...9f0c3f2. Read the comment docs.

@Implausiblyfun
Copy link
Contributor

Do we think we need to have a story for running js builds in ci?

Copy link
Contributor

@Implausiblyfun Implausiblyfun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per conversation we will open an issue for js in CI

@200sc 200sc merged commit 5ba729b into master Jan 18, 2022
@200sc 200sc deleted the hotfix/os-fallback-js branch March 29, 2022 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants