]> gitweb.factorcode.org Git - factor.git/history - extra/bare
scryfall: add more filter/reject words, better mtga parser
[factor.git] / extra / bare /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-20 John BenediktssonSwitch to https urls
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/html5-force-push'
2022-06-16 John Benediktssonbare: lookup-user-type and insert-user-type
2022-06-16 John Benediktssonbare: better errors for empty enums/unions/structs
2022-06-16 John Benediktssonbare: change how user-types are handled
2022-06-16 John Benediktssonbare: more error checking
2022-06-16 John Benediktssonbare: more error checking
2022-06-16 John Benediktssonbare: adding duplicate field check for structs
2022-06-16 John Benediktssonbare: check duplicates for unions too
2022-06-16 John Benediktssonbare: adding checks for valid union values.
2022-06-16 John Benediktssonbare: check enum values when reading and writing.
2022-06-16 John Benediktssonbare: check duplicate keys too.
2022-06-16 John Benediktssonbare: check enums for duplicate values.
2022-06-16 John Benediktssonbare: more liberal union schema parsing.
2022-06-15 John Benediktssonbare: fix SCHEMA:, add some tests.
2022-06-15 John Benediktssonbare: adding a load-schema word
2022-06-15 John Benediktssonbare: adding docs
2022-06-15 John Benediktssonbare: adding more tests
2022-06-15 John Benediktssonbare: fix usings on tests
2022-06-15 John Benediktssonbare: adding support for user types and structs
2022-06-15 John Benediktssonbare: addinng support for maps
2022-06-15 John Benediktssonbare: initial support for Binary Application Record...