wanted: compiler should know about implicitly created generic functions

Bug #503095 reported by Tobias C. Rittweiler
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Fix Released
Wishlist
Unassigned

Bug Description

Compiling the following

  (defmethod gf3 (x y)
     (* x y))
  (defun bar3 (z)
     (gf3 z))

results in an "Undefined function: GF3" style-warning.

It does not seem to be required that DEFMETHOD makes the name of an
implicitly created gf seen at compilation time. Still it would be nice if it did.

Tags: compiler pcl
Changed in sbcl:
status: New → Confirmed
importance: Undecided → Wishlist
summary: - Implicitly created generic function is not seen at compile-time.
+ wanted: compiler should know about implicitly created generic functions
tags: added: compiler pcl
Revision history for this message
Stas Boukarev (stassats) wrote :

In 5728601f88c400d2992b6b8c70d8971d07de9029.

Changed in sbcl:
status: Confirmed → Fix Committed
Changed in sbcl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.