JuliaSIMD / ThreadingUtilities.jl

Utilities for low overhead threading in Julia.
MIT License
17 stars 4 forks source link

Bump version number from "0.1.1-DEV" to "0.1.1" #7

Closed DilumAluthge closed 3 years ago

DilumAluthge commented 3 years ago

After merging this, we should register a new version. The docs did not build on 0.1.0, so registering 0.1.1 will build and deploy the stable docs link.

Don't merge this just yet. I want to double-check that the dev docs link is building and deploying on master before we merge this.

chriselrod commented 3 years ago

I think I may still need to add keys. (EDIT: I've added them.)

codecov-io commented 3 years ago

Codecov Report

Merging #7 (a8a0806) into master (1aaddc4) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master        #7   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           98        98           
=========================================
  Hits            98        98           

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 1aaddc4...a8a0806. Read the comment docs.

DilumAluthge commented 3 years ago

The dev docs are now working: https://chriselrod.github.io/ThreadingUtilities.jl/dev/

So this PR is good to merge once CI is all green.

chriselrod commented 3 years ago

Unfortunately, I'm not sure the problem is solved yet, because the timeouts seem random.

chriselrod commented 3 years ago

CI / Julia ^1.6.0-0 - ubuntu-latest - x64 - pull_request (pull_request) Cancelled after 10m —

DilumAluthge commented 3 years ago

Only two timeouts though, that's pretty good!

I'd still merge this though, so we can get a new release out with working docs.

chriselrod commented 3 years ago

The PR where I added the asserts keeps passing. =/