mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
*** empty log message ***
This commit is contained in:
parent
70a459e3f8
commit
70a9dc9cde
1 changed files with 4 additions and 1 deletions
5
NEWS
5
NEWS
|
@ -77,7 +77,7 @@ the last imported binding of a certain name), write:
|
||||||
If you want the old behavior without changing your module headers, put
|
If you want the old behavior without changing your module headers, put
|
||||||
the line:
|
the line:
|
||||||
|
|
||||||
(default-module-duplicates-handler 'last)
|
(default-duplicate-binding-handler 'last)
|
||||||
|
|
||||||
in your .guile init file.
|
in your .guile init file.
|
||||||
|
|
||||||
|
@ -97,6 +97,9 @@ Currently available duplicates handlers are:
|
||||||
warn-override-core issue a warning for imports which override core bindings
|
warn-override-core issue a warning for imports which override core bindings
|
||||||
first select the first encountered binding (override)
|
first select the first encountered binding (override)
|
||||||
last select the last encountered binding (override)
|
last select the last encountered binding (override)
|
||||||
|
|
||||||
|
These two are provided by the (oop goops) module:
|
||||||
|
|
||||||
merge-generics merge generic functions with a common name
|
merge-generics merge generic functions with a common name
|
||||||
into an <extended-generic>
|
into an <extended-generic>
|
||||||
merge-accessors merge accessors with a common name
|
merge-accessors merge accessors with a common name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue