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

Character Literals (#1934) #1964

Merged
Merged
Changes from all commits
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
d2538d8
Character Literals
cabmeurer Sep 4, 2022
4c38941
Update proposals/p1964.md
cabmeurer Sep 11, 2022
df98ff4
Apply suggestions from code review
cabmeurer Sep 11, 2022
05b9a18
Remove restate of 'Why' from Support prefix decl
cabmeurer Sep 11, 2022
c4e54c1
Remove reduant bullet
cabmeurer Sep 11, 2022
3fde33a
Update Prefix support section and add TODO
cabmeurer Sep 11, 2022
5d1d2f9
Update Operations section with types of operands and results
cabmeurer Sep 19, 2022
d618da8
Fix code format for Problem section
cabmeurer Sep 19, 2022
8dfd0d7
Example showing that using a string is less appropriate than a character
cabmeurer Sep 20, 2022
a72e990
Example showing that using a string is less appropriate than a character
cabmeurer Sep 20, 2022
5d0df06
Update Abstract and Problem sections
cabmeurer Sep 20, 2022
a147db0
Update Abstract and Problem sections
cabmeurer Sep 20, 2022
b700b7f
Type section describing variable's type
cabmeurer Sep 20, 2022
334a7a0
Format Type section
cabmeurer Sep 20, 2022
bdf44ea
Format Type section
cabmeurer Sep 20, 2022
b4daeb0
Update Background section
cabmeurer Sep 21, 2022
398f742
Update Alternatives considered with Disallowing numeric escape sequences
cabmeurer Sep 21, 2022
7e01c75
Update Alternatives considered with Disallowing numeric escape sequences
cabmeurer Sep 21, 2022
fbbbccb
Format Type section
cabmeurer Sep 21, 2022
2d7c899
Update operations and alternatives section
cabmeurer Sep 24, 2022
ebf2548
Update proposals/p1964.md
cabmeurer Sep 27, 2022
d95e3b1
Update proposals/p1964.md
cabmeurer Sep 27, 2022
d8111ba
Update proposals/p1964.md
cabmeurer Sep 27, 2022
b4d3ec2
Update proposals/p1964.md
cabmeurer Sep 27, 2022
b44c751
Update proposals/p1964.md
cabmeurer Sep 27, 2022
aafeac0
Update proposals/p1964.md
cabmeurer Sep 27, 2022
def0273
Update proposals/p1964.md
cabmeurer Sep 27, 2022
21e53b3
Update proposals/p1964.md
cabmeurer Sep 27, 2022
f1d5602
Update proposals/p1964.md
cabmeurer Sep 27, 2022
091ba9c
Update proposals/p1964.md
cabmeurer Sep 27, 2022
50470e8
Update proposals/p1964.md
cabmeurer Sep 27, 2022
7c0829e
Update operations section
cabmeurer Sep 27, 2022
e8454f7
Update operations section
cabmeurer Sep 27, 2022
a2c0a90
Add link to design idea
cabmeurer Sep 27, 2022
9e5ecb9
Explicit disallow other whitespace characters other than word space
cabmeurer Sep 27, 2022
5f2ce1e
Provide details for No Distinct Character Literal alternative
cabmeurer Sep 28, 2022
951b6b7
Fix typo; tilde -> acute accent mark
cabmeurer Sep 28, 2022
b6345d9
Fix spacing
cabmeurer Sep 28, 2022
4f7d678
Better example for Rationale section
cabmeurer Sep 28, 2022
09ca59e
Fix grammer
cabmeurer Sep 28, 2022
7f91aa4
Provide details for not supporting prefix declarations alternative
cabmeurer Sep 28, 2022
4dcc633
Typo
cabmeurer Sep 28, 2022
153e1a5
Grammer
cabmeurer Sep 28, 2022
8b15cbc
Provide details for Disallowing Numeric Escape Sequences in Alternati…
cabmeurer Oct 3, 2022
d321b37
Provide details for Disallowing Numeric Escape Sequences in Alternati…
cabmeurer Oct 3, 2022
8eacb58
Update proposals/p1964.md
cabmeurer Oct 5, 2022
377096c
Update proposals/p1964.md
cabmeurer Oct 5, 2022
8d34805
Update proposals/p1964.md
cabmeurer Oct 5, 2022
0caa49f
Update proposals/p1964.md
cabmeurer Oct 5, 2022
df0fb9c
Update proposals/p1964.md
cabmeurer Oct 5, 2022
0b4451c
Update proposals/p1964.md
cabmeurer Oct 5, 2022
1a53051
Formatting
cabmeurer Oct 5, 2022
2f4eb91
Apply suggestions from code review
cabmeurer Oct 8, 2022
61180df
Apply suggestions from review
cabmeurer Oct 8, 2022
174a551
Update details section with disucssion from discord
cabmeurer Oct 10, 2022
d9a1b99
Update details section with disucssion from discord
cabmeurer Oct 10, 2022
4d3204d
Fix operations statment
cabmeurer Oct 10, 2022
98864dd
Update Details section from discord conslusion
cabmeurer Oct 14, 2022
4aff5f2
Apply suggestions from code review
cabmeurer Oct 20, 2022
680ed7c
Elaborate on 'No distinct character types'
cabmeurer Oct 20, 2022
c119ee9
Add suggestion from review
cabmeurer Oct 20, 2022
be7cbf0
Remove encoding section and add to details section
cabmeurer Oct 20, 2022
5418553
Remove encoding section and add to details section
cabmeurer Oct 20, 2022
abea9b7
Fix typo
cabmeurer Oct 20, 2022
051b100
Add example of comparison
cabmeurer Oct 20, 2022
7c7950e
Typo
cabmeurer Oct 20, 2022
c53a4ce
Apply suggestions from code review
cabmeurer Oct 22, 2022
223aaa5
Apply suggestions from code review
cabmeurer Oct 22, 2022
63f2f41
Add suggestions from review
cabmeurer Oct 22, 2022
7667e25
Apply suggestions from code review
cabmeurer Nov 15, 2022
d35c1f6
Update to for more integer based approach, disallow numeric escape se…
cabmeurer Nov 15, 2022
e1810da
Update details
cabmeurer Nov 16, 2022
10b660d
Consolidate proposla, update details, add alternatives section for su…
cabmeurer Nov 22, 2022
606219e
Apply suggestions from code review
cabmeurer Nov 23, 2022
1abad92
Format header
cabmeurer Nov 23, 2022
d165370
Add suggestions from review
cabmeurer Nov 23, 2022
78192d3
Update types section: Value code point representation
cabmeurer Dec 3, 2022
f6eeff6
Apply suggestions from code review
cabmeurer Dec 9, 2022
cb7e896
Apply suggestions from code review
cabmeurer Dec 18, 2022
7a94dfc
Update types section, create future work section
cabmeurer Jan 2, 2023
afad667
Update operators section
cabmeurer Jan 2, 2023
2393390
Update rationale section
cabmeurer Jan 2, 2023
e222263
Apply suggestions from code review
cabmeurer Jan 2, 2023
d862fdb
Update alternatives considered
cabmeurer Jan 2, 2023
cb1c1e5
Update alternatives considered format
cabmeurer Jan 2, 2023
5d15fec
Apply suggestions from code review
cabmeurer Mar 11, 2023
2ebf115
Update format
cabmeurer Mar 11, 2023
d1af3a7
Apply suggestions from code review
cabmeurer Jun 3, 2023
44ff724
Apply suggestions from code review
cabmeurer Jun 15, 2023
a86d571
Apply suggestions from review - examples for Types
cabmeurer Jun 15, 2023
842ab4d
Apply suggestions from review - format
cabmeurer Jun 15, 2023
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
Loading
Loading