exercism / snippet-extractor

GNU Affero General Public License v3.0
1 stars 25 forks source link

fix(racket): remove multiline matching #79

Closed vaeng closed 1 year ago

vaeng commented 1 year ago

Many solutions show up empty. This commit will restablish those, but multline require and provides will be cut now. This is way better than empty solutions though.

vaeng commented 1 year ago

@ErikSchierboom This will reduce the "blank" solution problems, I had with the earlier version. I think I have to skip matching of multiline provide and require statements as racket is very flexible with whitespace. If this is merged, we have to re-run the existing solutions.

ErikSchierboom commented 1 year ago

@vaeng They're all be re-ran right now