Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
testbed-manual
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emulab
testbed-manual
Commits
f97c8904
Commit
f97c8904
authored
Jun 06, 2014
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix TODO to handle multi-line arguments
parent
589af88e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
basic-concepts.scrbl
basic-concepts.scrbl
+2
-1
defs.rkt
defs.rkt
+2
-2
No files found.
basic-concepts.scrbl
View file @
f97c8904
...
...
@@ -59,4 +59,5 @@ Because the @secref{images} that Apt provides boot on both virtual and physical
machines
,
in
most
cases
,
switching
means
simply
modifing
one
's
profile
to
request
the
other
type
of
resource
.
@TODO
{
This
suggests
we
ought
to
make
it
easier
at
instantiation
time
to
pick
VMs
or
bare
metal
.
}
@TODO
{
This
suggests
we
ought
to
make
it
easier
at
instantiation
time
to
pick
VMs
or
bare
metal
.
}
defs.rkt
View file @
f97c8904
...
...
@@ -6,8 +6,8 @@
(
define
(
apturl
page
)
(
string-append
"https://www.aptlab.net/"
page
))
(
define
(
TODO
what
)
(
bold
(
string-append
"TODO: "
what
)
))
(
define
(
TODO
.
what
)
(
bold
"TODO: "
what
))
(
define
nodetype
(
lambda
(
typename
howmany
.
properties
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment