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
- Add .gitignore
- Add package description
- Remove registry directory
Will be created by dylan-tool
- Adapt documentation to 'dylan-tool':
- Fix broken link to papers in documentation
- Update obsolete link with Web archive reference
- Fix broken links to 'drm' ($unsupplied and `<byte>)
- Move papers in PDF format to sub-directory 'papers'
- Adapt sphinx-extensions path to 'dylan-tool'
- Set 'furo' theme as default
- Remove table of contents from documentation for compatibility with
'furo' theme.
- Ignore certificate verification in documentation 'linkcheck'
- Update CI actions
- Ignore documentation paths on building and testing
- Update checkout and install-opendylan actions
- Use dylan-tool to update package and build tests
- Report tests in Xml format to publish
- Add build documentation action
- Add dependabot
For further information, you might want to read our published papers
26
26
about a TCP/IP stack written entirely in Dylan:
27
27
28
-
* :download:`A domain-specific language for manipulation of binary data in Dylan <../a-DSL-for-manipulation-of-binary-data.pdf>` (by Hannes Mehnert and Andreas Bogk at ILC 2007)
29
-
* :download:`Secure Networking <../secure-networking.pdf>` (by Andreas Bogk and Hannes Mehnert in 2006)
28
+
* :download:`A domain-specific language for manipulation of binary data in Dylan <../papers/a-DSL-for-manipulation-of-binary-data.pdf>` (by Hannes Mehnert and Andreas Bogk at ILC 2007)
29
+
* :download:`Secure Networking <../papers/secure-networking.pdf>` (by Andreas Bogk and Hannes Mehnert in 2006)
Copy file name to clipboardExpand all lines: documentation/source/reference.rst
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,7 @@ language instantiates these fields.
351
351
352
352
:keyword name: The name of this field.
353
353
:keyword fixup: A unary Dylan function computing the value of this field, used if no default is supplied and none provided by the client, defaults to ``#f``.
354
-
:keyword init-value: The default value if the client did not provide any, default :drm:`$unsupplied`.
354
+
:keyword init-value: The default value if the client did not provide any, default `$unsupplied <https://opendylan.org/library-reference/common-dylan/common-extensions.html#common-dylan:common-extensions:$unsupplied>`_.
355
355
:keyword static-end: A Dylan expression determining the end, defaults to :const:`$unknown-at-compile-time`.
356
356
:keyword static-length: A Dylan expression determining the length, defaults to :const:`$unknown-at-compile-time`.
357
357
:keyword static-start: A Dylan expression determining the start, defaults to :const:`$unknown-at-compile-time`.
0 commit comments