Skip to content
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

Go error Deno.writeAllSync #71

Open
radonirinamaminiaina opened this issue Feb 27, 2025 · 2 comments
Open

Go error Deno.writeAllSync #71

radonirinamaminiaina opened this issue Feb 27, 2025 · 2 comments

Comments

@radonirinamaminiaina
Copy link

Hello @tsirysndr

I test out the tool you created, and I got the following error.

template: https://codeload.github.com/fluent-ci-templates/bun-pipeline/zip/refs/tags/v0.8.1
error: Uncaught (in promise) TypeError: Deno.writeAllSync is not a function
	Deno.writeAllSync(
	     ^
    at writeLine (https://deno.land/x/spinners@v1.1.2/util.ts:39:7)
    at TerminalSpinner.render (https://deno.land/x/spinners@v1.1.2/terminal-spinner.ts:182:3)

Deno version: 2.2.2

Image

@tsirysndr
Copy link
Member

Hello @radonirinamaminiaina ,

Thank you for testing FluentCI and for reporting this issue!

The error occurs because Deno.writeAllSync has been removed in Deno 2, and FluentCI still contains references to it. We will update the code to replace all instances of Deno.writeAllSync with a compatible alternative for Deno 2.

We appreciate your patience, and we'll notify you once the fix is available. In the meantime, if you need to use FluentCI immediately, you can try running it with Deno 1.x as a temporary workaround

@tsirysndr
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants