Releases: alexevanczuk/packs
Releases · alexevanczuk/packs
05ee0e5
bump version
af64aa6
bump version
4cd25f9
fix bad source locations
2710e2c
bump version
1117db7
look at packs for now
61f8562
temporarily ignore test until it is fixed
60ad346
generate cache scaffolding (#6) * update readme * update fixture to simple_app * write failing test for generate_cache * fix bad reference to fixture * write comment * fix test * create instructions * Move CLI under packs namespace * extract string helpers into function
548554e
First pass at "pks generate_cache" (#7) * get md5 of filename to pass * add test for cache file * set cody directive * write failing file cache test * fix compiler errors * move test to be a unti test, get it to almost pass * start working on use serde... * set max width to 80 for my small personal laptop * start updating test... * delete dead code * implement proper shape serialization * getting closer * add to gitignore * delete tmp * getting closer * getting a lot closer...! * get tests to pass
043887e
Use visitor pattern to traverse AST (#5) * initial attempts... still failing * remove other code * get the thing to compile * get tests to pass! * cargo fmt
fc8a289
add CI badges