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
The list[loc] courses = [] field of util::Reflective::PathConfig was used to configure the tutor compiler. The current tutor compiler uses the list[loc] srcs = [] field to do the same, as if it were just any other compiler.
Removing this field in PathConfig.java and util::Reflective will take some doing, but it will clean up the interface and remove a few dozen unused lines of code.
The text was updated successfully, but these errors were encountered:
Describe the bug
The
list[loc] courses = []
field ofutil::Reflective::PathConfig
was used to configure the tutor compiler. The current tutor compiler uses thelist[loc] srcs = []
field to do the same, as if it were just any other compiler.Removing this field in PathConfig.java and util::Reflective will take some doing, but it will clean up the interface and remove a few dozen unused lines of code.
The text was updated successfully, but these errors were encountered: