Daniele Scasciafratte
Daniele Scasciafratte
With latest php version there are various error because those variables are not defined.
Right now is possible only to enable all the taxonomies but if I want to disable just one of the taxonomy terms?
Ref: #366 In this way we are configuring the scale we want to approximate. Right now some tests doens't work as we have again issues on bash generation: ``` function...
Take this code: ``` fun something() { echo "yes" } something() ``` It will generated: ``` #!/usr/bin/env bash # Written in [Amber](https://amber-lang.com/) # version: 0.3.4-alpha # date: 2024-07-30 12:41:18 function...
After ~~#367~~ now when you compile a bash script that include a stdlib there are comments from that stdlib. An example: ``` import * from "std/math" // Output // 1...
Taking as example the date_compare.ab test we have this issues: ``` In /tmp/amber-sc-tests/date_compare.ab.sh line 9: if [ $( ^-- SC2046 (warning): Quote this to prevent word splitting. In /tmp/amber-sc-tests/date_compare.ab.sh line...
Ref: https://github.com/amber-lang/amber/issues/336 I need a bit of help to improve the documentation also because I didn't understood the purpose of some function. I think that @CymDeveloppement can help me about...
Like per title at every new release.
Right now in tests we have a lot of rm/mv/cd calls but we need to migrate them as builtin. Maybe when #215 it's done we can proceed :-)
This line of code: ```import { * } from "b.ab"``` Generate this: ``` Identifier 'import' is a reserved keyword at ./a.ab:1:1 1| import { * } from "b.ab" ``` Instead...