tfga

Results 12 comments of tfga

It affects `js/application.js` too: ``` bash $ grep .svn js/* js/application.js:Ember.TEMPLATES['.svn/entries'] = Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data) { js/application.js: data.buffer.push("10\n\ndir\n38966\nhttps://svn.mpdft.gov.br/svn/repo/sistemas/ativos/eGab/branches/infra/eGab.Ember/src/main/webapp/ember/js/templates\nhttps://svn.mpdft.gov.br/svn/repo\n\n\n\n2014-05-14T22:10:08.913271Z\n38931\ntfga\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nefc1a043-6ae7-4d3e-b37c-6746b09e9311\n \nindex.hbs\nfile\n\n\n\n\n2014-05-14T01:04:18.424721Z\ned6f6d29c8d22796aba2cb966c6017e6\n2014-05-14T22:10:08.913271Z\n38931\ntfga\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n16\n \napplication.hbs\nfile\n\n\n\n\n2014-05-16T00:46:51.085561Z\n860a4d5dd70f42f5b357da8edd570424\n2014-05-14T22:10:08.913271Z\n38931\ntfga\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n109\n \n"); js/application.js:Ember.TEMPLATES['.svn/all-wcprops'] = Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data) { js/application.js: data.buffer.push("K 25\nsvn:wc:ra_dav:version-url\nV 106\n/svn/repo/!svn/ver/38931/sistemas/ativos/eGab/branches/infra/eGab.Ember/src/main/webapp/ember/js/templates\nEND\napplication.hbs\nK 25\nsvn:wc:ra_dav:version-url\nV...

I've been toying with ideas for a more lightweight syntax for exception handling: ``` case ?(cmd) { .ok => echo 'Success!' .err e => echo 'Error: '$e } ``` `!(cmd)`...