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

First draft of tuples design doc #111

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
342741f
First draft of tuples design doc.
josh11b Jul 12, 2020
3570b1f
Satisfy pre-commit.
josh11b Jul 14, 2020
f3c2748
Satisfy pre-commit, take 2.
josh11b Jul 14, 2020
a8e6f38
Re-enable black, after temporarily disabling it since it is broken fo…
josh11b Jul 14, 2020
f13a3a8
Fill in PR number.
josh11b Jul 14, 2020
bc0cca7
Formatting fixes, reword about slicing.
josh11b Jul 16, 2020
9511e7f
Format experiment.
josh11b Jul 16, 2020
b6566fc
Format as code block with error line as diff.
josh11b Jul 16, 2020
e6789b8
Format as code block with error line as diff.
josh11b Jul 16, 2020
aa12daf
Incorporate some review feedback.
josh11b Jul 19, 2020
38f541a
Clean up mess I made of quoting mconst.
josh11b Jul 20, 2020
276ddf6
Try re-enabling black without Python3.6 requirement.
josh11b Jul 20, 2020
7a74f30
Try re-enabling black without Python3.6 requirement.
josh11b Jul 20, 2020
4170f48
Trying to re-enable python3.6 version for black pre-commit.
josh11b Jul 20, 2020
6c78e4c
Still doesn't work.
josh11b Jul 20, 2020
6b5dbf6
Moved some content to pattern matching doc.
josh11b Jul 21, 2020
ed0e50b
Test enabling language version for black.
josh11b Jul 21, 2020
72064e7
Python3 is the best I've been able to manage here so far
josh11b Jul 21, 2020
e7fe059
Match official version of .pre-commit-config.yaml
josh11b Jul 23, 2020
9b5cdfb
Resolve field initialization order issue
josh11b Jul 24, 2020
b02f5ba
Update variadics to reflect latest revision to pattern-matching.
josh11b Jul 26, 2020
a348938
Shorten variadic content
josh11b Jul 26, 2020
0aacc69
Switch to syntax. Address review suggestions.
josh11b Jul 28, 2020
dabcb59
Fix some 1-tuples
josh11b Jul 29, 2020
2ea65b0
Incorporate review feedback from mconst.
josh11b Jul 29, 2020
7791392
Fix anchor.
josh11b Aug 7, 2020
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repos:
rev: stable
hooks:
- id: black
language_version: python3.6
language_version: python3
- repo: https://github.com/prettier/prettier
rev: 2.0.5
hooks:
Expand Down
Loading