Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.forth > #28179 > unrolled thread

gforth see bug

Started byhumptydumpty <ouatubi@gmail.com>
First post2014-01-31 00:08 -0800
Last post2014-01-31 23:52 -0800
Articles 5 — 2 participants

Back to article view | Back to comp.lang.forth


Contents

  gforth see bug humptydumpty <ouatubi@gmail.com> - 2014-01-31 00:08 -0800
    Re: gforth see bug Bernd Paysan <bernd.paysan@gmx.de> - 2014-01-31 21:30 +0100
      Re: gforth see bug humptydumpty <ouatubi@gmail.com> - 2014-01-31 13:04 -0800
        Re: gforth see bug Bernd Paysan <bernd.paysan@gmx.de> - 2014-02-01 02:39 +0100
          Re: gforth see bug humptydumpty <ouatubi@gmail.com> - 2014-01-31 23:52 -0800

#28179 — gforth see bug

Fromhumptydumpty <ouatubi@gmail.com>
Date2014-01-31 00:08 -0800
Subjectgforth see bug
Message-ID<0ce3f959-1e51-4a11-b887-b4ca64f072fb@googlegroups.com>
Hi!

I run into a 'see' bug. Tested for linux versions 0.7.0 , 0.7.2 , 0.7.3 , 0.7.9_2013082:

: test s\" alfa\tbeta" ;                                       
cr test type cr
cr base @ decimal .
cr see test
cr base @ decimal .
cr bye

Results:

alfa	beta

10 

: test  
  s\" alfa\011beta" ;
2788200 

Thanks in advance, gforth maintainers!
Have a nice day,
humptydumpty

[toc] | [next] | [standalone]


#28190

FromBernd Paysan <bernd.paysan@gmx.de>
Date2014-01-31 21:30 +0100
Message-ID<lch14m$aoo$1@online.de>
In reply to#28179
humptydumpty wrote:

> Hi!
> 
> I run into a 'see' bug. Tested for linux versions 0.7.0 , 0.7.2 , 0.7.3 ,
> 0.7.9_2013082:
> 
> : test s\" alfa\tbeta" ;

> : test
>   s\" alfa\011beta" ;
> 2788200
> 
> Thanks in advance, gforth maintainers!

Why is that a bug?  You can write \t or \011 in an s\" string, both 
represent the tab control character.

-- 
Bernd Paysan
"If you want it done right, you have to do it yourself"
http://bernd-paysan.de/

[toc] | [prev] | [next] | [standalone]


#28191

Fromhumptydumpty <ouatubi@gmail.com>
Date2014-01-31 13:04 -0800
Message-ID<2a5e7b3c-f95b-4ad3-af45-0d8054d3e072@googlegroups.com>
In reply to#28190
On Friday, January 31, 2014 10:30:14 PM UTC+2, Bernd Paysan wrote:
> humptydumpty wrote:
> 
> 
> 
> > Hi!
> 
> > 
> 
> > I run into a 'see' bug. Tested for linux versions 0.7.0 , 0.7.2 , 0.7.3 ,
> 
> > 0.7.9_2013082:
> 
> > 
> 
> > : test s\" alfa\tbeta" ;
> 
> 
> 
> > : test
> 
> >   s\" alfa\011beta" ;
> 
> > 2788200
> 
> > 
> 
> > Thanks in advance, gforth maintainers!
> 
> 
> 
> Why is that a bug?  You can write \t or \011 in an s\" string, both 
> 
> represent the tab control character.
> 
> 
> 
> -- 
> 
> Bernd Paysan
> 
> "If you want it done right, you have to do it yourself"
> 
> http://bernd-paysan.de/

Hi!

I'm sorry , i wasn't explicit: when i execute 'see test'
'base' content is altered.

Thanks, have a nice time,
humptydumpty

[toc] | [prev] | [next] | [standalone]


#28193

FromBernd Paysan <bernd.paysan@gmx.de>
Date2014-02-01 02:39 +0100
Message-ID<lchj8q$ag2$1@online.de>
In reply to#28191
humptydumpty wrote:
> I'm sorry , i wasn't explicit: when i execute 'see test'
> 'base' content is altered.

Ok, that makes sense.  Fixed.

-- 
Bernd Paysan
"If you want it done right, you have to do it yourself"
http://bernd-paysan.de/

[toc] | [prev] | [next] | [standalone]


#28196

Fromhumptydumpty <ouatubi@gmail.com>
Date2014-01-31 23:52 -0800
Message-ID<df5d8832-8c7e-4b6b-8fa7-906fe8f672b3@googlegroups.com>
In reply to#28193
Hi!

Many thanks!  Have nice time!

Enjoying (g)forth,
Humptydumpty

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.forth


csiph-web