Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing #22

Open
9 tasks
cdfa opened this issue Feb 3, 2022 · 0 comments
Open
9 tasks

Testing #22

cdfa opened this issue Feb 3, 2022 · 0 comments
Labels
good first issue Good for newcomers Technical debt reduction Technical debt reduction opportunity

Comments

@cdfa
Copy link
Owner

cdfa commented Feb 3, 2022

  • Does shrinking of expressions even work currently?
  • Test extended linearization-parsing isomorphism: linearize -> parse = linearize -> parse -> linearize -> parse
  • Responsiveness: programming environment takes at most 100ms to respond to input
  • Text editor equivalence: insert/delete -> to plain text = to plain text -> insert/delete
  • Evaluation results are rendered to text correctly (automatic insertion of parentheses): eval -> linearize -> parse = eval
  • Evaluation results are normal forms: eval = eval (-> remove single node construction sites) -> eval
  • Evaluation uses call-by-need semantics (test by inspecting output from traces)
  • traverseComponents laws (see thesis)
  • Validity of custom lens combinators (in Optics.*.Extra)
@cdfa cdfa added good first issue Good for newcomers Technical debt reduction Technical debt reduction opportunity labels Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Technical debt reduction Technical debt reduction opportunity
Projects
None yet
Development

No branches or pull requests

1 participant