Z Goddard

Results 21 issues of Z Goddard

`rating-slider` is producing a number of errors during test-generation. ``` *** 20 Errors in tests and/or commands in test plan [tests/rating-slider] *** [Test 12]: "decrement slider by one half star...

bug

Breadcrumb test plan has many commands with invalid key references. Some of these are just keys missing in `keys.mjs`, but some others like `"DOWN,DOWN,DOWN"` surrounded by quotes and containing commas,...

bug

Add a deprecate message and version deadline for removing `childAt`. It does not add enough user value for the (albeit small) added maintenance burden.

Close #68 childAt does not fulfill a strong enough user need to account for its maintenance burden.

The PRs on the new `FindWrapper` methods (#53, #57, #59, #63) help show a strata in the `FindWrapper` methods. We can categorize the existing and proposed methods as "core" and...

Return a value so that a second call to updateMd5CacheItem on the stored promise is given the input the first call received to keep from throwing an error.

Close #338 Store hashes in module cache that help if the cache becomes "split" and stores hashes that do not represent the state of their respective items in the module...

### Expected Behavior Tests are written manually. ### Actual Behavior Test are at least partly generated. ### Todo - [ ] Switch to `tap` for testing - [ ] `test.js`...

refactor

### Expected Behavior md5s for modules are stored separate from the cached modules. ### Actual Behavior Store md5s in module cache.

refactor

### Expected Behavior Builds anew when encountering incomplete caches. ### Actual Behavior Try to use last complete cache.

refactor