Hello, Supragya.

2017-04-02 18:51 GMT+02:00 Supragya Raj <[email protected]>:

> Hi HelenOS devel team,
>
> Thank you for supporting and giving feedback on proposal revisions (GSoC
> application). This is probably the final request asking to provide feedback
> on the final draft. Almost all of the asked changes have been incorporated.
> The proposal is uploaded as a GSoC final proposal for "just in case".
>
> Can u suggest any other feedback? Are the explanations apt and adequate?
> Or do you find any other issue with the proposal?
>
Just going through it.


P.S.: Vojtech, you asked me to provide code for elastic horse regression
> example in the script. Turns out most of it is sequential in nature and
> would require nothing more than adding < > around the commands to prove in
> becoming a HLang script. Should I still add it as an example in proposal?
> Also, I have removed the idea of explicit data types. Kindly verify the same
>
Probably I have not explained my idea clearly. Right now, this FS check you
talk about is done manually, e.g. a person types the individual commands
and verifies that the apps started, no error was printed, etc. It would be
very useful to automate this.

Thus, how would the automation look like in HLang? The first command would
certainly be
< mkfile --size 2m /tmp/img >;
But, how would you check (from within the script) that the command
succeeded? Something like Bash equivalent to [ $? -eq 0 ]? And so on.
Eventually, I would expect that the script would either print "Test passed"
or "Test failed".

I just though that you might use it to illustrate various concepts in HLang.

Cheers,
- Vojtech



>
> _______________________________________________
> HelenOS-devel mailing list
> [email protected]
> http://lists.modry.cz/listinfo/helenos-devel
>
>
_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to