Commit graph

6 commits

Author SHA1 Message Date
Jonatan Kłosko
edabdf9d84 Use a non-hidden file to track if escript assets are extracted
When tmpdir is cleaned on macOS, files are removed, directories are
kept, so we use an extra file as a flag to easily check if the files
are extracted. However, files starting with dot are not removed as
part of the cleanup, so we need to use a regular name.
2025-03-21 20:57:06 +09:00
Jonatan Kłosko
21e01fadb6
Simplify static assets handling (#2866) 2024-11-21 11:46:33 +01:00
Jonatan Kłosko
5d78db66e5
Make Livebook version accessible at compile time (#2280)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-10-17 19:17:09 +02:00
José Valim
64dad900d7
Exclude modules from docs (#2218)
Closes #2216.
2023-09-21 12:28:45 +02:00
José Valim
c66582f8bb
Include full stacktrace for unexpected exceptions (#781)
* Include full stacktrace for unexpected exceptions

* Update lib/livebook_cli.ex

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2021-12-09 15:44:23 +01:00
Cheng Zhe
d3ffb7978d
Rename litebook_cli.ex to livebook_cli.ex (#174)
Rename litebook_cli.ex to livebook_cli.ex
2021-04-15 08:56:49 +02:00
Renamed from lib/litebook_cli.ex (Browse further)