We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The needs are specific, just to move the discussions in another place, so we can focus in this repo in the compiler itself (and builtins).
The flow:
The text was updated successfully, but these errors were encountered:
@Mte90 do you think i can make a PR before moving stdlib ? this is a PR for date function ( #325 )
Sorry, something went wrong.
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 various functions.
We have 2 folders:
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 generate the simlinks we can achieve the symlink easily and in a transparent way for the user if need to compile it https://doc.rust-lang.org/cargo/reference/build-script-examples.html
build.rs
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
Mte90
No branches or pull requests
The needs are specific, just to move the discussions in another place, so we can focus in this repo in the compiler itself (and builtins).
The flow:
The text was updated successfully, but these errors were encountered: