Skip to content

Commit d6ff456

Browse files
authoredApr 15, 2020
Merge pull request #41 from jecisc/25-Add-world-menu-entry
25-Add-world-menu-entry
2 parents f2d3f67 + 75e3fb2 commit d6ff456

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Chanel perfume: packages using: { ChanelTestEqualityCleaner . ChanelProtocolsCl
5050
You can find the full list of cleaners running `ChanelAbstractCleaner cleaners asArray`.
5151
It is advised to keep the cleaner in the given order of this snippet since some of them needs to run before the others.
5252

53+
> You can open playgrounds containing those snippets via the world menu once the project is installed.
54+
5355
> **WARNING**: Some cleaning are making sense in most cases but might cause troubles in some edge cases. Please, read the documentation to see the list of possible problems it might introduce.
5456
5557
## Documentation

‎resources/doc/documentation.md

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Chanel perfume: packages using: { ChanelTestEqualityCleaner . ChanelProtocolsCl
2222
You can find the full list of cleaners running `ChanelAbstractCleaner cleaners asArray`.
2323
It is advised to keep the cleaner in the given order of this snippet since some of them needs to run before the others.
2424

25+
> You can open playgrounds containing those snippets via the world menu once the project is installed.
26+
2527
## Tests equality
2628

2729
Chanel iterates on all the tests of the packages and clean equality assertions.

‎src/Chanel/Chanel.class.st

+51
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)