Daniele Scasciafratte

Results 1200 comments of Daniele Scasciafratte

So right now there are all the tests, the problem is that there is a wrong escaping of variables in the generated bash so doesn't work. I wrote about it...

@Ph0enixKM yeah I wrote on https://github.com/amber-lang/amber/pull/381#issuecomment-2360407534 why there are issues that depends on another bug

If you try to compile the `./src/tests/validity/variable_ref_div_arithmetic_num.ab` test you can see the escaping issue. I improved the code, now the sed trailing zero there is only for the division in...

This PR has various issues. The big one that doesn't let me to finish and do all the tests and verify everything is that the bash generated has errors in...

The plan of this PR is to remove the sed usage to escape strings to number as can be optimized. Right now as it is the PR it is needed...

Yes just do everything now. I am waiting the next release to move to a new repository so we have time. Just don't forget to add the comments to the...

We have 2 folders: ![immagine](https://github.com/user-attachments/assets/ff20f608-d522-4ad6-a18a-4f37064acf50) That this repository need to include those 2 but the code organization is not fine for git submodules. With a `build.rs` in the root that...

The other issue are tests but looking https://github.com/amber-lang/amber/blob/master/src/tests/stdlib.rs#L5 we don't need symlink

Also that doc page doesn't says what should be the file name for the script, reading the code seems that there is a file picker in the tool for that.

So the UE4 script mentioned in the wiki is just a Bash script, also [IGCSI](https://github.com/frostworx/steamtinkerlaunch/wiki/IGCSInjector) it is not downloaded automatically so requires to download it manually.