chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-janitors] #1513: Type declarations in modules do not namesp


From: Chicken Trac
Subject: Re: [Chicken-janitors] #1513: Type declarations in modules do not namespace structs
Date: Tue, 21 Aug 2018 05:15:42 -0000

#1513: Type declarations in modules do not namespace structs
---------------------------------------+-----------------
            Reporter:  sjamaan         |      Owner:
                Type:  defect          |     Status:  new
            Priority:  major           |  Milestone:  5.0
           Component:  core libraries  |    Version:  5.0
          Resolution:                  |   Keywords:
Estimated difficulty:  easy            |
---------------------------------------+-----------------

Comment (by megane):

 Say, you're writing a module that uses struct `sfoo` from module `foo` and
 struct `sbar` from module `bar`. Then you define a function `foobar` and
 annotate it with type `((struct foo) (struct bar) -> *)`. I'm pretty sure
 we don't currently have the information to correctly qualify the struct
 names in this type.

--
Ticket URL: <https://bugs.call-cc.org/ticket/1513#comment:1>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]