You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the text on the page is complete showing this:
MyExampleSetTest>> testRemove
| full |
full :=Setwith:5with:6.
full remove:5.
selfassert: (full includes:6).
selfdeny: (full includes:5)
The companion image (6.1) on the same page, shows the complete code without the first two lines, as shown here:
which can be a little confusing, when the learner is reading and finds the image not fully including the method source, despite of having space for that. Would be advisable to include a screenshot with the complete source of the method. I have provided it here:
The text was updated successfully, but these errors were encountered:
Not at the moment. I'm reading the book in a quick way, and would not have time for dealing directly with the book source code and learning Pillar markup. I will keep reporting issues and if I have time and they have not being solved, I'll try doing PR to solve them.
While the text on the page is complete showing this:
The companion image (6.1) on the same page, shows the complete code without the first two lines, as shown here:
which can be a little confusing, when the learner is reading and finds the image not fully including the method source, despite of having space for that. Would be advisable to include a screenshot with the complete source of the method. I have provided it here:
The text was updated successfully, but these errors were encountered: