Skip to content
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

Update asap to 6.0.3 #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update asap to 6.0.3 #24

wants to merge 1 commit into from

Conversation

pfusik
Copy link

@pfusik pfusik commented Apr 22, 2024

Caution: Please check if it builds. I don't even know how to build!

There are no user-visible changes. ASAP now defines exception classes and it feels right to catch only these.

@@ -123,7 +123,7 @@ public synchronized void load(String fileName, InputStream inputStream) throws C
try {
asap.load(fileName, module, moduleLen);
asapMusicRoutine = new ASAPMusicRoutine(fileName, module, moduleLen);
} catch (Exception ex) {
} catch (ASAPFormatException|ASAPConversionException ex) {
Copy link
Author

@pfusik pfusik Apr 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ASAPConversionException is thrown from the ASAPMusicRoutine constructor. Consider displaying a separate error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant