Open Cogitri opened 4 years ago
These attributes are not always useful. They bring more troubles than gains before they are implemented by D compiler.
Hm, but others (including me) might find them useful to isolate bugs and not being able to call the log functions in them is unfortunate
It's better for the underlying APIs to be marked as @trusted/@safe/pure if they are tested well. As for the logger's APIs, we have no any reason to refuse a pull request.
These attributes are not always useful. They bring more troubles than gains before they are implemented by D compiler. The @nogc may be useful. In fact, we have implemented a simple logger which supports betterC. It is included in another project which has not be published.