Skip to content

Commit

Permalink
Merge pull request #41 from jecisc/25-Add-world-menu-entry
Browse files Browse the repository at this point in the history
25-Add-world-menu-entry
  • Loading branch information
jecisc authored Apr 15, 2020
2 parents f2d3f67 + 75e3fb2 commit d6ff456
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Chanel perfume: packages using: { ChanelTestEqualityCleaner . ChanelProtocolsCl
You can find the full list of cleaners running `ChanelAbstractCleaner cleaners asArray`.
It is advised to keep the cleaner in the given order of this snippet since some of them needs to run before the others.

> You can open playgrounds containing those snippets via the world menu once the project is installed.
> **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.
## Documentation
Expand Down
2 changes: 2 additions & 0 deletions resources/doc/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Chanel perfume: packages using: { ChanelTestEqualityCleaner . ChanelProtocolsCl
You can find the full list of cleaners running `ChanelAbstractCleaner cleaners asArray`.
It is advised to keep the cleaner in the given order of this snippet since some of them needs to run before the others.

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

Chanel iterates on all the tests of the packages and clean equality assertions.
Expand Down
51 changes: 51 additions & 0 deletions src/Chanel/Chanel.class.st

Large diffs are not rendered by default.

0 comments on commit d6ff456

Please sign in to comment.