Brian Schott

Results 84 comments of Brian Schott
trafficstars

Do you know what kind of behavior resulting from these mistakes that we'd like to preserve?

Most of these are consequences of the way that the `error` function works. When the parser encounters an error it tries to scan up until the next closing brace, closing...

https://issues.dlang.org/show_bug.cgi?id=14378

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 function.

Is DCD using too much memory to have both loaded at the same time?

I think this was caused by attribute inferrence not working on the various functions in HashMap. The problem is that the `@nogc`-ness of the HashMap depends on the hash function...

Customizing the allocator is a very important step in optimizing the way that a container actually performs in the real world.

The DMD variable was originally added so that the a specific version of DMD (e.g. one that's not on the user's PATH) could be used. Building with LDC isn't supported,...

I don't think you understand the difference between dfix and dscanner. dfix is not a lint tool.

The existing dscanner rules can be found here: https://github.com/Hackerpilot/Dscanner/tree/master/src/analysis