gluax
gluax
@damirka, we could probably still make a readme in test-framework that links to the tests one.
Deadlink error in CI will be resolved when stdlib is merged shortly!
@acoglio you're right. Forgot that we made that we are starting that already! I also made the suggested changes.
I'm plus one fore naming it `impl`. The second approach suggested is very golang like. That being said I do prefer the separate blocks more for clarity's sake.
What are people's opinions of such a change? This change would close bug #1636. @collinc97 @bendyarm @0rphon
I agree that `impl` is less confusion than `members` for the reasons stated above. Also shorter syntax is always golden.
These other sections are no longer validated. We only care about the main and register sections. However, as far as parsing, it is valid. If they are in non-parser input...
Ok just so you know once the flattening branch is merged all `[constant]` and `[constants]` blocks in compiler tests will have been removed. As the constants will be moved to...
@acoglio this was changed a few months ago along with the addition of public and private initially back in pr #1739. And then was even further changed in #1746.
@acoglio they are not removed even in the flattening pass. However, the section itself is never used as of #1739. The only two sections used since then are `[main]` and...