argotorg / argotorg/solidity

[Yul] Disallow unknown objects whose names start with `.`

Open
#11,538 0 comments 0 reactions 0 assignees View on GitHub
breaking change :warning: low effort low impact should have
Dominant language
C++
Stars
25.7k
Forks
6.2k
Avg merge
1d 11h
Merged PRs (30d)
21

Description

We introduced the special `".metadata"` data object and it makes sense to reserve all other data objects (and even whole sub-objects) whose name start with a `.`.

Follow up of #10179.

Contributor guide

Open the contributing guide

Research direction

No file or test is named. Start by locating the Yul validation for data objects and sub-objects, then trace how unknown names are handled. Done means names beginning with `.` are rejected unless they are the special `.metadata` object, with coverage for both objects and sub-objects.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, solidity
Domain
compilers
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.