how scittle handle comment line #85
kangaroolab
started this conversation in
General
Replies: 5 comments 1 reply
|
Can't reproduce this. What is the error you're seeing? |
0 replies
|
Two observations:
|
0 replies
|
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:
***@***.***>
|
0 replies
|
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:
> ***@***.***>
>
|
0 replies
|
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 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions