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
A
asdf
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
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hugo Ishimaru
asdf
Commits
9d53233a
Commit
9d53233a
authored
Apr 04, 2015
by
Francois-Rene Rideau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the asdf-tools script invocation of its lisp entry-point.
parent
3ce6aa64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
tools/asdf-tools
tools/asdf-tools
+3
-1
tools/main.lisp
tools/main.lisp
+1
-3
No files found.
tools/asdf-tools
View file @
9d53233a
...
@@ -20,5 +20,7 @@
...
@@ -20,5 +20,7 @@
(let ((*standard-output* (make-broadcast-stream)))
(let ((*standard-output* (make-broadcast-stream)))
(ql:quickload :asdf-tools)))
(ql:quickload :asdf-tools)))
(in-package :asdf-tools)
;;; Actually run the stuff!
;;; Actually run the stuff!
(
uiop:restore-image :entry-point 'asdf-tools::entry-point
)
(
restore-image :entry-point 'entry-point :lisp-interaction nil
)
tools/main.lisp
View file @
9d53233a
...
@@ -105,6 +105,4 @@ based on a list of targets"
...
@@ -105,6 +105,4 @@ based on a list of targets"
(
process-arguments
argv
))
(
process-arguments
argv
))
(
defun
entry-point
()
(
defun
entry-point
()
(
setf
*lisp-interaction*
nil
)
(
main
*command-line-arguments*
))
(
uiop:with-fatal-condition-handler
()
(
main
*command-line-arguments*
)))
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