Oleg B

Results 18 comments of Oleg B

Реализация протокола [SNMP](https://ru.wikipedia.org/wiki/SNMP)

@s-ludwig have vibe any workaround for control readed file size?

similar problem if use [dstpath](https://dlang.org/articles/code_coverage.html#switchdstpath) DRT option please add configuration for coverage directory

@0xEAB sorry, by first commit I was miss change of `extension.ts` code, can you review it?

I try to write custom option by [instruction](https://developers.google.com/protocol-buffers/docs/proto#customoptions): ``` syntax = "proto3"; package msg; //import "proto_d/d_options.proto"; import "google/protobuf/descriptor.proto"; enum DMessageType { CLASS = 0; STRUCT = 1; } extend google.protobuf.MessageOptions...

Other case of select struct vs class may be passing option to a cmd line of plugin, like this: https://github.com/protocolbuffers/protobuf/issues/4759 I add output of input arguments in `main` of plugin:...

> I think that plugin parameters are passed in the [`parameter` member of `CodeGeneratorRequest`](https://github.com/dcarp/protobuf-d/blob/master/protoc_gen_d/proto/google/protobuf/compiler/plugin.proto#L74). Oh... Thank you! Maybe about options I made the same stupid mistake?

> What issues are you having with your current setup? First issue is build speed, second is big and complicated scripts for building.

I have same problem (can't share code, it proprietary and huge) I tried to avoid this ICE by remove some new modules and ldc gets me some errors, fixing those...

> We'll have to check what DMD does in this case; it's most likely unrelated to -betterC. It related to `-betterC` if it try use runtime when code builds with...