Re: [Chicken-hackers] [PATCH] Print more information about why an identifier cannot be exported

2019-10-20 Thread megane
Evan Hanson writes: > On 2019-10-19 10:23, megane wrote: >> This doesn't say why the abbreviation cannot be exported. As a beginner >> I'm left wondering that maybe there's some strange reason, but the >> compiler is not telling it to me. > > Good point, thanks for the better suggestions. > >>

Re: [Chicken-hackers] [PATCH] Print more information about why an identifier cannot be exported

2019-10-19 Thread Evan Hanson
On 2019-10-19 10:23, megane wrote: > This doesn't say why the abbreviation cannot be exported. As a beginner > I'm left wondering that maybe there's some strange reason, but the > compiler is not telling it to me. Good point, thanks for the better suggestions. > - Warning: Cannot export

Re: [Chicken-hackers] [PATCH] Print more information about why an identifier cannot be exported

2019-10-19 Thread megane
megane writes: > Evan Hanson writes: > >> Hi megane, >> >> That's a nice improvement, good idea. >> >> What do you think of these wordings for the warning messages? I think >> they read a bit more clearly. >> >> Warning: In module `mod', type abbreviation `a-type-alias' cannot be >>

Re: [Chicken-hackers] [PATCH] Print more information about why an identifier cannot be exported

2019-10-19 Thread megane
Evan Hanson writes: > Hi megane, > > That's a nice improvement, good idea. > > What do you think of these wordings for the warning messages? I think > they read a bit more clearly. > > Warning: In module `mod', type abbreviation `a-type-alias' cannot be > exported. > > Warning: In

Re: [Chicken-hackers] [PATCH] Print more information about why an identifier cannot be exported

2019-10-18 Thread Evan Hanson
Hi megane, That's a nice improvement, good idea. What do you think of these wordings for the warning messages? I think they read a bit more clearly. Warning: In module `mod', type abbreviation `a-type-alias' cannot be exported. Warning: In module `mod', inlined function

[Chicken-hackers] [PATCH] Print more information about why an identifier cannot be exported

2019-10-10 Thread megane
Hi, Here's a small QOL improvement for the export checks. >From fdd9d1af41ad8f08ce45849ec9704bc7e0b4328d Mon Sep 17 00:00:00 2001 From: megane Date: Thu, 10 Oct 2019 12:11:07 +0300 Subject: [PATCH] Print more information about why an identifier cannot be exported After change: Warning: