Skip to content

Commit

Permalink
Bump Pkg to latest master (6c29d6c5421b4e3d872ccf42bd775b627b300069) (#…
Browse files Browse the repository at this point in the history
…34186)

$ git log --oneline 8e236a7f993f1e732ffd0ab5c15736b2594e4109^..6c29d6c5421b4e3d872ccf42bd775b627b300069
6c29d6c provide a fallback when sandboxing projects with no project file (#1549)
b9bcd6a Do not ever attempt to set owner when extracting (#1557)
50581b2 Add try/catch around call to realpath in safe_realpath (#1547)
fb248f4 Remove Test which was added as a dependency by accident (#1553)
180d51e Disable needless specialization in Artifacts code (#1543)
7e42dfa telemetry: remove commit header (#1551)
a9d85e7 Adjust GC delay and add `--all` flag to circumvent delay (#1540)
8e236a7 Merge pull request #1544 from JuliaLang/sk/telemetry
90b8482 telemetry: factor out telemetry file loading
228fb97 CI telemetry: send indicators for common CI env vars
246dbd0 Pkg protocol: basic anonymous opt-out telemetry
  • Loading branch information
DilumAluthge authored and fredrikekre committed Dec 23, 2019
1 parent 1c89535 commit 27eb582
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 7 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5a849b56864413cbda4385d078ce8ac8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8ca3fe25f462098f059984220d0828994d7cc8fdb8ae73894d321482948bbf6f75aacefa67d58ca406229f6e89814cbdef3d2cf53b89bb3b3270cdb6e221c7fe

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion stdlib/Pkg.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PKG_BRANCH = master
PKG_SHA1 = 8e236a7f993f1e732ffd0ab5c15736b2594e4109
PKG_SHA1 = 6c29d6c5421b4e3d872ccf42bd775b627b300069

4 comments on commit 27eb582

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

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

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

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

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

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

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

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

Your test job has completed - possible new issues were detected. A full report can be found here. cc @maleadt

Please sign in to comment.