Skip to content

Commit

Permalink
Pushed stable release to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
annie444 committed Feb 1, 2023
1 parent 5d4c5c5 commit e4d5085
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions .pyre/pyre.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -2160,3 +2160,49 @@ Traceback (most recent call last):
File "/Users/annieehler/.local/share/nvim/mason/packages/pyre/venv/lib/python3.11/site-packages/pyre_check/client/commands/pyre_server_options.py", line 60, in create
raise configuration_module.InvalidConfiguration(
pyre_check.client.configuration.exceptions.InvalidConfiguration: Invalid configuration: Cannot locate a Pyre binary to run.
2023-02-01 11:11:18,796 [PID 55924] DEBUG Using selector: KqueueSelector
2023-02-01 11:11:18,796 [PID 55924] INFO Reading Pyre server configurations...
2023-02-01 11:11:18,796 [PID 55924] INFO No binary specified, looking for `pyre.bin` in PATH
2023-02-01 11:11:18,799 [PID 55924] ERROR Uncaught error in persistent.run
Traceback (most recent call last):
File "/Users/annieehler/.local/share/nvim/mason/packages/pyre/venv/lib/python3.11/site-packages/pyre_check/client/commands/persistent.py", line 502, in run
return asyncio.get_event_loop().run_until_complete(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/annieehler/.pyenv/versions/3.11.1/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/Users/annieehler/.local/share/nvim/mason/packages/pyre/venv/lib/python3.11/site-packages/pyre_check/client/commands/persistent.py", line 436, in run_persistent
initial_server_options = launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.read_server_options(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/annieehler/.local/share/nvim/mason/packages/pyre/venv/lib/python3.11/site-packages/pyre_check/client/commands/launch_and_subscribe_handler.py", line 120, in read_server_options
return server_options_reader()
^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/annieehler/.local/share/nvim/mason/packages/pyre/venv/lib/python3.11/site-packages/pyre_check/client/commands/pyre_server_options.py", line 93, in read
return PyreServerOptions.create(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/annieehler/.local/share/nvim/mason/packages/pyre/venv/lib/python3.11/site-packages/pyre_check/client/commands/pyre_server_options.py", line 60, in create
raise configuration_module.InvalidConfiguration(
pyre_check.client.configuration.exceptions.InvalidConfiguration: Invalid configuration: Cannot locate a Pyre binary to run.
2023-02-01 11:14:06,229 [PID 61242] DEBUG Using selector: KqueueSelector
2023-02-01 11:14:06,229 [PID 61242] INFO Reading Pyre server configurations...
2023-02-01 11:14:06,230 [PID 61242] INFO No binary specified, looking for `pyre.bin` in PATH
2023-02-01 11:14:06,231 [PID 61242] ERROR Uncaught error in persistent.run
Traceback (most recent call last):
File "/Users/annieehler/.local/share/nvim/mason/packages/pyre/venv/lib/python3.11/site-packages/pyre_check/client/commands/persistent.py", line 502, in run
return asyncio.get_event_loop().run_until_complete(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/annieehler/.pyenv/versions/3.11.1/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/Users/annieehler/.local/share/nvim/mason/packages/pyre/venv/lib/python3.11/site-packages/pyre_check/client/commands/persistent.py", line 436, in run_persistent
initial_server_options = launch_and_subscribe_handler.PyreDaemonLaunchAndSubscribeHandler.read_server_options(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/annieehler/.local/share/nvim/mason/packages/pyre/venv/lib/python3.11/site-packages/pyre_check/client/commands/launch_and_subscribe_handler.py", line 120, in read_server_options
return server_options_reader()
^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/annieehler/.local/share/nvim/mason/packages/pyre/venv/lib/python3.11/site-packages/pyre_check/client/commands/pyre_server_options.py", line 93, in read
return PyreServerOptions.create(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/annieehler/.local/share/nvim/mason/packages/pyre/venv/lib/python3.11/site-packages/pyre_check/client/commands/pyre_server_options.py", line 60, in create
raise configuration_module.InvalidConfiguration(
pyre_check.client.configuration.exceptions.InvalidConfiguration: Invalid configuration: Cannot locate a Pyre binary to run.
2 changes: 1 addition & 1 deletion sleapyfaces/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2022-present Annie Ehler <[email protected]>
#
# SPDX-License-Identifier: MIT
__version__ = "1.2.8"
__version__ = "1.2.9"
__author__ = "Analetta (Annie) Ehler"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit e4d5085

Please sign in to comment.