genodelabs / goa

Tool for streamlining the development of Genode applications
GNU Affero General Public License v3.0
19 stars 17 forks source link

validate before execution #26 #31

Closed l-johanson closed 1 year ago

l-johanson commented 1 year ago

This pull request includes:

Ticket reference: #26

nfeske commented 1 year ago

Thank you for coming back to this issue. It is great that you were able to extend the tool after only two days of familiarizing with the language.

From looking at the patch, you definitely changed run/linux.tcl for the better! I like your introduction of the namespace along with the local functions. I agree that the scoping contributes to the readability of the code.

Let me share the following questions/remarks:

nfeske commented 1 year ago

After sleeping a night over it, two more thoughts were crossing my mind.

jschlatow commented 1 year ago

@l-johanson Thanks for creating this PR and your other suggestions about improving Goa. I like where this is going. In fact, we recently moved the repository from nfeske/goa to genodelabs/goa because we are planning to invest more efforts into this as a team in order to make Goa more useful. Your suggestions perfectly fall in line.

Hence, my question is: Are you planning to invest more time into this PR in order to address Norman's feedback? Do you need any further assistance with that?

jschlatow commented 1 year ago

I'm closing this PR because most of it has been addressed in the scope of #44.