Skip to content

Fix a few warts in the frontend code

Jean-Paul Calderone requested to merge improved-example-factoring into main
  • Split getFilesDir and prerender_ demos into separate functions
  • Fix a bug arising from lazy IO where writeFile and readFile got in each others' ways
  • Fix a bug arising from trying to CHK encode empty strings
  • Fix the Linux version of getFilesDir to create the directory if necessary

Merge request reports