nippy/test/taoensso
Peter Taoussanis 8d107650cd [new] [#184] Incl. cause on non-native freeze failures
Before this commit:

  - When freezing an item WITHOUT a native Nippy implementation,
    Nippy may try to use (1) Java Serializable or (2) Clojure's reader.
    If these also fail, an ex-info will be thrown.
    The ex-info does NOT include any info about possible exceptions
    from (1) or (2).

After this commit:

  - The thrown ex-info now includes info about possible exceptions
    from (1) and (2). These can be useful, e.g. when indicating
    an OOM error, etc.
2025-04-14 23:03:17 +02:00
..
graal_tests.clj [nop] Update project template 2023-08-02 13:50:40 +02:00
nippy_benchmarks.clj [nop] Misc benchmark housekeeping 2024-02-26 11:07:42 +01:00
nippy_tests.clj [new] [#184] Incl. cause on non-native freeze failures 2025-04-14 23:03:17 +02:00