Lens0021 / Leslie

Results 194 comments of Lens0021 / Leslie

There is a discussion of the interface: https://github.com/amber-lang/amber/issues/622

I've thought about this. An array can be on multiple lines in amber, but it doesn't seem to be able to be in bash. (at least my quick search) Before...

I misunderstood. We can place comment in the middle of array declaration. ```bash array_0=(1 # comment 2 # comment 3) echo "${array_0[@]}" # OUTPUT: 1 2 3 ```

In my PR, I used Docker Images without knowing this issue. How do you think about the docker approach? Should I rewrite the PR to use binaries?

Please reopen this if you have any thoughts.

I think `$PKGDIR/main.ab` is not enough, `$PKGDIR/THE_SPECIFIED_VERSION_OF_THE_PACKAGE/main.ab` is. So some counterparts of `Cargo.toml` and `Cargo.lock` are also required. So we should also decide to which format to use. (json, yaml,...

Oh, I am happy adding more location to search modules. Thank you. My opinions for details. * I am not sure if it is good to automatically load `/main.ab` when...

Thank you for the detailed explanation. I support your proposal.

The latter seems to be ideal, but not is feasible immediately. I think fixing the CI is more urgent. :) Mte90's solution sounds good to me.

There is quite progress in this PR than `staging` now, so that merging is not blocked. In my opinion, we don't have to fix everything at once.