Skip to content

Commit b0e7dfc

Browse files
committed
Swift: python schema mock-up
1 parent 82c3e53 commit b0e7dfc

File tree

5 files changed

+988
-1
lines changed

5 files changed

+988
-1
lines changed

swift/codegen/.pep8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[pep8]
22
max_line_length = 120
3+
ignore = E302

swift/codegen/lib/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ load("@swift_codegen_deps//:requirements.bzl", "requirement")
22

33
py_library(
44
name = "lib",
5-
srcs = glob(["*.py"]),
5+
srcs = glob(["**/*.py"]),
66
visibility = ["//swift/codegen:__subpackages__"],
77
deps = [
88
requirement("pystache"),
File renamed without changes.

swift/codegen/lib/schema/defs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
optional = list = int = string = boolean = predicate = include = group = child = synth = qltest = cpp = object()

0 commit comments

Comments
 (0)