Ovid

Results 22 issues of Ovid

Quite often I'm searching through my sqitch directories for a particular thing, such as "when did that table name get changed?" However, `grep` doesn't know anything about the `sqitch.plan`, so...

feature

# Request I would like the ability to completely purge a project from the sqitch schema without manually going in and deleting everything. ``` $ sqitch purge my_project WARNING: You...

feature

Many people have read [Traits: Composable Units of Behaviour](http://scg.unibe.ch/archive/papers/Scha02bTraits.pdf) (Composable), but the authors were targeting a Smalltalk audience and made assumptions in this regard which means that some concepts do...

Hi there. With tied hashes, the output appears to be incorrect. I've included a `_data_printer` method in my class and all values are reported as being the same as the...

This is undoubtedly incomplete, but the following items will be needed to be accomplished before we can get an RFC to P5P: - [x] ~~`:handles(@%*)`. The `:handles(*)` syntax allows all...

Generally speaking, objects should be opaque to the outside world. However, there are times that we need to know what we're working with. For example, [the debugger problem](https://github.com/Ovid/Cor/issues/30) means that...

I have an incomplete guide to porting Moo/se to Corinna: https://github.com/Ovid/Cor/wiki/Porting-from-Moose-or-Moo Please leave feedback here. Yes, it will eventually need to be several documents.

I'm assuming I'm doing something horribly wrong, but here's a tiny type library (I've tried to pare it down to a minimal test case). Note that the `YAMLBool` type coerces...

enhancement

See https://github.com/stevan/p5-mop-redux/issues/147

bug

I've wound up with a non-deterministic bug because I've set the value from an attribute in the constructor, but the default value of a different attribute relies on the first...

needs-design