dawg
dawg
Not sure what it would take to make the completion script zsh compatible. Maybe have a look at this [git zsh completion](http://felipec.wordpress.com/2013/07/31/how-i-fixed-git-zsh-completion/) article.
**Issue by [carljv](https://github.com/carljv)** _Wednesday May 25, 2016 at 23:58 GMT_ _Originally opened as https://github.com/drepl/drepl-old/issues/2_ --- I'm unable to get drepl to compile. I'm getting the following error: ``` Undefined symbols...
It should be possible to rebind previous declared symbols to something else. ``` d string foo = "bar"; ``` ``` d int foo = 3; ``` This requires to keep...
```d enum nestedStmtTmplt = q"SQL SELECT COUNT(*) cnt, tags1.name, tags1.id FROM track_tags track_tags1 JOIN tags tags1 ON tags1.id = track_tags1.tag_id GROUP BY track_tags1.tag_id ORDER BY cnt DESC LIMIT -1; SQL";...
Proposed by @callumenator, https://github.com/MartinNowak/drepl/pull/14#commitcomment-5392071.
**Issue by [wilzbach](https://github.com/wilzbach)** _Wednesday May 25, 2016 at 19:15 GMT_ _Originally opened as https://github.com/drepl/drepl-old/issues/1_ --- 1) [drepl](https://github.com/MartinNowak/drepl) - uses libdparse to parse the structure, pipes everything to a temporary file...
It's a very small library, so porting this will make a useful D library and gets rid of an external dependency.
- count input line numbers - show line numbers in prompt (maybe only for old input) - set `#line num "drepl" before compilation