Commit graph

51 commits

Author SHA1 Message Date
SANO Masatoshi 6e3293bce0 enable local-project-searcher 2019-08-28 12:38:50 +08:00
SANO Masatoshi 92d8096656 test setup with 'ros install sbcl-bin/1.5.2' 2019-05-30 20:38:47 +08:00
SANO Masatoshi fbbae03391 prepare use checkouted template for default. 2018-03-20 14:16:36 +09:00
eshamster da503ed898 Fix search path for using template in "ros init" 2018-03-10 02:05:42 +00:00
SANO Masatoshi cd94e0c455 fix error 2017-10-10 00:57:53 +09:00
SANO Masatoshi 0974e20c6c add util-main.lisp 2017-09-11 15:19:42 +09:00
SANO Masatoshi a8e6406d00 -L sbcl-bin -> -N roswell 2017-09-03 16:30:58 +09:00
SANO Masatoshi a8cd13047e fix 2017-08-16 13:28:10 +09:00
SANO Masatoshi df80111844 better env support. 2017-07-30 17:27:29 +09:00
SANO Masatoshi ad5172b2b2 simplify `ros init` 2017-06-19 15:30:18 +09:00
SANO Masatoshi b849503734 change how 'ros init' choose module. 2017-06-08 02:51:53 +09:00
SANO Masatoshi f2a4964217 revert editable default for 'ros init' 2017-06-04 13:08:33 +09:00
SANO Masatoshi c6268350b5 'ros init' default editable 2017-06-02 22:10:52 +09:00
SANO Masatoshi ba9490bdae ros: -> roswell: 2017-02-22 17:24:00 +09:00
SANO Masatoshi 9d7b493f1f avoid conflict. 2017-02-22 06:13:07 +09:00
SANO Masatoshi 6a1034f3fd 'ros init' use 'module' function. 2016-12-25 20:01:13 +09:00
SANO Masatoshi 9903a84de4 ros.util -> roswell.util 2016-12-25 13:59:07 +09:00
SANO Masatoshi 98e6822b82 shorten 2016-12-24 11:12:57 +09:00
SANO Masatoshi 1f60ccee3f ros script for subcommand doesn't take subcommand name via parameter. it's possible to take that via *load-pathname*. 2016-12-18 00:12:29 +09:00
SANO Masatoshi 818fe6e0e5 require quicklisp more. 2016-12-17 15:09:17 +09:00
SANO Masatoshi da915f2459 add (ros:ensure-asdf) 2016-10-23 06:38:42 +09:00
Masataro Asai c310d0506d init form: document why quicklisp is commented out 2016-10-11 22:33:21 +01:00
SANO Masatoshi 04f90bda88 comment out quickload 2016-10-11 20:31:50 +09:00
Masataro Asai 3861628b2f init form: quicklisp errors on NIL 2016-10-11 00:25:44 +01:00
Masataro Asai cdcdd7cae8 flag 2016-08-20 18:51:43 +01:00
Masataro Asai 9097a71160 quickload to init script 2016-08-20 18:50:44 +01:00
SANO Masatoshi 557b061f25 tidy 2016-06-11 21:04:22 +09:00
SANO Masatoshi bcb11cbc1c add 'vim: set ft=lisp lisp' line on ros files. 2016-05-16 04:51:38 +09:00
SANO Masatoshi 33fa5a1e7d shorten 2016-05-12 19:24:11 +09:00
SANO Masatoshi 4975ffbca5 initialize part of ros files all in progn. 2016-05-12 12:51:50 +09:00
SANO Masatoshi 4b915f49a4 edit *.ros for package names. 2016-05-12 12:29:03 +09:00
SANO Masatoshi 403a2b8ea8 edit init.ros template 2016-05-12 00:31:39 +09:00
SANO Masatoshi 74d2563dca fix init.ros 2016-05-06 05:42:20 +09:00
SANO Masatoshi 598cb5a7f5 change search algorithm for templates 2016-04-30 12:23:21 +09:00
SANO Masatoshi 0b179507d3 purge effect of template branch. 2nd attempt 2016-04-21 21:54:36 +09:00
SANO Masatoshi 51a521055e purge effect of template branch. 2016-04-21 20:13:14 +09:00
SANO Masatoshi c625c9a27a eliminate match.lisp 2016-04-19 02:51:46 +09:00
SANO Masatoshi b018ab1b5f Revert "Revert "Merge pull request #139 from roswell/templates""
This reverts commit 84d011bb88.
2016-04-18 21:16:49 +09:00
SANO Masatoshi 84d011bb88 Revert "Merge pull request #139 from roswell/templates"
This reverts commit 39ca86e2aa, reversing
changes made to 3c97d901da.
2016-04-13 15:11:28 +09:00
Masataro Asai faf99adb5f [ci skip] one-line-comment 2016-04-13 13:46:38 +09:00
Masataro Asai d0018d8dca fixed travis: always test the latest version ; allow failures to brew 2016-04-13 13:26:30 +09:00
Masataro Asai 64985166b5 implemented template rendering 2016-04-12 20:43:01 +09:00
SANO Masatoshi b9f6b01688 edit init.ros to pass specified template name to the function 2016-04-11 02:24:30 +09:00
SANO Masatoshi 25fce40148 fix errror by load-asd 2016-04-10 22:14:33 +09:00
SANO Masatoshi e40dae3e6f edit init.ros. 2016-04-10 19:01:35 +09:00
SANO Masatoshi 757944b225 rename ros:util -> ros:include. 2016-04-02 13:18:43 +09:00
SANO Masatoshi a49ce0f8eb muffle warnings. 2016-04-02 00:38:12 +09:00
Kono Yuya 557b1c0b15 add modeline for vim to the ros-init template 2016-03-09 20:59:21 +09:00
Masataro Asai 3209880ddd modified the ros-init template 2016-03-09 11:09:02 +09:00
SANO Masatoshi 91c3477afc uiop -> ros 2016-02-05 14:42:18 +09:00