Skip to content

Releases: krushiraj/babygo

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 11:48

Changelog

  • 89364ca babygo: install it, then babygo init, instead of cloning the repo
  • f4bec19 capture: find nondeterminism that depends on the world, and never tighten a check
  • 19225b2 ci: run unit tests and the exercise-set honesty check on Linux
  • 27df9e1 exercises: all 85 cut, verified, and machine-checked
  • 003bef4 exercises: cut 1-16, 18-33, 34-55 (batches A, B, C)
  • 36e9d20 exercises: cut batch D and the 8 CLI/server exercises; fix three runner bugs
  • 97ca164 gorun: interactive watch, completion re-check, TODO assertion, tests
  • 45ece3a gorun: runner, upstream sync, and empirically-classified exercise set
  • 3a618f9 license: MIT for the runner, CC BY 3.0 attribution for the exercises
  • 8f59d0a progress: keep solve order instead of sorting alphabetically
  • 6be22a7 readme: prominent Go by Example attribution; fix clone command
  • 6dec363 verify: align diff by LCS and highlight the exact differing characters
  • bb25419 verify: char-diff regex rows whose pattern is an escaped literal
  • 924e799 verify: fix doubled build path that made the exercise check vacuous
  • d8e9a14 verify: judge regex-mode diff rows by pattern match, not literal text
  • 9c3dab2 verify: run each invocation in a scratch dir, not the repo root
  • 88f83f2 verify: time the running of a test-mode exercise, not its compilation
  • 378c608 watch: single-key input, esc redraw, and always show run output