aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
AgeCommit message (Collapse)Author
2021-04-24add 072 comptime 7Dave Gauer
2021-04-24Fix typo in 066 (issue #46)Dave Gauer
2021-04-22add 071 comptime 6 inline forDave Gauer
2021-04-22Adding traditional program debugging capability to RubberDuckDave Gauer
2021-04-21add ex070 comptime 5Dave Gauer
2021-04-21add ex069 comptime 4Dave Gauer
2021-04-18add ex068 comptime 3Dave Gauer
2021-04-17Clarity for 062 and tupni for 064Dave Gauer
2021-04-16Another try at wording ex067Dave Gauer
2021-04-15add ex067 comptime TWODave Gauer
2021-04-13Add ex066, the first comptime explanationDave Gauer
2021-04-11add ex065 builtins2Dave Gauer
2021-04-10added ex064 builtinsDave Gauer
2021-04-10Added ex063 labelsDave Gauer
2021-04-09added ex062 loop expressionsDave Gauer
2021-04-09added ex061 coercionsDave Gauer
2021-04-09Added ex060 floatsDave Gauer
2021-04-08added 059Dave Gauer
2021-04-04Added epic ex058 - quiz 7Dave Gauer
2021-03-16fixed failing test for ex. 024Dave Gauer
2021-03-12Update README.mdDave Gauer
2021-03-12Merge branch 'ci' of https://github.com/mattnite/ziglings into mattnite-ciDave Gauer
eowyn.sh has changed, conflict resolved
2021-03-12Patch/test scripts now run from project rootDave Gauer
This simplifies everything and makes everything good. (Shell scripts need to be as simple as possible for maximum compatibility.)
2021-03-12"999 is enough for anybody" triple-zero padding (#18)Dave Gauer
When I hit 999 exercises, I will finally have reached the ultimate state of soteriological release and no more exercises will be needed. The cycle will be complete. All that will be left is perfect quietude, freedom, and highest happiness.
2021-03-10add ex 57 unions 3Dave Gauer
2021-03-09add ex56 unions2 (tagged)Dave Gauer
2021-03-09add ex 55 unionsDave Gauer
2021-03-07"Multi pointers" are now "many pointers"Dave Gauer
TypeInfo.Pointer.Size says "many", so there we are!
2021-03-06add ex54 multipointersDave Gauer
2021-03-06add ex53 slices2Dave Gauer
2021-03-06remove realpathMatt Knight
2021-03-06need to change shebang to bash because we're using bashismsMatt Knight
2021-03-06add ex52 slicesDave Gauer
2021-03-06added set -eMatt Knight
2021-03-06POSIX shell fixesDave Gauer
2021-03-05Merge branch 'main' of github.com:ratfactor/ziglings into mainDave Gauer
2021-03-05Add ex51 valuesDave Gauer
2021-03-02Cleaned up some extraneous whitespace charactersJoseph T Lyons
2021-03-01patches: make interpreter compat and make work if not in PATHjacob gw
2021-02-28Add ex 50 'no values' (help further address #25)Dave Gauer
2021-02-28Added quiz 6 (and the trumpeting sounds grow louder)Dave Gauer
2021-02-28Added ex 48, additional comment on 46Dave Gauer
2021-02-28Change default elephant tail to null (#25)Dave Gauer
It was confusing to see tail... = undefined in the struct definition and then if (tail == null) later in the exercise - it appears that the mismatch would be the issue - but that's distracting from the real issue: making the value optional! Changing the initial value to null is still correct, but won't distract. The only worry now is that the user will remember the undefined definition from the previous exercise and wonder if that has to be that way...but you can't win them all!
2021-02-27Add ex 47: methodsDave Gauer
2021-02-16Added ex. 46 optionals 2 - elephants!Dave Gauer
2021-02-15Add remaining patch filesWill Clardy
2021-02-14Patches to patches to clean up patchesDave Gauer
2021-02-14Added testing abilityDave Gauer
For the full details, see patches/README.md :-)
2021-02-14Added ex 45 optionalsDave Gauer
(And secretly added the patches/ dir. Don't tell anybody!)