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
G
gendl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
47
Issues
47
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gendl
gendl
Commits
5cb32981
Commit
5cb32981
authored
Sep 30, 2015
by
Dave Cooper
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'hotfix/p019'
parents
5dd5226e
6f056c38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
patches/1588/p019.lisp
patches/1588/p019.lisp
+19
-0
No files found.
patches/1588/p019.lisp
0 → 100644
View file @
5cb32981
(
in-package
:tasty
)
(
#+
allegro
excl:without-package-locks
#-
allegro
progn
(
#+
allegro
excl:without-redefinition-warnings
#-
allegro
progn
(
define-object-amendment
value-inspector
()
:input-slots
((
value
(
with-error-handling
()
(
let
(
gdl::*notify-cons*
)
(
the
parent-node
(
evaluate
(
the
message
)))))))
:functions
((
get-value-element
(
index
)
(
case
(
the
value-type
)
(
:list
(
nth
index
(
the
value
)))
(
:gdl-sequence
(
let
(
gdl::*notify-cons*
)
(
the
value
(
get-member
index
))))))))))
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