argotorg / argotorg/fe

Need a simple way to compare two arrays

Closed
#528 0 comments 0 reactions 0 assignees View on GitHub
flag: beta-required type: feature
Dominant language
Rust
Stars
1.7k
Forks
218
Avg merge
1d 7h
Merged PRs (30d)
6

Description

### What is wrong?

We currently can't compare two arrays via the `==` operators:

>error: can't move value onto stack

This seems like pretty fundamental functionality to have.

### How can it be fixed

Need to investigate.

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no files, tests, or entry points; begin by locating the implementation of the == operator and array values in the compiler. Done means determining and implementing a supported way to compare two arrays without the reported stack error, with tests covering the behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
compilers
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.