We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ModifiedStubMarkedAsGeneratedError
1 parent 2cd5881 commit aeb7b0dCopy full SHA for aeb7b0d
swift/actions/setup-env/action.yml
@@ -21,3 +21,4 @@ runs:
21
shell: bash
22
run: |
23
echo build --repository_cache=~/.cache/bazel-repository-cache --disk_cache=~/.cache/bazel-disk-cache > ~/.bazelrc
24
+ echo test --test_output=errors
swift/codegen/generators/qlgen.py
@@ -43,10 +43,6 @@ class FormatError(Error):
43
pass
44
45
46
-class ModifiedStubMarkedAsGeneratedError(Error):
47
- pass
48
-
49
50
class RootElementHasChildren(Error):
51
52
0 commit comments