question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

EIP folder naming

See original GitHub issue

Option 1:
Put all dependent eips as subfolders into each other

stEIP3670 
.     |- test1
.     |- test2
.     |-  stEIP4200
.            |- test1
.            |- test2

Option 2: Merge eip names into folder name stEIP3670+4200+xxxx, hoping that there wont be 50 eips around the same topic. this is because you can clearly see what eips are covered in this folder. compared to option1, there it still kind of hidden, but better organized.

stEIP3670+4200 
.     |- testEIP3670_1
.     |- testEIP3670_2
.     |- testEIP4200_1
.     |- testEIP4200_2

Option 3: Group the test into folders.

stEOF
.     |- stEIP3670
.     ..... testEIP3670_1
.     ..... testEIP3670_2
.     |- stEIP4200
.    .....  testEIP4200_1
.    .....  testEIP4200_2
.     |- stEIP3670_JAN23
.     ..... testEIP3670_1
.     ..... testEIP3670_2

@gumb0, @hugo-dc, @marioevz, @holiman

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:18 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
winsvegacommented, Dec 7, 2022

we found a new consensus about this src/GeneralStateTests/EIPTests

so no new folders. only subfolders. it is better as some runners might check all the subfolders of GStateTests

0reactions
hugo-dccommented, Dec 7, 2022

any objections? https://github.com/ethereum/tests/pull/1110/files

I don’t have any objection for this way organizing the tests.

After this change, should we expect src/GeneralStateTests to not be updated (adding more tests)?, as new EIPs will be in EIPStateTests (?)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Importing and exporting EIPs - Capture One
From Import From, select the folder of EIP image files to import and then choose the destination folder, naming, and other options as ......
Read more >
Capture One In 2 Minutes - EIP Packing - YouTube
Capture One In 2 Minutes - Gradient Mask Magic · Capture One - Session Folder Breakdown, Backup Strategy & Packing as EIP ·...
Read more >
Capture One Pro 8 | Naming and Renaming Files - YouTube
Learn how to use token based naming formulas to rename files on ... Capture One - Session Folder Breakdown, Backup Strategy & Packing...
Read more >
Directory and File Naming Standards - National Weather Service
Draft Directory and File naming Standards for FTP Servers were first adopted at a Restricted Session of the CBS Working Group on Data...
Read more >
EIP-1: EIP Purpose and Guidelines
There are three types of EIP: ... Standards Track EIPs consist of three parts—a design document, an implementation, and (if warranted) an update ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found