Sebastian Wilzbach

Results 539 comments of Sebastian Wilzbach

Why not? (but I don't have detailed experience in best practices for this either) Anyways as long as you haven't reached 1.0, you shouldn't worry about this too much.

> Is it ok if I just place it in my source tree? To clarify you mean using git submodules? You can also tell dub to use master of its...

That's kind of expected as `betterC` doesn't allow to run unittests as they depend on druntime. Can't you do sth. like this: ``` configuration "default" { buildOptions "betterC" } configuration...

@JackStouffer what other key features of request would you highlight?

You could add this issue to the DUB User experience story here (https://github.com/dlang/projects/issues/1) and I recommend voting for it (via GitHub reactions).

> That might work if we allocate the string cache and the rollback allocator using the GC. Those need to have a longer lifetime than the AST returned from the...

Added some basic Travis testing of an actual `omg run` with https://github.com/microservices/python/pull/2.

I also get other weird UI errors - like this one (the coverage did change) ![image](https://cloud.githubusercontent.com/assets/4370550/17665537/eca6152a-62fb-11e6-84df-9e1d2af97535.png) https://github.com/dlang/phobos/pull/4680/files

@jacob-carlborg @ntrel @zachthemystic thanks a lot for your helpful feedback - I am just trying my best at reviving the best, so please have a bit of patience. @jacob-carlborg >...