Marcus Denker
Marcus Denker
Note: after merging, open a new issue for the backport
RBCodeSnippetTest now failing
We could change DoItChunk>>#importFor:logSource: to do ``` ^ [self class compiler class new source: contents; requestor: requestor; logged: logSource; permitUndeclared: true; evaluate] on: UndeclaredVariableError do: [ :ex | ex resume...
I am doing a PR for Pharo13
PR was merged. I do not close yet as this might be backported?
So we have setup http://archive.esug.org as a permanent URL What is now missing: a rewrite. Github pages does not support this in any way. The only thing they have is...
- we now have setup the server and use it for archive.esug.org Next step: push the data there on build instead of github pages. After that is done, we can...
What is important, too: please add a better name tan "Fix: #1547" (this looks very bad in the weekly email, too)
check with @estebanlm
The problem is that if we use a Plugin to change the syntax (like estabans exeriment with strings), we might want to do syntax highlight of that, too. This is...