Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Make some global variables constant #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

giordano
Copy link
Member

I have no way to check whether I broke something, tests are already broken for me (#77).

@codecov
Copy link

codecov bot commented Jan 25, 2022

Codecov Report

Merging #78 (101448c) into main (ed87f07) will increase coverage by 0.13%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #78      +/-   ##
==========================================
+ Coverage   79.13%   79.27%   +0.13%     
==========================================
  Files           6        6              
  Lines         580      579       -1     
==========================================
  Hits          459      459              
+ Misses        121      120       -1     
Impacted Files Coverage Δ
src/utils.jl 70.10% <75.00%> (+0.71%) ⬆️
src/Sandbox.jl 73.04% <100.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 ed87f07...101448c. Read the comment docs.

@DilumAluthge
Copy link
Member

@staticfloat Would it be alright, for this repository, for us to allow Buildkite to run on PRs from forks?

@@ -89,16 +89,15 @@ function select_executor(verbose::Bool)
error("Could not find any available executors for $(triplet(HostPlatform()))!")
end

_preferred_executor = nothing
const _preferred_executor = Ref{Union{Nothing, (x->Type{x}).(all_executors)...}}(nothing)
Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure this helps anything in practice, all_executors has already three elements, with more possibly to come.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants