Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ Gemfile*.lock
# Local symlink to scraped .xls data from the sibling cdd-data repo.
# Machine-specific — each developer symlinks to their own checkout.
/downloads

# TODO files are working notes, not artifacts.
TODO*
5 changes: 1 addition & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ end
namespace :lint do
desc "Verify no raw MDC_P### / MDC_C### literals outside the registry files"
task :registry do
# Invoke via explicit `bash` so Windows runners (where Rake#sh uses
# cmd.exe and can't dispatch on the shebang line) find the script.
# Git for Windows ships bash in PATH, so this is portable.
sh "bash bin/lint-no-raw-mdc"
ruby "bin/lint-no-raw-mdc"
end
end

Expand Down
45 changes: 0 additions & 45 deletions TODO.final/01-per-entity-cddal-emit.md

This file was deleted.

41 changes: 0 additions & 41 deletions TODO.final/02-per-entity-json-emit.md

This file was deleted.

43 changes: 0 additions & 43 deletions TODO.final/03-version-aware-reader.md

This file was deleted.

49 changes: 0 additions & 49 deletions TODO.final/04-entity-diff-engine.md

This file was deleted.

48 changes: 0 additions & 48 deletions TODO.final/05-browser-typed-raw-properties.md

This file was deleted.

52 changes: 0 additions & 52 deletions TODO.final/06-browser-version-history-type-shadow.md

This file was deleted.

54 changes: 0 additions & 54 deletions TODO.final/07-browser-time-travel-content-swap.md

This file was deleted.

Loading
Loading