Skip to content

Commit

Permalink
Bug update
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Sep 23, 2020
1 parent 2bc1648 commit 06774c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* Add some libraries for declension and conjugation in English
* Change `emd fmt` behavior around imports.
* Manpage example
* Fix bug where pattern match exhaustiveness checking failed when the
constructor in question was defined in another file

## 1.3.0.3

Expand Down
6 changes: 6 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- [ ] Matching
- [ ] Library documentation
## Examples
- [ ] https://twitter.com/folklorebot
- [ ] Poetry bot...? Rumi?
- [ ] bi update bot &c. -> show how to lazily reuse libraries
- [x] Fiona bot?
Expand All @@ -34,6 +35,7 @@
- [x] Cowsay-as-a-function
- [ ] jenny holzer bot https://www.tate.org.uk/art/artworks/holzer-truisms-t03959 https://wordsofwomen.com/jenny-holzers-list-of-truisms/ https://www.moma.org/collection/works/63755
- [ ] https://twitter.com/philosophersbot
- [ ] https://twitter.com/gardenexperienc?lang=en
# Editor Integration
- [x] Syntastic checker
# Passes
Expand All @@ -46,6 +48,9 @@
# Library API
- [x] Maybe spin out internal library?
# Bugs
- [ ] The way `:include`s and tag uniques are handled generates a morass
- [x] Pattern match exhaustiveness checker needs to run after `:include`s are
accounted for
- [x] `examples/fortune.dck` fails in repl
- [x] Bug in `test/demo/animal.dck` - doesn't ever produce a bird?
- [ ] Running `examples/doggo.dck` `main` - `pick` seems to be called by `probabilities` state doesn't seem to change?
Expand Down Expand Up @@ -89,6 +94,7 @@
- [ ] Verbosity
- [ ] Turn on sanity checking?
# Features
- [ ] Library exploration (installed)
- [ ] Warn on redundant `:include`s
- [x] Polyglot integration!
- [x] Turn off zstd saving with a flag (for freebsd)
Expand Down

0 comments on commit 06774c7

Please sign in to comment.