Commit graph

898 commits

Author SHA1 Message Date
gos-k 81635defae
Clasp bin (#475)
* Add install clasp-bin

* Fix path

* add install-clasp-bin.lisp on Makefile.am

Co-authored-by: SANO Masatoshi <snmsts@gmail.com>
2021-04-29 17:47:39 +09:00
gos-k 739740bd77
enable where-is-system (#473) 2021-04-04 14:50:38 +09:00
SANO Masatoshi 4b0bd99975 fix... 2021-01-25 00:02:23 +09:00
SANO Masatoshi 8353528056 fix error... 2021-01-24 23:45:56 +09:00
Alexander Artemenko b851c375af
Fix usage of Roswell under the Qlot environment. (#458)
Before this fix command like:

    qlot exec ros install 40ants/gh-pages

resulted in error. But I wanted to use it, to install
scripts into a local `.qlot` environment.

This fix works with a single problem I wasn't able to
resolve. After the fresh Roswell install, you have to
run some command like `ros config` without Qlot, to let
Roswell dump an image. Otherwise, you'll get this error
when running `qlot exec ros install some-system`:

    no dispatch function defined for #\!
2021-01-21 20:00:17 +09:00
SANO Masatoshi 0321395fdb ros serve swank --interface 0.0.0.0 should work. 2020-12-27 01:36:37 +09:00
SANO Masatoshi 7e507ce12c implement tentative 'ros serve swank' 2020-12-26 21:09:50 +09:00
SANO Masatoshi b22041eba0 prepare 'ros serve swank' tbd 2020-10-18 16:49:38 +09:00
SANO Masatoshi 72b2d66bfa thinking swank/slynk launcher. 2020-08-15 02:50:55 +09:00
SANO Masatoshi 6d55192c7e related to #429 see side effects. 2020-07-13 18:21:01 +09:00
SANO Masatoshi 01a400b805 'ros ecl-config' to search proper ecl-config for you 2020-05-21 20:53:14 +08:00
SANO Masatoshi 8a44d9bf34 deleted non symlink? 2020-05-21 18:23:19 +08:00
SANO Masatoshi 14605f9b4d test implementation for #424 2020-05-18 01:43:05 +08:00
SANO Masatoshi 8f2ad7b1b8 fix git clone failure when alias is set 2020-03-21 21:27:27 +08:00
SANO Masatoshi edf3f304e1 'ros install sbcl-source' to just download/expand source. 2020-02-22 15:36:56 +09:00
SANO Masatoshi 66081c191d ensure-directories-exist when 'expand' 2020-01-17 19:49:14 +08:00
SANO Masatoshi 4bd213eef5 ros which shows refleshed result 2020-01-17 19:14:04 +08:00
SANO Masatoshi 1cd1bca6fa delete fasl 2020-01-09 01:10:05 +08:00
SANO Masatoshi 0e64959b0b ql:quickload support () from client verision 2020-01-04. 2020-01-05 16:20:10 +08:00
SANO,Masatoshi 5f54f7e982
Merge pull request #408 from lucaregini/master
Fix to bug #385
2020-01-05 16:43:25 +09:00
luca.regini c33be6b8ed removed dependency on cl-fad as requested by snmsts 2020-01-04 09:40:01 +01:00
luca.regini 1d8640b5f3 Fixed issue with finalization of MSYS installation. Gcc, make and other
build tools are now installed
2019-12-31 11:17:37 +01:00
SANO Masatoshi 7b99c8b93f 'ros dist use' without prompt 2019-12-28 18:08:43 +08:00
luca.regini 559fa67043 Changed the definition of installedp to check also if the directory is
empty and not only if it exists.
In fact on Windows an error during SBCL compilation might produce an empty
SBCL directory. In such cases checking only if the directory exists will
lead to erroneously detect an already installed SBCL version.
2019-12-27 22:32:13 +01:00
SANO Masatoshi 617172c924 check github repo exists 2019-12-21 02:11:02 +08:00
SANO Masatoshi fa16340957 prepare fallback for failure on repo not found on github 2019-12-21 01:38:47 +08:00
SANO Masatoshi 6cda17cf42 patch for #405 2019-12-19 14:55:54 +08:00
gos-k 0b630b9829 Updated clasp 2019-09-29 2019-11-21 23:58:33 +09:00
SANO Masatoshi 6034c90e46 fix? 'ros fmt' reported by cxxxr 2019-11-15 14:08:05 +08:00
SANO Masatoshi 6eef5a2b8c invoke system entry point if script is not valid. 2019-10-29 15:25:37 +08:00
SANO Masatoshi 46bf77d0c2 remove warning. 2019-10-16 19:39:25 +08:00
SANO Masatoshi ee2f532d7a fix read-call with package 2019-09-26 19:15:02 +08:00
SANO Masatoshi aabbeb9485 the order of searcher changed 2019-09-26 19:00:00 +08:00
SANO Masatoshi 60c97605ca register-local-projects -> local-project-build-hash 2019-09-25 17:29:26 +08:00
SANO Masatoshi 69d36f35d0 fix path. 2019-09-17 21:14:00 +08:00
SANO,Masatoshi 768163b401
Revert "Fix run-program not to concatenate its arguments." 2019-09-03 12:25:34 +08:00
Eitaro Fukamachi aed17ca8db Fix run-program not to concatenate its arguments.
This is for preventing from errors when the command contains some spaces in its path.
2019-09-01 15:39:34 +09:00
SANO Masatoshi 6e3293bce0 enable local-project-searcher 2019-08-28 12:38:50 +08:00
SANO Masatoshi 0919c9a9e1 implement local-project-searcher 2019-08-27 12:27:53 +08:00
SANO Masatoshi a3335b88c4 prepare local project searcher 2019-08-26 13:42:53 +08:00
SANO Masatoshi 88d387d5dc fix #379 2019-08-15 18:18:45 +08:00
gos-k 52d483469e Updated clasp 2019-07-09 2019-08-11 23:00:15 +09:00
Akihide Nano 7a4d134ed2 added delete-directory-tree 2019-07-16 17:09:37 +09:00
SANO Masatoshi 77da61679c basic support for npt. 2019-07-13 20:57:41 +08:00
SANO Masatoshi 6c5a6fd573 ros which to commandline frinedly 2019-06-26 00:16:08 +08:00
SANO Masatoshi e6aa88f10c remove wip on ros template 2019-06-20 14:40:15 +08:00
SANO Masatoshi 866dc30203 java option? 2019-06-12 18:38:12 +08:00
SANO Masatoshi 6ae3b19fee mkcl? 2019-06-10 17:13:53 +08:00
SANO Masatoshi bb0b441ff0 show done when installation of quicklisp done. 2019-06-10 10:01:43 +08:00
SANO Masatoshi 92d8096656 test setup with 'ros install sbcl-bin/1.5.2' 2019-05-30 20:38:47 +08:00