how scittle handle comment line #85
Replies: 5 comments 1 reply
-
Can't reproduce this. What is the error you're seeing? |
Beta Was this translation helpful? Give feedback.
-
Two observations:
|
Beta Was this translation helpful? Give feedback.
-
Please provide a full repro in a GitHub repro since I wasn’t able to
reproduce your problem
https://www.michielborkent.nl
https://www.eetvoorjeleven.nu
…On Thu, 19 Sep 2024 at 17:41, kangaroolab ***@***.***> wrote:
Two observations:
- if it starts with comment like above, it doesn’t run but stop at
first line;
- If comment is in the middle of the code, it throw EOF error
—
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACFSBQWNUZA33NE35Q6G5LZXLWDNAVCNFSM6AAAAABOPBXBSSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANRZGUYTEOA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Github repo I mean
https://www.michielborkent.nl
https://www.eetvoorjeleven.nu
On Thu, 19 Sep 2024 at 17:43, Michiel Borkent ***@***.***>
wrote:
… Please provide a full repro in a GitHub repro since I wasn’t able to
reproduce your problem
https://www.michielborkent.nl
https://www.eetvoorjeleven.nu
On Thu, 19 Sep 2024 at 17:41, kangaroolab ***@***.***>
wrote:
> Two observations:
>
> - if it starts with comment like above, it doesn’t run but stop at
> first line;
> - If comment is in the middle of the code, it throw EOF error
>
> —
> Reply to this email directly, view it on GitHub
> <#85 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AACFSBQWNUZA33NE35Q6G5LZXLWDNAVCNFSM6AAAAABOPBXBSSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANRZGUYTEOA>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
see test if you click run, the output is null; if you remove the comment line on the top, it returns msg. another test you can try is put the comment line in between code (e.g within a function), which will throw out EOF error |
Beta Was this translation helpful? Give feedback.
-
it seems scittle doesn't handle comment line (see below). if I run following code with scittle, it doesn't work. any insight how to go about this?
Beta Was this translation helpful? Give feedback.
All reactions