Lichen

Shortlog

(0) -300 -100 -60 +60 +100 tip
2019-01-24 Paul Boddie Added missing support for the else clause in for loops.
2019-01-17 Paul Boddie Prevent warnings about exception__prev from cexcept.h (maybe-uninitialized).
2019-01-17 Paul Boddie Merged changes from the default branch. trailing-data
2019-01-17 Paul Boddie Merged changes from the default branch. tuple-optimisations
2019-01-17 Paul Boddie Expanded various sections and formatted the text in various places.
2018-08-17 Paul Boddie Wrapped text in the documentation for more convenient "offline" editing.
2018-07-22 Paul Boddie Merged changes from the default branch. trailing-data
2018-07-22 Paul Boddie Merged changes from the default branch. tuple-optimisations
2018-07-21 Paul Boddie Invocations in parameter lists may require temporary storage for contexts and
2018-07-16 Paul Boddie Added tuple addition support.
2018-07-16 Paul Boddie Added some comments identifying the nature of the tested operations.
2018-07-12 Paul Boddie Merged changes from the default branch. trailing-data
2018-07-12 Paul Boddie Merged changes from the default branch. tuple-optimisations
2018-07-12 Paul Boddie Demonstrate method and function assignments.
2018-07-12 Paul Boddie Attempt to reintroduce function acquisition optimisations by extending context
2018-07-12 Paul Boddie Revert changeset 838:00fd67211882 because identified contexts are not tested
2018-07-12 Paul Boddie Support trailing data after attributes in objects, employed by float instances trailing-data
2018-07-11 Paul Boddie Use the __store_via_object operations to set attributes.
2018-07-11 Paul Boddie Made use of all the native comparison functions.
2018-07-11 Paul Boddie Simplified various operations in the generator and optimiser, relying on more
2018-07-10 Paul Boddie Updated the commentary about the method supporting sequence unpacking. tuple-optimisations
2018-07-09 Paul Boddie Introduced restrictions on privileged attributes, allowing internal access only. tuple-optimisations
2018-07-05 Paul Boddie Merged changes from the default branch. tuple-optimisations
2018-07-05 Paul Boddie Employed sets for attributes and providers referenced by accesses. This causes
2018-07-05 Paul Boddie Merged changes from the default branch. tuple-optimisations
2018-07-05 Paul Boddie Improved the tools, employing the program directory to find appropriate files.
2018-07-05 Paul Boddie Introduced the detection of a particular error before its effects cause a less
2018-07-05 Paul Boddie Fixed a deduction error to work with the revised location abstraction.
2018-07-03 Paul Boddie Take advantage of context testing when acquiring functions for invocation.
2018-07-03 Paul Boddie Introduced a class (unpackable) and method (__get_single_item_unchecked__) to tuple-optimisations
2018-07-03 Paul Boddie Employ __get_single_item__ invocations when unpacking sequences. tuple-optimisations
2018-07-02 Paul Boddie Added missing sequence length check when unpacking sequences.
2018-07-02 Paul Boddie Employ an explicit temporary variable for the object reference in __BOOL.
2018-06-25 Paul Boddie Added some tools to present computed information more accessibly.
2018-06-24 Paul Boddie Moved next method retrieval outside "for" loop bodies. Due to alias-related
2018-06-24 Paul Boddie Fixed alias retrieval for name accesses which had been using the wrong kind of
2018-06-24 Paul Boddie Made use of available reference information in order to determine the nature of
2018-06-24 Paul Boddie Simplify the logic around target usage for invocation contexts.
2018-06-24 Paul Boddie Changed target handling in the invocation code to eliminate superfluous
2018-06-23 Paul Boddie Allow -R (--reset-all) to ignore any missing output directory to remove.
2018-06-22 Paul Boddie Introduced missing instance accessor testing for static access operations.
2018-06-22 Paul Boddie Fixed accessor tests to raise type errors instead of returning zero.
2018-06-22 Paul Boddie Obtain the distinct set of accessor kinds. Fixing this breaks invocations of
2018-01-16 Paul Boddie Added an example of initialising parameters with defaults.
2018-01-15 Paul Boddie Added a section describing parameters as instance attribute initialisers.
2018-01-15 Paul Boddie Introduced parameter-based attribute initialisation for broader testing.
2018-01-08 Paul Boddie Added tests for attribute initialisation plus testing for duplicate parameters.
2018-01-08 Paul Boddie Support instance attribute initialisation using a method parameter notation.
2018-01-08 Paul Boddie Removed superfluous code distinguishing between parameters and other names.
2017-06-17 Paul Boddie Test mixing of \u and \x values in unprefixed string literals.
2017-06-16 Paul Boddie Permit usage of attributes in mix-in class (and base class) methods that must be
2017-05-01 Paul Boddie Test lambda usage in class namespaces (differs from Python's behaviour).
2017-04-11 Paul Boddie Added tag rel-0-1 for changeset a80de062b595
2017-04-11 Paul Boddie Expanded the download documentation and added a changelog page. rel-0-1
2017-04-11 Paul Boddie Removed tag rel-0-1
2017-04-11 Paul Boddie Added tag rel-0-1 for changeset e08d8986f0e1
2017-04-11 Paul Boddie Added wiki pages and documentation tools (from imip-agent).
2017-04-11 Paul Boddie Added a test of attribute assignment.
2017-04-11 Paul Boddie Used string formatting instead of the buffer class for string representations.
2017-04-10 Paul Boddie Represent exception flags within a single byte.
(0) -300 -100 -60 +60 +100 tip