11 years agotest lexicalpragmatude
Lukas Mai [Tue, 19 Jun 2012 02:53:59 +0000]
test lexicalpragmatude

11 years agotest syntactic properties of generated code
Lukas Mai [Tue, 19 Jun 2012 02:52:48 +0000]
test syntactic properties of generated code

11 years agowibble
Lukas Mai [Tue, 19 Jun 2012 02:52:06 +0000]
wibble

11 years agodetect invalid keyword properties
Lukas Mai [Mon, 18 Jun 2012 20:01:40 +0000]
detect invalid keyword properties

11 years agofix semibroken tests
Lukas Mai [Mon, 18 Jun 2012 19:29:36 +0000]
fix semibroken tests

11 years agoimplement 'classmethod' keyword type
Lukas Mai [Mon, 18 Jun 2012 14:24:40 +0000]
implement 'classmethod' keyword type

11 years agomake 'method' default to attrs => ":method"
Lukas Mai [Mon, 18 Jun 2012 14:16:39 +0000]
make 'method' default to attrs => ":method"

11 years agoadd 'attrs' for default attributes
Lukas Mai [Mon, 18 Jun 2012 14:15:08 +0000]
add 'attrs' for default attributes

11 years agodocument planned 'attrs' feature
Lukas Mai [Mon, 18 Jun 2012 13:19:24 +0000]
document planned 'attrs' feature

11 years agoversion bump v0.05_03
Lukas Mai [Mon, 18 Jun 2012 07:01:13 +0000]
version bump

11 years agodo magic ourselves, not depend on B::Hooks::EndOfScope
Lukas Mai [Mon, 18 Jun 2012 06:59:13 +0000]
do magic ourselves, not depend on B::Hooks::EndOfScope

11 years agotrack MANIFEST.SKIP
Lukas Mai [Sun, 17 Jun 2012 10:03:06 +0000]
track MANIFEST.SKIP

11 years agoedit documentation
Lukas Mai [Sun, 17 Jun 2012 09:59:49 +0000]
edit documentation

11 years agoversion bump v0.05_02
Lukas Mai [Sun, 17 Jun 2012 08:26:28 +0000]
version bump

11 years agomake things compile on threaded and/or 5.14 perls
Lukas Mai [Sun, 17 Jun 2012 08:13:43 +0000]
make things compile on threaded and/or 5.14 perls

11 years agofix broken test v0.05_01
Lukas Mai [Sun, 17 Jun 2012 01:28:38 +0000]
fix broken test

11 years agowhoops, fix compilation
Lukas Mai [Sun, 17 Jun 2012 01:10:50 +0000]
whoops, fix compilation

11 years agountodo line number tests
Lukas Mai [Sun, 17 Jun 2012 01:10:04 +0000]
untodo line number tests

11 years agodocument changes
Lukas Mai [Sun, 17 Jun 2012 01:01:03 +0000]
document changes

11 years agorewrite in XS
Lukas Mai [Sun, 17 Jun 2012 00:54:41 +0000]
rewrite in XS

11 years agoupdate Makefile.PL for expected rewrite
Lukas Mai [Sat, 16 Jun 2012 09:24:34 +0000]
update Makefile.PL for expected rewrite

12 years agodetect nonsensical parameter lists
Lukas Mai [Wed, 10 Aug 2011 03:56:04 +0000]
detect nonsensical parameter lists

12 years agotest detection of nonsensical parameter lists
Lukas Mai [Wed, 10 Aug 2011 03:54:57 +0000]
test detection of nonsensical parameter lists

12 years agoadd new tests to MANIFEST
Lukas Mai [Tue, 9 Aug 2011 11:34:53 +0000]
add new tests to MANIFEST

12 years agoMerge branch 'lineno'
Lukas Mai [Tue, 9 Aug 2011 10:12:23 +0000]
Merge branch 'lineno'

12 years agodocument changes
Lukas Mai [Tue, 9 Aug 2011 09:41:33 +0000]
document changes

12 years agoamend tests to match implementation
Lukas Mai [Tue, 9 Aug 2011 09:26:13 +0000]
amend tests to match implementation

12 years agoimplement extended import types
Lukas Mai [Tue, 9 Aug 2011 09:25:41 +0000]
implement extended import types

12 years agopreliminary tests for new import syntax
Lukas Mai [Tue, 9 Aug 2011 08:58:49 +0000]
preliminary tests for new import syntax

12 years agotest generated line numbers
Lukas Mai [Sat, 6 Aug 2011 05:23:51 +0000]
test generated line numbers

12 years agoupdate Changes v0.05
Lukas Mai [Tue, 2 Aug 2011 06:59:50 +0000]
update Changes

12 years agoupdate manifest
Lukas Mai [Tue, 2 Aug 2011 06:49:20 +0000]
update manifest

12 years agotest compilation failures harder
Lukas Mai [Tue, 2 Aug 2011 06:48:25 +0000]
test compilation failures harder

12 years agomore better tests
Lukas Mai [Tue, 2 Aug 2011 06:34:44 +0000]
more better tests

12 years agorewrite F:P, hopefully making it more robust and preserving line numbers in the gener...
Lukas Mai [Tue, 2 Aug 2011 06:32:49 +0000]
rewrite F:P, hopefully making it more robust and preserving line numbers in the generated code

14 years agobump version to 0.04 v0.04
Lukas Mai [Wed, 3 Mar 2010 18:30:58 +0000]
bump version to 0.04

14 years agoupdate Changes
Lukas Mai [Wed, 3 Mar 2010 18:30:42 +0000]
update Changes

14 years agoadd new tests to MANIFEST
Lukas Mai [Wed, 3 Mar 2010 18:30:09 +0000]
add new tests to MANIFEST

14 years agobasic test for import_into
Lukas Mai [Tue, 2 Mar 2010 20:37:14 +0000]
basic test for import_into

14 years agoadd import_into
Lukas Mai [Tue, 2 Mar 2010 20:36:53 +0000]
add import_into

14 years agoadd tests for stricter import list checks
Lukas Mai [Sun, 28 Feb 2010 22:27:02 +0000]
add tests for stricter import list checks

14 years agocheck import list; default to 'fun'; documentation
Lukas Mai [Sun, 28 Feb 2010 22:26:21 +0000]
check import list; default to 'fun'; documentation

14 years agoAllow the name of the keyword to be changed.
Florian Ragwitz [Sun, 28 Feb 2010 21:59:41 +0000]
Allow the name of the keyword to be changed.

14 years agoAdd tests for renaming the fun keyword.
Florian Ragwitz [Sun, 28 Feb 2010 21:59:05 +0000]
Add tests for renaming the fun keyword.

14 years agoinitial import
Lukas Mai [Sun, 28 Feb 2010 21:19:03 +0000]
initial import