Skip to content
  • Mart Lubbers's avatar
    Search hierarchically for imported object files · e6518ebe
    Mart Lubbers authored
    Previously an imported object file:
    ```
    implementation module test.test
    
    import code from "obj.o"
    ```
    
    Would only search in the roots of the project paths. Now it will als
    search in the test/ folder in the root.
    e6518ebe