![]() | ![]() | ![]() | get-patch-description | ![]() |
| id module-name
nil | [Function] |
Purpose
Return the information describing patch id to a
Package :module-manager
Module :module-manager
Arguments and values
id | An object | |
module-name | A keyword symbol naming a module | |
date | A Universal Time | |
author | A string | |
description | A string or a proper list of strings or nil | |
date-loaded | A Universal Time | |
file-name | A string |
Returns
Six values: id, date, nil
if the patch has not been loaded.
Errors
Module module-name has not been
defined.
See also
continue-patch
define-module
describe-module
describe-patches
finish-patch
parse-date
patch
patch-loaded-p
start-patch
Examples
Get the description values for patch 1
to module
:my-app
> (get-patch-description 1 ':my-app) 1 3423139200 "Corkill" "A simple example patch" 3423316130 "my-app-p001" >and for non-existent patch
3
:
> (get-patch-description 3 ':my-app) nil >and for patch
1
in module :gbbopen-test
> (get-patch-description 1 ':gbbopen-test) nil >
The GBBopen Project
![]() | ![]() | ![]() | get-patch-description | ![]() |