-
Notifications
You must be signed in to change notification settings - Fork 34
1.6.0 error: undefined method `library_of_name' for nil:NilClass (NoMethodError) #352
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
Comments
The problem appears to have been introduced with 2ac89db. |
Is this happening locally or via CI? It looks like the |
I found the problem, and the fix was straightforward. It seems we were missing a regression test of a library dependency. I adapted the BusIO sample project for this. In general, it looks like there are a few sample projects you contributed that have not been added to CI. If those are testing specific aspects of the |
Fix issue #352 - backend used before assigned when loading dependencies
Fixed and released as |
* WIP: show more data on the info lines. * Remove extra quote character. * WIP: display info * Show more details in "current" and cleanup issues that raised. Update version to 23.06.1. * Update version to 23.06.1 * Formatting. * * Update Flutter version * Update libraries * Apply a version to our Flutter app * Add an OPTIONS preflight that says we accept cross-origin PUT * Disable editing of values we don't accept yet * Update current information as a Map rather than as a String * Tests pass locally. * See if tests pass with an earlier version of arduino_ci (see Arduino-CI/arduino_ci#352). * Should work with latest arduino_ci. * Rename `current` and `information` to `currentData`. * Rename `current` and `information` to `currentData` in Flutter app. * Use `/data` as the API endpoint rather than `/currentData`. * Extend unexpected delay time. * Set version to 23.06.0 * Fix unexpected delay tests. * Fix version in library.properties. --------- Co-authored-by: James Foster <[email protected]>
This just started today, so I suspect it is an issue with master@439d668.
The text was updated successfully, but these errors were encountered: