-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading profile from austin>=3.0.0
fails
#369
Comments
Hi @siboehm, thanks for the report Ah, I think I may not have deployed/published since that was merged. If you clone the repo and then run |
Sorry, I should've tried that first. It loads without errors if I serve from main. However there is a new issue: Again I ran
|
One of the breaking changes between Austin 2 and 3 is the output format, which has been made easier for a machine to parse. Furthermore, the behaviour of the However, if the "new issue" is the presence of the |
Oh sorry I should've clarified: The "new issues" was referring to the |
I have created #371 to address this new issue. |
To reproduce:
conda install austin==3.1
austin -o outfile.txt python -c "import this"
The issue can be "fixed" by using
austin<3.0
, or by using theaustin>=3.0
combined withaustin2speedscope
conversion tool. According to @P403n1x87 since https://github.com/jlfwong/speedscope/pull/336/files was merged the new output format ofaustin>=3.0
should be supported. Is this a bug or expected behaviour? Usingaustin=2.1.1
with speedscope was always a very seamless experience.Austin issue for reference: P403n1x87/austin#91
The text was updated successfully, but these errors were encountered: