You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, only the default object.d is automatically included for implicit code completion
But when developing custom runtimes, a custom object.d is used to overwrite the default one, the problem is DCD only expect one object module from the default runtime
Right now, only the default object.d is automatically included for implicit code completion
But when developing custom runtimes, a custom object.d is used to overwrite the default one, the problem is DCD only expect one object module from the default runtime
I suspect the problematic code is here:
DCD/dsymbol/src/dsymbol/conversion/first.d
Lines 362 to 383 in 29dba75
It should be able to differentiate the object.d from the runtime from the custom one
The text was updated successfully, but these errors were encountered: