Commit Graph

25 Commits

Author SHA1 Message Date
nex3 eb13419f3b Profiling works for Sass.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@281 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-07 06:29:12 +00:00
nex3 c679b67740 Have the Rake GemPackageTask also create archives.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@278 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-05 16:47:11 +00:00
nex3 6b13b11397 Sane RCov file selection.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@277 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-03 08:45:59 +00:00
nex3 bf76d64a59 Added sass executable.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@266 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-25 00:22:32 +00:00
nex3 64ee1f0dbb Moving Haml reference stuff to the Haml module and out of README.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@233 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-19 02:56:49 +00:00
nex3 8d665ba8b6 Renaming README to REFERENCE
git-svn-id: svn://hamptoncatlin.com/haml/trunk@231 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-18 01:31:11 +00:00
nex3 cbd5d3d128 Preliminary Sass public documentation.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@230 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-17 16:45:07 +00:00
nex3 f5fd3c3ff9 A saner way of isolating the benchmark task.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@229 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-16 23:23:53 +00:00
nex3 3f0c2215e1 Replacing HAML with Haml.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@228 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-16 23:13:01 +00:00
nex3 addce2f8d7 A saner way of separating the benchmark task.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@219 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-16 04:21:34 +00:00
nex3 b88841e6d3 Gemification for 1.5dev.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@210 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-12 06:34:11 +00:00
nex3 d93cc95b3d Benchmarking includes Sass as well.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@202 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-04 16:50:28 +00:00
nex3 d10b74e7e9 Made require more sane by messing with $LOAD_PATH. Also fixed rcov in the process.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@190 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-03 23:56:47 +00:00
nex3 485197ade8 Rake tasks no longer collide with each other.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@179 7063305b-7217-0410-af8c-cdc13e5119b9
2006-11-29 02:16:51 +00:00
nex3 47616c9c97 Adding support for alternate doctypes (see REFERENCE). Also added a NON_NATIVE flag to the rcov rake
task because I was getting a segmentation fault with the native.


git-svn-id: svn://hamptoncatlin.com/haml/branches/edge@101 7063305b-7217-0410-af8c-cdc13e5119b9
2006-10-27 20:36:34 +00:00
nex3 a99fd555c7 Added more functionality to comments (see REFERENCE). Also added a few
tests I forgot last time.


git-svn-id: svn://hamptoncatlin.com/haml/branches/edge@100 7063305b-7217-0410-af8c-cdc13e5119b9
2006-10-22 21:42:45 +00:00
hcatlin 89a10b9dfe Creating the next set of branches.
That is, the buffered branch is being removed and replaced with the edge 
branch.

This marks the beginning of the edge branch.



git-svn-id: svn://hamptoncatlin.com/haml/branches/edge@80 7063305b-7217-0410-af8c-cdc13e5119b9
2006-10-14 23:50:07 +00:00
packagethief 4266688e30 Rolling back to the last stable commit before the buffered code
git-svn-id: svn://hamptoncatlin.com/haml/trunk@64 7063305b-7217-0410-af8c-cdc13e5119b9
2006-10-05 15:18:35 +00:00
hcatlin e6bd4a5757 Adding documentation!
Thanks Nex3!

Closes #8



git-svn-id: svn://hamptoncatlin.com/haml/trunk@61 7063305b-7217-0410-af8c-cdc13e5119b9
2006-10-04 00:34:43 +00:00
packagethief 1a2040b1d9 Added a Rake task for benchmarking. Use with rake benchmark (TIMES=n)
git-svn-id: svn://hamptoncatlin.com/haml/trunk@36 7063305b-7217-0410-af8c-cdc13e5119b9
2006-09-12 14:50:13 +00:00
packagethief 49ff7de516 Refatored, and added a test to assert that the refactored engine renders the same as the original engine
git-svn-id: svn://hamptoncatlin.com/haml/trunk@27 7063305b-7217-0410-af8c-cdc13e5119b9
2006-09-12 04:14:21 +00:00
hcatlin d6069e5264 Fixing the way the rakefile is supposed to work with rcov.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@20 7063305b-7217-0410-af8c-cdc13e5119b9
2006-08-09 18:01:16 +00:00
hcatlin b394cbaddc Got rcov going.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@18 7063305b-7217-0410-af8c-cdc13e5119b9
2006-08-08 22:46:19 +00:00
hcatlin ad712a6d7e Proudly presenting excellent test coverage for HAML.
C0 is at 99.0%... all except for one experimental feature.

So, now any changes have something to be tested against which should be a fairly strong background.

Now, the only problem left is that whitespace active areas get fucked. That's not a good thing. Once we get a 
philosophical stance on such subjects, then we shall figure crap out about what that all means.



git-svn-id: svn://hamptoncatlin.com/haml/trunk@13 7063305b-7217-0410-af8c-cdc13e5119b9
2006-08-06 03:18:54 +00:00
hcatlin 35f7e17de5 Initial upload.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@1 7063305b-7217-0410-af8c-cdc13e5119b9
2006-06-30 15:14:44 +00:00