Commit Graph

  • e37575e763 Allow passing configs to bundle reinstall. bundle-tools Calvin Rose 2024-05-31 19:17:51 -0500
  • f4fd481415 copyfile should copy permission bits Calvin Rose 2024-05-29 19:37:14 -0500
  • 8fca6b7af4 Don't expose bundle/pack, do expose bundle/add Calvin Rose 2024-05-29 07:20:37 -0500
  • 600e822933 Change interface for bundle/install Calvin Rose 2024-05-26 16:26:08 -0500
  • 2028ac8a20 Merge branch 'master' into bundle-tools Calvin Rose 2024-05-26 14:33:29 -0500
  • 843b49cf3a
    Merge 421f7a2906 into 7bae7d9efd Eric Shimizu Karbstein 2024-05-26 14:37:05 -0300
  • 7bae7d9efd Merge changes from bundle-tools branch: master Calvin Rose 2024-05-26 12:04:35 -0500
  • cb54fb02c1 Whitespace. Calvin Rose 2024-05-26 12:01:27 -0500
  • 7529abb542 Move functions in boot.janet around. Calvin Rose 2024-05-26 11:53:53 -0500
  • 16ac681ed9 Remove redundant stuff from stacktrace. Calvin Rose 2024-05-26 11:39:08 -0500
  • 74560ff805 Turn off cluttered traces. Calvin Rose 2024-05-26 11:30:59 -0500
  • fe348187cc Be explicit about 64 bit offset on windows. Calvin Rose 2024-05-26 11:22:09 -0500
  • fd5315793c Test feature flag Calvin Rose 2024-05-26 11:16:31 -0500
  • 87db463f4e Shouldn't make a difference... Calvin Rose 2024-05-26 11:07:23 -0500
  • 1225cd31c8 Assert that prime-bunlde-paths is working. Calvin Rose 2024-05-26 10:54:00 -0500
  • 6998865d7b Mingw is a sepate os/which target than windows. Calvin Rose 2024-05-26 10:41:12 -0500
  • b8aec50763 Something is up with code. Calvin Rose 2024-05-26 10:35:53 -0500
  • 7efb39d608 Check bundle listing before reinstall. Calvin Rose 2024-05-26 10:28:19 -0500
  • f7c90bc1ff Add testing for making and removing directory. Calvin Rose 2024-05-26 10:21:52 -0500
  • aee077c1bd Is qemu-arm buggy? Calvin Rose 2024-05-26 09:53:04 -0500
  • 6968275ddf Update rmrf again to be more strict and failure early Calvin Rose 2024-05-26 09:39:17 -0500
  • 074ae4fc0d When directory isn't empty, print what is in it. Calvin Rose 2024-05-26 09:31:26 -0500
  • 6cd35ed9c8 Try and be OS sensitive when using path separators. Calvin Rose 2024-05-26 09:27:22 -0500
  • 7911e74222 Use lstat instead of stat Calvin Rose 2024-05-26 09:11:24 -0500
  • 2fafe2b5d1 Make rmrf stronger. Calvin Rose 2024-05-26 09:09:04 -0500
  • de977819ce Add some tracing. Calvin Rose 2024-05-26 09:03:01 -0500
  • 1844beecc3 More work on improving stacktraces slightly. Calvin Rose 2024-05-26 08:45:38 -0500
  • cb529bbd63 Pass on linux. Calvin Rose 2024-05-25 16:48:27 -0500
  • 25990867e2 Missing ) Calvin Rose 2024-05-25 16:46:04 -0500
  • 4fbc71c70d Just don't do backslashes. Calvin Rose 2024-05-25 16:43:51 -0500
  • eb21d4fff4 Allow using keywords as names for anonymous functions. Calvin Rose 2024-05-25 16:36:08 -0500
  • 6d5fc1d743 Even more verbose Calvin Rose 2024-05-25 16:15:58 -0500
  • e88042b2fa Pick default bundle name better. Calvin Rose 2024-05-25 16:09:49 -0500
  • 750b448f75 typo doing previous CI trigger. Calvin Rose 2024-05-25 16:02:23 -0500
  • 14d1dc8749 Pathing is not quite working... Calvin Rose 2024-05-25 16:00:43 -0500
  • 8e0340252b Add verbose errors to ci Calvin Rose 2024-05-25 15:50:51 -0500
  • 641a16c133 Add suite-bundle to meson test list. Calvin Rose 2024-05-25 15:42:28 -0500
  • 533d78bffe Merge branch 'master' into bundle-tools Calvin Rose 2024-05-25 13:24:42 -0500
  • ae2c5820a1 Fix janet_strerror when _GNU_SOURCE defined. Calvin Rose 2024-05-25 13:24:01 -0500
  • 8334504f4e More work on fixing bunlde tools install. Calvin Rose 2024-05-25 13:23:11 -0500
  • 2260a593bd Add some test usage for the sample bundle. Calvin Rose 2024-05-25 12:57:09 -0500
  • 7d8af2f99a Add some testing to the bundle/ module. Calvin Rose 2024-05-25 12:39:46 -0500
  • 46bdcece4d Add some better logging when pruning bundles. Calvin Rose 2024-05-25 10:56:40 -0500
  • 7387a1d91e Add `bundle/prune` and support for :auto-remove. Calvin Rose 2024-05-25 10:48:26 -0500
  • ae4b8078df Merge branch 'master' into bundle-tools Calvin Rose 2024-05-25 09:26:25 -0500
  • 60e0c8ea92 Ignore gcov Calvin Rose 2024-05-25 09:25:27 -0500
  • 7d3acc0ed6 Get rid of "extended locale" support. Calvin Rose 2024-05-19 17:59:56 -0500
  • 2637b33957 Include locale.h and xlocale.h on some platforms. Calvin Rose 2024-05-19 17:40:39 -0500
  • 58ccb66659 Move janet_buffer_dtostr Calvin Rose 2024-05-19 17:14:21 -0500
  • 634429cf61 Merge branch 'locales' Calvin Rose 2024-05-19 16:58:28 -0500
  • 6ac65e603d Merge branch 'master' into bundle-tools Calvin Rose 2024-05-19 15:52:25 -0500
  • 03166a745a Disallow nan and inf in jdn. Calvin Rose 2024-05-19 13:25:25 -0500
  • 4d61ba20ce Fix -Werror=calloc-transposed-args Calvin Rose 2024-05-19 09:55:39 -0500
  • 751ff677fe Merge branch 'master' into bundle-tools Calvin Rose 2024-05-19 09:53:14 -0500
  • 421f7a2906
    Update src/core/string.c Calvin Rose 2024-05-18 19:59:43 -0500
  • ace60e1898 Add ev/with-*lock macros. Calvin Rose 2024-05-18 17:55:47 -0500
  • 876b7f106f OpenBSD does not work with LC_*_MASK stuff. locales Calvin Rose 2024-05-18 17:22:10 -0500
  • 809b6589a1 Put limits.h back. Calvin Rose 2024-05-18 15:31:23 -0500
  • 02f53ca014 Formatting. Calvin Rose 2024-05-18 15:21:37 -0500
  • 0b03ddb21b More work on setting locale for extended locale support. Calvin Rose 2024-05-18 15:20:22 -0500
  • ea5d4fd3af JANET_BSD not defined on apple. Calvin Rose 2024-05-18 14:24:51 -0500
  • e6b73f8cd1 BSD, use xlocale for thread safe functionality Calvin Rose 2024-05-18 14:11:05 -0500
  • af232ef729 windows needs a distinct implementation from posix for thread safety. Calvin Rose 2024-05-18 14:02:20 -0500
  • 2e2f8abfc0 Work on add locales. Calvin Rose 2024-05-18 13:23:33 -0500
  • 91a583db27
    Merge pull request #1448 from znley/master Calvin Rose 2024-05-18 06:33:07 -0500
  • dc5cc630ff Keep track of hooks and simple dependency tracking. Calvin Rose 2024-05-18 06:24:39 -0500
  • c1647a74c5 Add LoongArch64 support znley 2024-05-18 07:18:59 +0000
  • 721f280966 Add `with-env`. Calvin Rose 2024-05-16 21:42:34 -0500
  • 258ebb9145 Merge branch 'master' into bundle-tools Calvin Rose 2024-05-16 21:39:23 -0500
  • e914eaf055 Update CHANGELOG.md Calvin Rose 2024-05-16 21:37:08 -0500
  • fe54013679 Update naming *module-make-env* for #1447 Calvin Rose 2024-05-16 19:11:25 -0500
  • fdaf2e1594 Add *module/make-env* Calvin Rose 2024-05-15 20:16:42 -0500
  • f0092ef69b Add module/*make-env* Calvin Rose 2024-05-16 19:06:07 -0500
  • a88ae7e1d9 Merge branch 'master' into bundle-tools Calvin Rose 2024-05-15 20:41:58 -0500
  • 9946f3bdf4 Add buffer/format-at Calvin Rose 2024-05-15 20:16:42 -0500
  • c747e8d16c Address some compiler linter messages on openbsd Calvin Rose 2024-05-15 18:20:20 -0500
  • 3e402d397e Use older openbsd build for CI. Calvin Rose 2024-05-15 18:16:19 -0500
  • 2c208f5d01 Merge branch 'master' into compile-opt compile-opt Calvin Rose 2024-05-15 07:49:46 -0500
  • 0350834cd3 By default, require and import extend current env. Calvin Rose 2024-05-15 07:40:21 -0500
  • 980981c9ee Print message if no hook found, but looked for Calvin Rose 2024-05-15 07:30:29 -0500
  • 08e6051af8 More work on sysir compiler - basic function calls (without prototypes). Calvin Rose 2024-05-15 07:23:37 -0500
  • 3c8346f24e Install to bundle/ instead of _bundles/ Calvin Rose 2024-05-14 20:51:29 -0500
  • 42bd27c24b Use a single janet file for hooks.. Calvin Rose 2024-05-14 16:45:27 -0500
  • 4a0f67f3bd Update copyright. Calvin Rose 2024-05-13 21:35:55 -0500
  • 09b6fc4670 Change storage locations for bundles. Calvin Rose 2024-05-13 20:59:06 -0500
  • 4d9bcd6bcc Add is-backup option to bundle/pack. Calvin Rose 2024-05-13 19:42:44 -0500
  • cd34b89977 Rename bundle/backup to bundle/pack. Calvin Rose 2024-05-13 19:38:14 -0500
  • 3151fa3988 Don't expose bundle/do-hook. Calvin Rose 2024-05-13 18:45:43 -0500
  • 5e58110e19 Add copyfile for copying large files. Calvin Rose 2024-05-13 18:37:30 -0500
  • e1cdd0f8cc Update CHANGELOG.md Calvin Rose 2024-05-13 12:47:46 -0500
  • 1f39a0f180 Add bundle/backup and buffer/format-at Calvin Rose 2024-05-13 12:06:17 -0500
  • 19212e6f5c Remove net.c changes. Calvin Rose 2024-05-12 18:09:22 -0500
  • 8875adf69e Merge branch 'master' into compile-opt Calvin Rose 2024-05-12 16:22:06 -0500
  • 367c4b14f5 Sync manifest on error so that we uninstall the correct files. Calvin Rose 2024-05-12 15:08:27 -0500
  • 9c437796d3 Add first versions of bundle/* module Calvin Rose 2024-05-12 14:42:05 -0500
  • 60e22d9703
    Merge pull request #1445 from wishdev/defbind-alias Calvin Rose 2024-05-11 14:25:03 -0500
  • ee7362e847 Add ffi/defbind-alias John W Higgins 2024-05-09 20:56:59 -0700
  • 745567a2e0 More work on frontend. Calvin Rose 2024-05-09 22:22:38 -0500
  • ef2dfcd7c3 More work on a proof of concept frontend. Calvin Rose 2024-05-05 14:45:00 -0500
  • f582fe1f69 Update compiler opt Calvin Rose 2024-05-04 16:14:59 -0500