Mike Auty
|
7a62e74996
|
Refactor the translation method out of the TranslationLayer, since it's not always applicable/useful. Contemplate a rename of the TranslationLayer now it doesn't actually translate. 5;)
|
2016-04-10 11:54:32 +01:00 |
|
Mike Auty
|
a3d685c93a
|
Ensure layers aren't provided more parameters than they need (in case the parameters were meant for a different potential provider.
|
2016-01-16 22:20:42 +00:00 |
|
Mike Auty
|
78cd3c84c0
|
Add in a NativeSymbolTable validator.
|
2016-01-16 21:38:00 +00:00 |
|
Mike Auty
|
00660f2a2b
|
Refactor requirements to their own file.
|
2016-01-16 21:04:41 +00:00 |
|
Mike Auty
|
7db739279f
|
Refactor configuration interfaces.
|
2016-01-16 13:24:25 +00:00 |
|
Mike Auty
|
b36d84ab0d
|
Move metadata to providers variable, and genericize the rudimentary resolver.
|
2016-01-15 01:50:02 +00:00 |
|
Mike Auty
|
5697428770
|
Move accessing the configuration to an attribute of the configurable itself.
|
2016-01-13 00:41:17 +00:00 |
|
Mike Auty
|
bef0689982
|
Add in constraints for dependency solving.
|
2016-01-04 01:17:23 +00:00 |
|
Mike Auty
|
ff1e326a9c
|
Rip out layer factories, and replace them with a single dependency resolver.
|
2015-12-30 21:58:41 +00:00 |
|
Mike Auty
|
bcbfee9016
|
Refactor the validity function names to make it easier for autocomplete to find.
|
2015-12-29 22:24:32 +00:00 |
|
Mike Auty
|
cf66d0b447
|
Start building a dependency resolver for translation layers.
|
2015-12-29 22:13:10 +00:00 |
|
Mike Auty
|
d258c56991
|
Rerun pylint with pycharm-5 and fix pep8 issues as well.
|
2015-11-21 13:12:00 +00:00 |
|
Mike Auty
|
a27a68de4b
|
Add support for finalizing DataLayers once we're done using them.
|
2015-02-09 22:25:36 +00:00 |
|
Mike Auty
|
38a85cfc0b
|
Fix up optimization to use byte strings.
|
2015-01-19 23:54:32 +00:00 |
|
Mike Auty
|
a382916593
|
Add in reading optimization.
|
2015-01-19 11:02:01 +00:00 |
|
Mike Auty
|
119accb10c
|
Add a length parameter to is_valid to check whether whole blocks are valid or not.
|
2015-01-05 18:40:33 +00:00 |
|
Mike Auty
|
811858aba8
|
Fix metaclass usage in python 3, and fill in some missing requirements.
|
2014-12-31 04:25:11 +00:00 |
|
Mike Auty
|
595ec89db1
|
Fix up some fairly critical core typos.
|
2014-12-30 03:50:22 +00:00 |
|
Mike Auty
|
c1d054df10
|
Rename functions in validity to avoid future member name collisions.
|
2014-12-30 03:49:31 +00:00 |
|
Mike Auty
|
a97bd19988
|
Reformat and optimize code, including trailing whitespace and end of file newline.
|
2014-06-10 15:40:50 +01:00 |
|
Mike Auty
|
3da8bdf28a
|
Convert to using ABCMeta to get abstract class failures immediately rather than on method use.
|
2014-04-14 02:21:13 +01:00 |
|
Mike Auty
|
8e7ad364c7
|
Alter type/class checking structure so that it can be optimized out (either throws an exception or does nothing).
|
2014-04-08 00:59:08 +01:00 |
|
Mike Auty
|
89e7e6e7ff
|
Tidy up several areas using PyCharm corrections.
|
2014-03-30 00:46:31 +00:00 |
|
Mike Auty
|
3709143c40
|
Clean-up a few files according to PyCharm's warning system.
|
2014-03-28 08:47:00 +00:00 |
|
Mike Auty
|
26caf31974
|
Revisit the decision to try out super, and decide to stick with specific inheritance to avoid **kwargs everywhere.
|
2013-05-08 19:17:21 +01:00 |
|
Mike Auty
|
9c2e486356
|
Refactor code locations, tidy up object initializers and add in File Layer.
|
2013-05-06 17:45:15 +01:00 |
|
Mike Auty
|
e351958413
|
Move context, tidy up object model and add memory to test_rig.
|
2013-05-05 22:06:38 +01:00 |
|
Mike Auty
|
dc65c356fc
|
Restructure the packages, change importing style to from ... import.
|
2013-05-04 15:44:59 +01:00 |
|