Skip to content

Releases: alexevanczuk/packs

05ee0e5

31 May 16:11
Compare
Choose a tag to compare
bump version

af64aa6

30 May 13:26
Compare
Choose a tag to compare
bump version

4cd25f9

30 May 13:04
Compare
Choose a tag to compare
fix bad source locations

2710e2c

30 May 14:04
Compare
Choose a tag to compare
bump version

1117db7

30 May 13:05
Compare
Choose a tag to compare
look at packs for now

61f8562

29 May 01:52
Compare
Choose a tag to compare
temporarily ignore test until it is fixed

60ad346

28 May 00:11
60ad346
Compare
Choose a tag to compare
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

28 May 23:46
548554e
Compare
Choose a tag to compare
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

27 May 19:54
043887e
Compare
Choose a tag to compare
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

26 May 16:29
Compare
Choose a tag to compare
add CI badges