Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType name="Extension">
<xs:union memberTypes="Base Variant">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="E"/>
<xs:enumeration value="F"/>
</xs:restriction>
</xs:simpleType>

Keybase proof

I hereby claim:

  • I am nimish on github.
  • I am nimish (https://keybase.io/nimish) on keybase.
  • I have a public key ASCIsL2McG0f02gOXaolhqA8mFNlH4TtCtci03m8Ash-Tgo

To claim this, I am signing this object:

DEBUG] Target alias resources has already been registered. Overwriting!
DEBUG] ProjectTree ignore_patterns: ['.*', '/dist/']
DEBUG] Parsing BUILD file BuildFile(src/python/BUILD, FileSystemProjectTree(/data/jenkins/temptest/pants-scipy-issue)).
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.python.targets.python_requirement_library.PythonRequirementLibrary'>, name=numpy, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(src/python/BUILD, numpy)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.python.targets.python_requirement_library.PythonRequirementLibrary'>, name=scipy, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(src/python/BUILD, scipy)
DEBUG] Adding TargetAddressable(target_type=<class 'pants.backend.python.targets.python_binary.PythonBinary'>, name=example, **kwargs=...) to the BuildFileParser address map with BuildFileAddress(src/python/BUILD, example)
DEBUG] BuildFile(src/python/BUILD, FileSystemProjectTree(/data/jenki
@nimish
nimish / .plzconfig
Last active April 26, 2017 12:54
BUILD file
[python]
PipFlags=--proxy http://my.company's.proxy
DefaultInterpreter=python3
PipTool=pip3
doSomething :: IO ()
doSomething = threadDelay 10000000
something1 :: IO ()
something1 = putStrLn "Something 1" >> threadDelay 10000000
something2 :: IO ()
something2 = putStrLn "Something 2" >> threadDelay 10000000
something3 :: IO ()