You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert remaining <a href...> hyperlinks to markdown
Some of these were enabled by #59; others may have just been
oversights in writing up the articles.
---
Signed-off-by: Brad Chamberlain <bradcray@users.noreply.github.com>
Copy file name to clipboardExpand all lines: content/posts/changes-since-2.0-rc1/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,7 +253,7 @@ this that may be unsafe.
253
253
254
254
#### Class Memory Management
255
255
256
-
For the last few Chapel releases using stable features, it was not possible to escape the <ahref="https://chapel-lang.org/docs/1.33/technotes/lifetimeChecking.html">lifetime checker</a>
256
+
For the last few Chapel releases using stable features, it was not possible to escape the [lifetime checker](https://chapel-lang.org/docs/1.33/technotes/lifetimeChecking.html">lifetime checker)
257
257
when using managed classes like `owned` and `shared`. These
258
258
management strategies use the lifetime checker to ensure that memory is not
259
259
accessed incorrectly. It is sometimes necessary to have pieces of code that a
These signatures were generated manually. Alternatively, the <code><ahref = "https://chapel-lang.org/docs/tools/c2chapel/c2chapel.html">c2chapel</a></code> tool can be used to generate <code>extern</code> declarations automatically, or an
73
-
<ahref = "https://chapel-lang.org/docs/technotes/extern.html#support-for-extern-blocks"><i>extern block</i></a> can be used to have the Chapel compiler parse the C header file contents directly.
72
+
These signatures were generated manually. Alternatively, the [`c2chapel`](https://chapel-lang.org/docs/tools/c2chapel/c2chapel.html) tool can be used to generate <code>extern</code> declarations automatically, or an
73
+
[_extern block_](https://chapel-lang.org/docs/technotes/extern.html#support-for-extern-blocks) can be used to have the Chapel compiler parse the C header file contents directly.
74
74
{{< /sidenote >}}
75
75
76
76
{{< details summary="**Click here for help interpreting the Chapel code**" >}}
0 commit comments