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 current extension system assumes that every file has characters that precede the extension (MyWorkspace.apw), but this isn't the case with workspace.config.yaml. One way to solve this is to move the file name wildcard *. out of NetLinx::Compile::Script and into NetLinx::Compile::ExtensionHandler. This allows each extension handler to decide if it should glob files.
The current extension system assumes that every file has characters that precede the extension (
MyWorkspace.apw
), but this isn't the case withworkspace.config.yaml
. One way to solve this is to move the file name wildcard*.
out ofNetLinx::Compile::Script
and intoNetLinx::Compile::ExtensionHandler
. This allows each extension handler to decide if it should glob files.netlinx-compile/lib/netlinx/compile/script.rb
Line 67 in 7b2cf11
The text was updated successfully, but these errors were encountered: