Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Antoine Martin
quickref
Commits
a04182aa
Commit
a04182aa
authored
May 04, 2018
by
Didier Verna
Browse files
Fully qualify package name.
parent
b1c340b9
Changes
5
Hide whitespace changes
Inline
Side-by-side
core/meta.lisp
View file @
a04182aa
...
...
@@ -30,7 +30,7 @@
;; Package definition:
;; -------------------
(
defpackage
quickref
(
defpackage
:fr.epita.lrde.
quickref
(
:documentation
"The Quickref package."
)
(
:use
:cl
)
(
:import-from
:alexandria
...
...
core/src/file.lisp
View file @
a04182aa
...
...
@@ -23,7 +23,7 @@
;;; Code:
(
in-package
:quickref
)
(
in-package
:
fr.epita.lrde.
quickref
)
(
defparameter
*quickref-basedir*
(
user-homedir-pathname
))
...
...
core/src/qrmapper.lisp
View file @
a04182aa
...
...
@@ -34,7 +34,7 @@
;;; Code:
(
in-package
quickref
)
(
in-package
:fr.epita.lrde.
quickref
)
(
defvar
*sbcl-program*
sb-ext:*runtime-pathname*
)
...
...
core/src/quickref.lisp
View file @
a04182aa
...
...
@@ -23,7 +23,7 @@
;;; Code:
(
in-package
:quickref
)
(
in-package
:
fr.epita.lrde.
quickref
)
(
defun
remove-cl-prefix
(
name
)
(
if
(
starts-with-subseq
"cl-"
name
)
...
...
core/src/website.lisp
View file @
a04182aa
...
...
@@ -23,7 +23,7 @@
;;; Code:
(
in-package
:quickref
)
(
in-package
:
fr.epita.lrde.
quickref
)
(
defun
get-columns-length
(
size
)
(
if
(
equal
size
1
)
(
values
1
0
0
)
...
...
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