Opened 12 years ago
Last modified 17 months ago
#230 assigned enhancement
Implement macro expansions for custom special operators to support generic code walkers
Reported by: | ehuelsmann | Owned by: | not-assigned |
---|---|---|---|
Priority: | major | Milestone: | 1.9.3 |
Component: | libraries | Version: | 1.1.0 |
Keywords: | Cc: | ||
Parent Tickets: |
Description
Pascal J. Bourguignon requests the following on our mailing list:
The following special operators don't have a corresponding macro definition.
THREADS:SYNCHRONIZED-ON
EXTENSIONS:TRULY-THE
JVM:WITH-INLINE-CODE
While the standard doesn't specify anything for special operators not in
the CL package, it would still be nice if they followed the same rule as
for CL macros implemented as special operators:
3.1.2.1.2.2 Macro Forms
An implementation is free to implement any macro operator as a special operator,
but only if an equivalent definition of the macro is also provided.
since this would ensure that portable code walkers can be written.
Change History (21)
comment:1 Changed 12 years ago by
Milestone: | 1.1.0 → 1.1.1 |
---|
comment:2 Changed 12 years ago by
Milestone: | 1.1.1 → 1.2.0 |
---|---|
Version: | → 1.1.0 |
comment:3 Changed 12 years ago by
comment:4 Changed 11 years ago by
Milestone: | 1.2.0 → 1.3.0 |
---|
comment:5 Changed 11 years ago by
Owner: | changed from Mark Evenson to not-assigned |
---|---|
Status: | new → assigned |
comment:8 Changed 11 years ago by
Milestone: | 2.0.0 → 1.4.0 |
---|
comment:13 Changed 4 years ago by
Milestone: | 1.6.2 → 1.7.0 |
---|
comment:18 Changed 3 years ago by
Milestone: | 1.8.1 → 1.9.0 |
---|
comment:19 Changed 21 months ago by
Milestone: | 1.9.0 → 1.9.1 |
---|
comment:20 Changed 21 months ago by
Milestone: | 1.9.1 → 1.9.2 |
---|
comment:21 Changed 17 months ago by
Milestone: | 1.9.2 → 1.9.3 |
---|
(In [14447]) Re #230: Add a macro expansion for TRULY-THE.