Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
9dfb74a5
Commit
9dfb74a5
authored
Nov 02, 2022
by
Dave Cooper
Browse files
changed swank-port to input-slot so it is overrideable
parent
a6953fa3
Pipeline
#7333
passed with stages
in 5 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
base/rest/source/gdl-app.lisp
View file @
9dfb74a5
...
...
@@ -257,7 +257,13 @@ Running the ~a script in case process was dead. Please restart/troubleshoot manu
(
"String. The contents of this string will be copied to a file
gdlinit.cl and placed in the destination-directory. Default is
empty string."
gdlinit-content
""
))
gdlinit-content
""
)
(
swank-port
(
case
(
getf
(
the
ci-info
)
:branch
)
((
:master
:main
)
1088
)
(
:devo
10088
)
(
otherwise
10098
))))
:computed-slots
((
ci-info
(
let
((
branch
(
uiop:getenv
"CI_COMMIT_BRANCH"
))
...
...
@@ -265,10 +271,6 @@ Running the ~a script in case process was dead. Please restart/troubleshoot manu
(
list
:branch
(
and
branch
(
make-keyword
branch
))
:sha
(
and
sha
(
make-keyword
sha
)))))
(
swank-port
(
case
(
getf
(
the
ci-info
)
:branch
)
((
:master
:main
)
1088
)
(
:devo
10088
)
(
otherwise
10098
)))
(
destination-exe
(
merge-pathnames
(
format
nil
"~a~a"
(
the
application-name
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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