Skip to content

Commit

Permalink
Bumping to 2.15.0a1 and fixing Swift check migration bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshjoshi committed Nov 19, 2022
1 parent f1ba4ae commit 91ca9fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions examples/python/hellowebview/hellowebview/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
print("Before import")
import webview
print("After import")
webview.create_window('Hello world', 'https://pywebview.flowrl.com/')
print("Created window")

webview.create_window("Hello world", "https://pywebview.flowrl.com/")
webview.start(debug=True)
print("Closed window")
2 changes: 1 addition & 1 deletion pants-plugins/experimental/swift/goals/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

class SwiftCheckRequest(CheckRequest):
field_set_type = SwiftFieldSet
name = SwiftSubsystem.options_scope
tool_name = SwiftSubsystem.options_scope


@rule(desc="Typecheck Swift compilation", level=LogLevel.DEBUG)
Expand Down
2 changes: 1 addition & 1 deletion pants.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[GLOBAL]
pants_version = "2.15.0a0"
pants_version = "2.15.0a1"
pantsd = true
build_patterns = ["BUILD.pants", "BUILD"]
pythonpath = ["pants-plugins"]
Expand Down

0 comments on commit 91ca9fc

Please sign in to comment.