Joshua Batty

Results 67 issues of Joshua Batty

## Description Currently, #772 adds support for overriding main components (forc, fuel-core) with local paths in fuel-toolchain.toml. However, individual forc plugins (forc-doc, forc-lsp, forc-fmt, etc.) cannot be overridden independently -...

enhancement

## Description This PR introduces a manual GitHub Actions workflow to simplify updating the fuelup toolchains and deploying the application. Previously, updating the forc version in the production environment was...

### Summary While adding the forc-node plugin we discovered that the build consistently fails in both CI and local Nix builds. The problematic derivation is fuel-core-upgradable-executor; its build.rs shells out...

fuel.nix

## Context As part of the forc monorepo migration ([RFC #49](https://github.com/FuelLabs/sway-rfcs/pull/49)), we're moving forc tools from the sway repo to the [forc repo](https://github.com/FuelLabs/forc). The sway docs workflow (`gh-pages.yml`) installs these...

forc
documentation
team:tooling

### Description Typing an array literal of `str[N]` values with different lengths inside the LSP causes the backend to panic in `sway-core/src/ir_generation/const_eval.rs:268`. The panic comes from `create_array_from_vec` asserting that every...

bug
compiler: frontend

I believe this is working for local variables but need to double check that. We should add a section so users can easily see the values of storage variables changing...

# Structure Changes - Restructured the dependency guide for better flow (Adding → Using → Resolution → Caching → Editions → Deploying) # Content Changes - Added clear explanation of...

documentation