aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/boot/boot.janet (follow)
AgeCommit message (Expand)AuthorLines
2025-09-21Tweak some flycheck-related docstringssogaiu-6/+10
2025-09-20Update CHANGELOG.mdCalvin Rose-1/+1
2025-09-20Refactor flycheck to allow customization. Address #1638Calvin Rose-62/+78
2025-08-31Small spelling fixesJoshua Krusell-1/+1
2025-07-18net/server: improve error for truthy handler and type :datagramIsaac Freund-1/+7
2025-07-13Validate optional args to importsarna-1/+6
2025-07-12Clarify :fresh usage in importsarna-3/+3
2025-07-06Allow :dependencies value in info.jdn to contain dictionaries for complex dep...Michael Camilleri-12/+16
2025-07-02Use :dependencies argument in bundle/install for dependency checkingMichael Camilleri-31/+25
2025-06-24Patch try to accept (try body ([] catch-body))iacore-16/+17
2025-05-21Remove some underline bits from doc-formatsogaiu-4/+2
2025-05-20Address #1591 - remove _ behavior of docstring formatCalvin Rose-2/+1
2025-05-02Tweak docstrings for better handlingsogaiu-4/+6
2025-04-06Fix mapcat and keep docstringssogaiu-4/+5
2025-04-05Add os/getpidCalvin Rose-1/+1
2025-04-05Tweak doc for mapcat, count, keep, all, somesogaiu-13/+46
2025-04-03Adopt docstring from #1574Calvin Rose-2/+8
2025-04-01Notify user when script is installed during a bundle installation.Calvin Rose-0/+4
2025-03-17Add bundle/replaceCalvin Rose-6/+15
2025-03-16Make installed manifests nicer to work with.Calvin Rose-4/+9
2025-03-08Fix defdyn in flychecking.Calvin Rose-3/+2
2025-03-03Expose bundle operations in the CLI.Calvin Rose-4/+40
2025-02-16Work on bug #1556Calvin Rose-2/+2
2025-02-07Address issue #1558Calvin Rose-1/+1
2025-02-06Tweak apply and short-fn docstringssogaiu-11/+5
2025-02-01Update reduce2 documentation to fix issue #1545Calvin Rose-1/+1
2024-12-27Tweak *exit-value* doc - address #1537sogaiu-1/+1
2024-12-21Revert behavior of deep= on mutable keys.Calvin Rose-14/+2
2024-12-19Allow table/to-struct to take a prototype.Calvin Rose-2/+10
2024-12-19freeze with mutable keys should be determinsic help address #1535Calvin Rose-8/+12
2024-12-19Allow for mutable keys correctly in deep=Calvin Rose-40/+50
2024-11-25Remove unused var pstatussogaiu-1/+0
2024-11-24Assertf with no arguments does not make sense.Calvin Rose-5/+10
2024-10-30Add assertf and use in boot.janet. Address #1516sogaiu-8/+11
2024-10-05Fix bundle/install with :check true installation failure.Calvin Rose-3/+3
2024-10-05Setting a profile will mess with imports.Calvin Rose-1/+2
2024-09-21Add *repl-prompt*.Calvin Rose-4/+7
2024-09-20Add support for multiple directories in JANET_PATH.Calvin Rose-1/+24
2024-09-07Improve error messages even more for `copyfile`.Calvin Rose-10/+12
2024-09-07Improve error messages in bundle/add if files are missing.Calvin Rose-2/+6
2024-08-31Don't check for docstrings when explicitly disabled.Calvin Rose-3/+4
2024-08-29Save :source-form in environment when debugging is enabled.Calvin Rose-0/+4
2024-08-17Add aliases for bundle/module - issue #1486Calvin Rose-1/+6
2024-08-16Work on the filewatch module.Calvin Rose-0/+1
2024-08-15Prefix bin+sep to add-bin dest argumentsogaiu-2/+2
2024-08-05Add options to os/pipe for custom blocking behavior.Calvin Rose-0/+13
2024-07-31Use gensym in do-compare macro.Calvin Rose-9/+13
2024-07-31Add geomean function.Calvin Rose-0/+13
2024-07-29Fix polymorphic support in compareMichael Camilleri-5/+11
2024-07-18Do not warn when loop body is emptysogaiu-1/+0