-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
update docs for how to test the Filament installation #451
Comments
as mentioned in #447 (comment), I'm asking for this specifically because I'm trying to write a nix derivation to build and install filament (in my case, specifically on macOS, but this would be applicable to linux builds as well). generally it's good practice to provide tests for a nix build to validate the install, and it's not clear to me what that would look like for Filament. -> this docs fix (in addition to providing better documentation) would also enable a potential nix build definition to include tests, making the build more resilient to introducing build errors. |
@rachitnigam re: #447 (comment), my understanding is that I am free to add code to nixpkgs, the package store for nix's package manager, which would enable folks to install Filament from nix. |
Filament has a
If it is allowed, I would recommend running the |
side note: running |
problem
the "getting started" page says to run
cargo run -- tests/compile/par.fil
to test the build.doing so I get a few errors:
I can't find a file named
./tests/compile/par.fil
either.the request
it seems that the docs should:
--bin=filament
flag, andThe text was updated successfully, but these errors were encountered: