Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Vulcans do not approve of violence. -- Spock, "Journey to Babel", stardate 3842.4


devel / comp.lang.mumps / Compile -ignore issue for code on YottaDB 1.38

SubjectAuthor
* Compile -ignore issue for code on YottaDB 1.38stafford raymond
`* Re: Compile -ignore issue for code on YottaDB 1.38K.S. Bhaskar
 `* Re: Compile -ignore issue for code on YottaDB 1.38stafford raymond
  `- Re: Compile -ignore issue for code on YottaDB 1.38K.S. Bhaskar

1
Compile -ignore issue for code on YottaDB 1.38

<b7171750-b9f5-4f69-a407-e0dc4e442043n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=582&group=comp.lang.mumps#582

  copy link   Newsgroups: comp.lang.mumps
X-Received: by 2002:ac8:1288:0:b0:421:c757:a89a with SMTP id y8-20020ac81288000000b00421c757a89amr57630qti.4.1699974524668;
Tue, 14 Nov 2023 07:08:44 -0800 (PST)
X-Received: by 2002:a17:90b:1493:b0:280:2f5e:c146 with SMTP id
js19-20020a17090b149300b002802f5ec146mr2709131pjb.5.1699974524367; Tue, 14
Nov 2023 07:08:44 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.mumps
Date: Tue, 14 Nov 2023 07:08:43 -0800 (PST)
Injection-Info: google-groups.googlegroups.com; posting-host=88.96.18.110; posting-account=I4uN-QoAAAC0IKtXezqKRLy3-qSwbH56
NNTP-Posting-Host: 88.96.18.110
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <b7171750-b9f5-4f69-a407-e0dc4e442043n@googlegroups.com>
Subject: Compile -ignore issue for code on YottaDB 1.38
From: stafray@gmail.com (stafford raymond)
Injection-Date: Tue, 14 Nov 2023 15:08:44 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1465
 by: stafford raymond - Tue, 14 Nov 2023 15:08 UTC

I'm in the process converting interpreted code to YottaDB, and it is great that object files are still produced, even if the compiler finds a syntax anomaly.

However, I've upgraded from version 1.34 to 1.38 and now I get compilation errors when syntax abnormalities are encountered. It seems like the compile -ignore flag is not being honoured. Is this the case, or have I missed something after doing the upgrade?

Any help would be appreciated,

Thanks,

Ray.

Re: Compile -ignore issue for code on YottaDB 1.38

<d9f3cd73-761a-4939-bd62-e6d44eb2241en@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=583&group=comp.lang.mumps#583

  copy link   Newsgroups: comp.lang.mumps
X-Received: by 2002:a0c:fe84:0:b0:670:e8b5:e738 with SMTP id d4-20020a0cfe84000000b00670e8b5e738mr53003qvs.8.1699977601611;
Tue, 14 Nov 2023 08:00:01 -0800 (PST)
X-Received: by 2002:a63:5d03:0:b0:5bd:3e52:93ea with SMTP id
r3-20020a635d03000000b005bd3e5293eamr587859pgb.5.1699977601270; Tue, 14 Nov
2023 08:00:01 -0800 (PST)
Path: i2pn2.org!rocksolid2!news.neodome.net!weretis.net!feeder8.news.weretis.net!3.eu.feeder.erje.net!3.us.feeder.erje.net!feeder.erje.net!border-1.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.mumps
Date: Tue, 14 Nov 2023 08:00:00 -0800 (PST)
In-Reply-To: <b7171750-b9f5-4f69-a407-e0dc4e442043n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=71.162.243.192; posting-account=zTPg1AoAAABx_LtAQ3dW6FBnU1dwmSvl
NNTP-Posting-Host: 71.162.243.192
References: <b7171750-b9f5-4f69-a407-e0dc4e442043n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <d9f3cd73-761a-4939-bd62-e6d44eb2241en@googlegroups.com>
Subject: Re: Compile -ignore issue for code on YottaDB 1.38
From: ksbhaskar@gmail.com (K.S. Bhaskar)
Injection-Date: Tue, 14 Nov 2023 16:00:01 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 20
 by: K.S. Bhaskar - Tue, 14 Nov 2023 16:00 UTC

On Tuesday, November 14, 2023 at 10:08:45 AM UTC-5, stafford raymond wrote:
> I'm in the process converting interpreted code to YottaDB, and it is great that object files are still produced, even if the compiler finds a syntax anomaly.
>
> However, I've upgraded from version 1.34 to 1.38 and now I get compilation errors when syntax abnormalities are encountered. It seems like the compile -ignore flag is not being honoured. Is this the case, or have I missed something after doing the upgrade?
>
> Any help would be appreciated,
>
> Thanks,
>
> Ray.

Ray, an example or two of the behavior would help. Thanks.

Regards
– Bhaskar

Re: Compile -ignore issue for code on YottaDB 1.38

<6330d533-acea-4b05-8ae8-ea0c46d3e473n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=584&group=comp.lang.mumps#584

  copy link   Newsgroups: comp.lang.mumps
X-Received: by 2002:a05:620a:198c:b0:77b:de34:7b8 with SMTP id bm12-20020a05620a198c00b0077bde3407b8mr90490qkb.10.1699996786281;
Tue, 14 Nov 2023 13:19:46 -0800 (PST)
X-Received: by 2002:a0c:ec92:0:b0:66c:1822:b356 with SMTP id
u18-20020a0cec92000000b0066c1822b356mr66464qvo.9.1699996786074; Tue, 14 Nov
2023 13:19:46 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.mumps
Date: Tue, 14 Nov 2023 13:19:45 -0800 (PST)
In-Reply-To: <d9f3cd73-761a-4939-bd62-e6d44eb2241en@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=88.96.18.110; posting-account=I4uN-QoAAAC0IKtXezqKRLy3-qSwbH56
NNTP-Posting-Host: 88.96.18.110
References: <b7171750-b9f5-4f69-a407-e0dc4e442043n@googlegroups.com> <d9f3cd73-761a-4939-bd62-e6d44eb2241en@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <6330d533-acea-4b05-8ae8-ea0c46d3e473n@googlegroups.com>
Subject: Re: Compile -ignore issue for code on YottaDB 1.38
From: stafray@gmail.com (stafford raymond)
Injection-Date: Tue, 14 Nov 2023 21:19:46 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2928
 by: stafford raymond - Tue, 14 Nov 2023 21:19 UTC

On Tuesday, November 14, 2023 at 4:00:02 PM UTC, K.S. Bhaskar wrote:
> On Tuesday, November 14, 2023 at 10:08:45 AM UTC-5, stafford raymond wrote:
> > I'm in the process converting interpreted code to YottaDB, and it is great that object files are still produced, even if the compiler finds a syntax anomaly.
> >
> > However, I've upgraded from version 1.34 to 1.38 and now I get compilation errors when syntax abnormalities are encountered. It seems like the compile -ignore flag is not being honoured. Is this the case, or have I missed something after doing the upgrade?
> >
> > Any help would be appreciated,
> >
> > Thanks,
> >
> > Ray.
> Ray, an example or two of the behavior would help. Thanks.
>
> Regards
> – Bhaskar

Hi Bhaskar,

Thanks for the reply.

It looks like I've solved my issue, which related to spurious characters in the source code I'm converting.
Normally, when the object files were complied, some errors were shown during compilation, but the resulting object code ran fine.
After the upgrade, errors were also occurring at run-time. I've managed to isolate these characters, and everything compiles and runs OK again.

Maybe these were not detected previously due to the character sets I was using. I was running version 1.34 on Debian, where, because of an "ICU version not found error", I had set ydb_chset=M in order to gain access and had no issues compiling. The upgrade to 1.38 fixed the "ICU version not found error" and I've now made the character set consistent, as UTF-8, so hopefully I'm sorted.

Regards,

Ray

Re: Compile -ignore issue for code on YottaDB 1.38

<d203f873-c3e9-44ce-b962-fe5bd822f955n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=585&group=comp.lang.mumps#585

  copy link   Newsgroups: comp.lang.mumps
X-Received: by 2002:a05:622a:6014:b0:421:f48b:caf7 with SMTP id he20-20020a05622a601400b00421f48bcaf7mr16273qtb.5.1699998298603;
Tue, 14 Nov 2023 13:44:58 -0800 (PST)
X-Received: by 2002:a17:903:4291:b0:1c3:96d1:5b7a with SMTP id
ju17-20020a170903429100b001c396d15b7amr940437plb.8.1699998298185; Tue, 14 Nov
2023 13:44:58 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.mumps
Date: Tue, 14 Nov 2023 13:44:57 -0800 (PST)
In-Reply-To: <6330d533-acea-4b05-8ae8-ea0c46d3e473n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=71.162.243.192; posting-account=zTPg1AoAAABx_LtAQ3dW6FBnU1dwmSvl
NNTP-Posting-Host: 71.162.243.192
References: <b7171750-b9f5-4f69-a407-e0dc4e442043n@googlegroups.com>
<d9f3cd73-761a-4939-bd62-e6d44eb2241en@googlegroups.com> <6330d533-acea-4b05-8ae8-ea0c46d3e473n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <d203f873-c3e9-44ce-b962-fe5bd822f955n@googlegroups.com>
Subject: Re: Compile -ignore issue for code on YottaDB 1.38
From: ksbhaskar@gmail.com (K.S. Bhaskar)
Injection-Date: Tue, 14 Nov 2023 21:44:58 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3261
 by: K.S. Bhaskar - Tue, 14 Nov 2023 21:44 UTC

On Tuesday, November 14, 2023 at 4:19:47 PM UTC-5, stafford raymond wrote:
> On Tuesday, November 14, 2023 at 4:00:02 PM UTC, K.S. Bhaskar wrote:
> > On Tuesday, November 14, 2023 at 10:08:45 AM UTC-5, stafford raymond wrote:
> > > I'm in the process converting interpreted code to YottaDB, and it is great that object files are still produced, even if the compiler finds a syntax anomaly.
> > >
> > > However, I've upgraded from version 1.34 to 1.38 and now I get compilation errors when syntax abnormalities are encountered. It seems like the compile -ignore flag is not being honoured. Is this the case, or have I missed something after doing the upgrade?
> > >
> > > Any help would be appreciated,
> > >
> > > Thanks,
> > >
> > > Ray.
> > Ray, an example or two of the behavior would help. Thanks.
> >
> > Regards
> > – Bhaskar
> Hi Bhaskar,
>
> Thanks for the reply.
>
> It looks like I've solved my issue, which related to spurious characters in the source code I'm converting.
> Normally, when the object files were complied, some errors were shown during compilation, but the resulting object code ran fine.
> After the upgrade, errors were also occurring at run-time. I've managed to isolate these characters, and everything compiles and runs OK again.
>
> Maybe these were not detected previously due to the character sets I was using. I was running version 1.34 on Debian, where, because of an "ICU version not found error", I had set ydb_chset=M in order to gain access and had no issues compiling. The upgrade to 1.38 fixed the "ICU version not found error" and I've now made the character set consistent, as UTF-8, so hopefully I'm sorted.
>
> Regards,
>
> Ray

Thanks for closing the loop. I'm glad the issue is solved.

Regards
– Bhaskar

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor