Fernando Correa de Oliveira
Fernando Correa de Oliveira
Ill take a look how, but its working on my mac. I use a mac machine to develop Red...
it looks to not install poll on mac, but seems to work: https://travis-ci.org/FCO/Red/jobs/450572717
Did it work for you?
@MattOates did it work?
Is anyone having problem to install **Red** on a Mac? For me it’s ok... I don’t have a windows, so I can’t test it... Sent with GitHawk
I tried to install Red on a new Mac and had the same problem... I've done `zen install epoll --/test` then everything seems to work... Probably I have something not...
@Xliff this is how I would do it: - create a new `Red::AST::DropTable` - create a `drop-table` method on `MetamodelX::Red::Model` (like the `create-table` method) - add a `translate(Red::AST::DropTable $_, $context)`...
I think it will be useful for stuff like migrations. And if we have a create table, a drop table would make sense. As, at some point, we'll need a...
I've created this to make it easier for the next sql commands: https://github.com/FCO/Red/wiki/How-to-create-a-new-SQL-command
@Xliff any news on that?