-
Notifications
You must be signed in to change notification settings - Fork 164
feat(docs): comptime functions slice
, rawSlice
, ascii
and crc32
#951
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
@Gusarich please, take a look! |
Sorry for the delay! |
@jeshecdom does everything seem clear to you? |
@novusnota there is a merge conflict in this pr |
I see the failure with pnpm change — either we pin the specific (prev.) pnpm version or add another command to its CI. UPD: Apparently, pnpm were doing that for a while. Adding |
could you please expand on this option? |
that may or may not require sourcing proper files on the system, like .profile/.bashrc for systems using Bash (Linux in GitHub Actions), .zprofile/.zshrc for systems using Zsh (macOS in GitHub Actions), etc.
pnpm is aware of its issues since Jul 2022 UPD: Wait, Tact's CI was completely skipped this time, investigating |
The last commit worked out in terms of pnpm. But, for some reason, after sourcing UPD: Found it! Default Node installed on macos-latest runner (macOS 14 Arm64 at the moment) is 20. This seems like a bug of macos-runner, but that means sourcing |
Because of some bug in macos-latest, which overrides the used version of Node.js (from 22 specified to 20 installed), which then causes compilation errors with Tact (`.isSubsetOf()` stuff)
We stand victorious :) |
Issue
Closes #899.
Checklist