Skip to content

Commits on Source 3

  • knownexus's avatar
    Adding darwin.py (MacOS) platform · 1a28cea3
    knownexus authored
    Adding functionality to recognise Darwin as a platform in plaform.py
    1a28cea3
  • knownexus's avatar
    utils.py: reworked safe_remove · 02590a5b
    knownexus authored
    non-Linux platforms don't return EISDIR when attempting to unlink a directory
    
    Stopped safe_remove attempting to unlink dirs
    Previously safe_remove would attempt to unlink a path
    Before attempting to remove it if it was a dir
    
    Now it checks for a dir before that step
    02590a5b
  • James Ennis's avatar
    Import sandbox subclass when instantiating sandbox · 49a9f42c
    James Ennis authored
    Sandbox: Ensure that we only import the sandbox subclasses when instantiate a sandbox
    
    This patch was required due to not being able to execute `bst` on
    a Linux machine without Fuse or Bubblewrap available
    49a9f42c
Loading