Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

1.52.1 - Blog post explaining the fingerprint issue. #836

Merged
merged 20 commits into from
May 10, 2021
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
099e2b5
Blog post explaining the fingerprint issue.
pnkfelix May 7, 2021
ba3ca92
Aaron1011 pointed out a mistake in my previous draft.
pnkfelix May 7, 2021
5609ca6
elided user name (and a bunch of other junk) from the second example …
pnkfelix May 7, 2021
30691e5
Update posts/2021-05-07-caught-red-handed.md
pnkfelix May 8, 2021
36ce95f
don't say "yesterday"
pnkfelix May 8, 2021
5fad60a
another "yesterday" I missed
pnkfelix May 8, 2021
7d67f88
Adjustments to be more of a release blog post
Mark-Simulacrum May 9, 2021
2190a79
Apply more feedback
Mark-Simulacrum May 9, 2021
f5369ed
Update posts/2021-05-07-caught-red-handed.md
Mark-Simulacrum May 9, 2021
e1c66ae
Update posts/2021-05-07-caught-red-handed.md
Mark-Simulacrum May 9, 2021
e304ef0
Add some language around what miscompilations are and what releases t…
Mark-Simulacrum May 9, 2021
c250c4e
Update posts/2021-05-07-caught-red-handed.md
Mark-Simulacrum May 10, 2021
7ac6272
Update posts/2021-05-07-caught-red-handed.md
Mark-Simulacrum May 10, 2021
cda2b34
Update posts/2021-05-07-caught-red-handed.md
Mark-Simulacrum May 10, 2021
2c47d8a
Add note about plans for 1.53 beta channel
Mark-Simulacrum May 10, 2021
227384b
Update posts/2021-05-07-caught-red-handed.md
Mark-Simulacrum May 10, 2021
de97a34
Update posts/2021-05-07-caught-red-handed.md
Mark-Simulacrum May 10, 2021
4b940c3
move blog post to today and rename
Mark-Simulacrum May 10, 2021
410c4d0
code block is text
Mark-Simulacrum May 10, 2021
1dcc8be
Don't actually modify to two teams - not currently supported
Mark-Simulacrum May 10, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update posts/2021-05-07-caught-red-handed.md
Co-authored-by: est31 <est31@users.noreply.github.com>
  • Loading branch information
Mark-Simulacrum and est31 authored May 10, 2021
commit c250c4e5cb50f8edfda8580f90f54705ff6a94e9
2 changes: 1 addition & 1 deletion posts/2021-05-07-caught-red-handed.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ builds.

The Internal Compiler Error asks you to report a bug, and if you can do so, we still want that information. We *want* to know about the cases that are failing.

But regardless of whether or not you file a bug, the problem here can be resolved by either:
But regardless of whether or not you file a bug, the problem can be worked around on your end by either:

1. upgrading to 1.52.1, if you have not yet done so (which will disable
incremental for you).
Mark-Simulacrum marked this conversation as resolved.
Show resolved Hide resolved
Expand Down