Skip to content

Commit

Permalink
Bump Pkg on master (#39931)
Browse files Browse the repository at this point in the history
This should include the recent `is_stdlib()` fixes.  Short commit log:

```
7a9d9654 (HEAD -> master, origin/master, origin/HEAD) [ext/HSG]: Store next release _and_ latest nightly (#2418)
7b870924 [ext/HSG]: Enable generating historical stdlibs on macOS (#2417)
5d496193 Update Project.toml
feada149 only use the stdlib version cache if a custom version is given to the resolver
bae808dc Fix Markdown table formatting (#2416)
6e8b6214 Update docstrings for io kwargs, some io kwarg fixes, update stdlib list (#2402)
c2e3879e Mark the "STDLIBS_BY_VERSION up-to-date" test as broken (#2409)
```
  • Loading branch information
staticfloat authored Mar 6, 2021
1 parent efa7e4e commit 5fab42a
Showing 1 changed file with 1 addition and 1 deletion.
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 = 8cbd11723f27ce2feef229aaf944924ab355d864
PKG_SHA1 = 7a9d96545a9c30009b6653374a0ee960383441b6

9 comments on commit 5fab42a

@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 package evaluation job has completed - possible new issues were detected. A full report can be found here. cc @maleadt

@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 package evaluation job has completed - possible issues were detected. A full report can be found here. cc @maleadt

@vtjnash
Copy link
Member

@vtjnash vtjnash commented on 5fab42a Mar 8, 2021

Choose a reason for hiding this comment

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

Sigh, there's a new race condition in the makefile for fast machines. Will fix. In the meantime, let's try again:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@vtjnash
Copy link
Member

@vtjnash vtjnash commented on 5fab42a Mar 8, 2021

Choose a reason for hiding this comment

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

Ah, new permissions are tricky to get right (we probably should switch to make install at some point also, but the issue would still have remained). Let's try again: @nanosoldier runbenchmarks(ALL, isdaily = true)

@vtjnash
Copy link
Member

@vtjnash vtjnash commented on 5fab42a Mar 9, 2021

Choose a reason for hiding this comment

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

@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.

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

@vtjnash
Copy link
Member

@vtjnash vtjnash commented on 5fab42a Mar 9, 2021

Choose a reason for hiding this comment

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

I wonder what caused string equality to be worse. @Keno could that have been the inlining changes?

Please sign in to comment.