]> gitweb @ CieloNegro.org - Lucu.git/commitdiff
ditz issues
authorPHO <pho@cielonegro.org>
Sat, 30 Jul 2011 04:40:57 +0000 (13:40 +0900)
committerPHO <pho@cielonegro.org>
Sat, 30 Jul 2011 04:40:57 +0000 (13:40 +0900)
bugs/issue-74e34d62deabaab386472d2949a46fea893f1ec1.yaml
bugs/issue-8959dadc07db1bd363283dee401073f6e48dc7fa.yaml
bugs/issue-b3e2a5ee9307d4ba9b7a0346e6ca0d91ca287997.yaml [new file with mode: 0644]
bugs/project.yaml
cabal-package.mk

index 3a8d2b4b6919c9cbcf03c2400a066a56e1bd4e84..717a9306079bb5beabbbb7e653846c149d26880f 100644 (file)
@@ -3,7 +3,7 @@ title: Use blaze-builder if possible.
 desc: ...to gain a speed.
 type: :task
 component: Lucu
 desc: ...to gain a speed.
 type: :task
 component: Lucu
-release: 
+release: Lucu-1.0
 reporter: PHO <pho@cielonegro.org>
 status: :unstarted
 disposition: 
 reporter: PHO <pho@cielonegro.org>
 status: :unstarted
 disposition: 
@@ -16,3 +16,8 @@ log_events:
   - PHO <pho@cielonegro.org>
   - created
   - ""
   - PHO <pho@cielonegro.org>
   - created
   - ""
+- - 2011-07-30 04:40:26.803185 Z
+  - PHO <pho@cielonegro.org>
+  - assigned to release Lucu-1.0 from unassigned
+  - ""
+git_branch: 
index 13073fa5e457e518cda51e39e0394cfbb51a2203..76f9120050df7c278294e7abaf5c8d863fbfb361 100644 (file)
@@ -3,7 +3,7 @@ title: Use attoparsec instead of our handmade parser combinator
 desc: attoparsec does have a capability of returning unconsumed bytes, which was the very reason I made Network.HTTP.Lucu.Parser. 'allowEOF' can be eliminated I think.
 type: :task
 component: Lucu
 desc: attoparsec does have a capability of returning unconsumed bytes, which was the very reason I made Network.HTTP.Lucu.Parser. 'allowEOF' can be eliminated I think.
 type: :task
 component: Lucu
-release: 
+release: Lucu-1.0
 reporter: PHO <pho@cielonegro.org>
 status: :unstarted
 disposition: 
 reporter: PHO <pho@cielonegro.org>
 status: :unstarted
 disposition: 
@@ -16,3 +16,8 @@ log_events:
   - PHO <pho@cielonegro.org>
   - created
   - ""
   - PHO <pho@cielonegro.org>
   - created
   - ""
+- - 2011-07-30 04:40:19.458276 Z
+  - PHO <pho@cielonegro.org>
+  - assigned to release Lucu-1.0 from unassigned
+  - ""
+git_branch: 
diff --git a/bugs/issue-b3e2a5ee9307d4ba9b7a0346e6ca0d91ca287997.yaml b/bugs/issue-b3e2a5ee9307d4ba9b7a0346e6ca0d91ca287997.yaml
new file mode 100644 (file)
index 0000000..661d612
--- /dev/null
@@ -0,0 +1,19 @@
+--- !ditz.rubyforge.org,2008-03-06/issue 
+title: Don't use String type. We have Ascii, Text and ByteString.
+desc: ""
+type: :task
+component: Lucu
+release: Lucu-1.0
+reporter: PHO <pho@cielonegro.org>
+status: :unstarted
+disposition: 
+creation_time: 2011-07-30 04:39:53.073102 Z
+references: []
+
+id: b3e2a5ee9307d4ba9b7a0346e6ca0d91ca287997
+log_events: 
+- - 2011-07-30 04:39:54.704339 Z
+  - PHO <pho@cielonegro.org>
+  - created
+  - ""
+git_branch: 
index 35a9cc784989de0cf2507acd34d63d67e43d1ac7..cb1b04146f977762de4f06ad3fbceb22062760c7 100644 (file)
@@ -6,7 +6,7 @@ components:
   name: Lucu
 releases: 
 - !ditz.rubyforge.org,2008-03-06/release 
   name: Lucu
 releases: 
 - !ditz.rubyforge.org,2008-03-06/release 
-  name: "Lucu-0.5"
+  name: Lucu-0.5
   status: :released
   release_time: 2010-03-03 17:19:53.720409 Z
   log_events: 
   status: :released
   release_time: 2010-03-03 17:19:53.720409 Z
   log_events: 
@@ -44,3 +44,12 @@ releases:
     - PHO <pho@cielonegro.org>
     - released
     - Done.
     - PHO <pho@cielonegro.org>
     - released
     - Done.
+- !ditz.rubyforge.org,2008-03-06/release 
+  name: Lucu-1.0
+  status: :unreleased
+  release_time: 
+  log_events: 
+  - - 2011-07-30 04:38:52.395470 Z
+    - PHO <pho@cielonegro.org>
+    - created
+    - We'll no longer use String types unless it is absolutely necessary.
index 585fc30b5684cf9a145d8f4786e44184551f7605..2363b98c6d4f6d38725bc0352c8cf6de2a08b9cf 100644 (file)
@@ -21,6 +21,7 @@ CONFIGURE_ARGS ?= --disable-optimization
 
 SETUP_FILE := $(wildcard Setup.*hs)
 CABAL_FILE := $(wildcard *.cabal)
 
 SETUP_FILE := $(wildcard Setup.*hs)
 CABAL_FILE := $(wildcard *.cabal)
+PKG_NAME   := $(CABAL_FILE:.cabal=)
 
 ifeq ($(shell ls configure.ac 2>/dev/null),configure.ac)
   AUTOCONF_AC_FILE := configure.ac
 
 ifeq ($(shell ls configure.ac 2>/dev/null),configure.ac)
   AUTOCONF_AC_FILE := configure.ac
@@ -110,8 +111,20 @@ fixme:
 
 lint:
        $(HLINT) . --report
 
 lint:
        $(HLINT) . --report
-#      $(HLINT) . --report \
-#              --ignore="Use string literal" \
-#              --ignore="Use concatMap"
 
 
-.PHONY: build build-hook setup-config setup-config-hook run clean clean-hook install doc sdist test lint
+push: doc ditz
+       if [ -d "_darcs" ]; then \
+               darcs push; \
+       elif [ -d ".git" ]; then \
+               git push --all && git push --tags; \
+       fi
+       if [ -d "dist/doc" ]; then \
+               rsync -av --delete \
+                       dist/doc/html/$(PKG_NAME)/ \
+                       www@nem.cielonegro.org:static.cielonegro.org/htdocs/doc/$(PKG_NAME); \
+       fi
+       rsync -av --delete \
+               dist/ditz/ \
+               www@nem.cielonegro.org:static.cielonegro.org/htdocs/ditz/$(PKG_NAME)
+
+.PHONY: build build-hook setup-config setup-config-hook run clean clean-hook install doc sdist test lint push