원클릭으로
check-env
Check if the environment is set up correctly for Reussir development.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check if the environment is set up correctly for Reussir development.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run MLIR conversions and translations.
Compile Reussir source code.
Elaborate Reussir source code.
Parse Reussir source code and inspect / validate the surface AST.
Run the Reussir REPL to interpret Reussir source code.
Build and test Reussir with ASan, LSan, MSan, or TSan, especially when validating generated LLVM IR against the Rust runtime allocator path and future multithreaded code.
| name | check-env |
| description | Check if the environment is set up correctly for Reussir development. |
| license | MPL-2.0 |
To check if the environment is set up correctly for Reussir development, please go through the following checklist:
Check if there is a build directory in the root directory of the project.
The directory should looks like a general CMake build directory.
It is preferred to build Reussir with LLVM toolchain (>= 21) and Ninja.
rustc --version should return a version number greater than or equal to 1.90.
The following is a sample output:
rustc 1.93.0-nightly (843f8ce2e 2025-11-07)