Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

mat 0.5.3 #38600

Closed
wants to merge 1 commit into from
Closed

mat 0.5.3 #38600

wants to merge 1 commit into from

Conversation

DomT4
Copy link
Member

@DomT4 DomT4 commented Apr 13, 2015

Version bump.

Version bump.
@DomT4
Copy link
Member Author

DomT4 commented Apr 13, 2015

@tdsmith One of the tests is failing, and I'm not quite sure why, or what to report upstream. Any chance you could look it over? Happy to report the issue upstream afterwards if necessary, but I'm trying to avoid going upstream with "err it broke and I don't know why apart from this output" 😸

~> mat -l
Traceback (most recent call last):
  File "/usr/local/Cellar/mat/0.5.3/libexec/bin/mat", line 142, in <module>
    main()
  File "/usr/local/Cellar/mat/0.5.3/libexec/bin/mat", line 116, in main
    list_supported()
  File "/usr/local/Cellar/mat/0.5.3/libexec/bin/mat", line 96, in list_supported
    for item in mat.list_supported_formats():
  File "/usr/local/Cellar/mat/0.5.3/libexec/lib/python2.7/site-packages/libmat/mat.py", line 67, in list_supported_formats
    with open(path, 'r') as xmlfile:
TypeError: coercing to Unicode: need string or buffer, NoneType found

@tdsmith
Copy link
Contributor

tdsmith commented Apr 13, 2015

path is none and should not be ¯_(ツ)_/¯ Seems like it's maybe failing to find a file.

@DomT4
Copy link
Member Author

DomT4 commented Apr 13, 2015

Funky. Thanks for taking a peek. I'll try compiling it outside of Homebrew in the morning and see if it happens again. If it does, I guess it's time to wander upstream.

@jacknagel
Copy link
Contributor

@BrewTestBot test this please

@DomT4
Copy link
Member Author

DomT4 commented Apr 30, 2015

Sorry, this slipped my mind. There's actually a new issue when ran locally now. Could be a 10.10.4 problem though:

Fatal Python error: PyThreadState_Get: no current thread
[1]    41882 abort      mat -l

@DomT4
Copy link
Member Author

DomT4 commented Apr 30, 2015

Aye. Using Homebrew's Python we get:

Traceback (most recent call last):
  File "/usr/local/Cellar/mat/0.5.3/libexec/bin/mat", line 142, in <module>
    main()
  File "/usr/local/Cellar/mat/0.5.3/libexec/bin/mat", line 116, in main
    list_supported()
  File "/usr/local/Cellar/mat/0.5.3/libexec/bin/mat", line 96, in list_supported
    for item in mat.list_supported_formats():
  File "/usr/local/Cellar/mat/0.5.3/libexec/lib/python2.7/site-packages/libmat/mat.py", line 67, in list_supported_formats
    with open(path, 'r') as xmlfile:
TypeError: coercing to Unicode: need string or buffer, NoneType found

back. Reporting upstream now.

@DomT4
Copy link
Member Author

DomT4 commented Jul 5, 2015

45c6a6c

@DomT4 DomT4 closed this Jul 5, 2015
@DomT4 DomT4 deleted the mat branch July 5, 2015 23:00
@Homebrew Homebrew locked and limited conversation to collaborators Jul 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants