Skip to content

Commit 8d2d1c4

Browse files
authored
Merge pull request #119 from tayloraswift/0.7
0.7
2 parents 1e289cd + 2b29890 commit 8d2d1c4

File tree

431 files changed

+7258
-4475
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

431 files changed

+7258
-4475
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.build
2+
.build.*
23
.swiftinit
34
.testing
45
.vscode

Assets/css/Admin.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/css/Main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/css/Main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Guides/Codelinks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ The unified codelink format uses the `.` character to join vector links. The `/`
191191
| ` ``Unicode.Scalar/value`` ` | `value` |
192192
| ` ``Unicode/Scalar/value`` ` | `value` |
193193

194-
Trailing slashes are forbidden.
195-
196194
Multiple consecutive path separators are forbidden. This prevents ambiguity with custom operators.
197195

198196
| Codelink | Renders as | Parses as |
@@ -211,6 +209,8 @@ If a path component begins with an operator character, all subsequent `.` charac
211209
| ` ``Real../.(_:_:)`` ` | `Real../.(_:_:)` | `["Real", "./.(_:_:)"]` |
212210
| ` ``Real/./.(_:_:)`` ` | `./.(_:_:)` | `["Real", "./.(_:_:)"]` |
213211

212+
Trailing slashes are allowed in vector links, and have no effect on the appearance of the rendered codelink. This has the potential to truncate bare operator references, if the operator name ends with a `/` character. Therefore, operators **must** be written with their full argument tuples.
213+
214214
### Disambiguators
215215

216216
The unified codelink format supports both phylum and hash disambiguators. Both disambiguators appear in brackets at the end of the codelink. To prevent ambiguity, the hash disambiguator is always written in uppercase base-36.

0 commit comments

Comments
 (0)