fuzzybinary / fuzzybinary/godot_dart

Set up `TypedArray<T>` to return elements of type T

Open
#25 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Dart
Stars
203
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Currently, TypedArray<T> is only a marker interface because it doesn't return elements of type T and it doesn't allow you to set elements of type T.

We should modify TypedArray to properly return elements of the correct type.

Work on this likely needs to be preceded by #12

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing issue #12, which the issue identifies as a prerequisite. Then locate the TypedArray interface and inspect how its element access currently works. Done means the interface returns elements of type T and permits setting elements of type T, with the relevant existing checks or tests passing.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart
Domain
game-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.