exercism / vimscript

Exercism exercises in Vim script.
https://exercism.org/tracks/vimscript
MIT License
20 stars 24 forks source link

Exercise: Run-length encoding (and decoding) #188

Closed kotp closed 9 months ago

kotp commented 10 months ago

This is currently draft/unfinished/work-in-progress.

Ready for review.

@BNAndras

kotp commented 10 months ago

I will work on replicating the tests (as presented via Python) in a few hours.

BNAndras commented 9 months ago

@kotp. did you want me to take a look? I'm free this weekend. I suspect the problem might be with substitute.

kotp commented 9 months ago

@kotp. did you want me to take a look? I'm free this weekend. I suspect the problem might be with substitute.

Yeah, holidays around here and just have not had time. I would appreciate it!

BNAndras commented 9 months ago

I sent you a patch over Discord that updates the test suite and example file. The stub needs to be updated so function names match the test suite.

kotp commented 9 months ago

@exercism/staff Looks like we may want to have @BNAndras added as a maintainer for this repository.

ErikSchierboom commented 9 months ago

@kotp Done!