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
Main issue is the fact that code in the initial implementation duplicates the main implementations(ie Project, ProjectCompiler, etc) word for word to call resolc directly instead of reusing the implementation that's already present.
Also it doesn't use or implement any integration tests and makes upkeep rather difficult.
Main issue is the fact that code in the initial implementation duplicates the main implementations(ie
Project
,ProjectCompiler
, etc) word for word to callresolc
directly instead of reusing the implementation that's already present.Also it doesn't use or implement any integration tests and makes upkeep rather difficult.
see initial implementation
The text was updated successfully, but these errors were encountered: