You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm planning on releasing a non breaking release, I just have a backlog of things to do on elsa. I thought I already communicated this; I was just busy that week. I can do this now and ignore the backlog.
No, it's existing APIs, but it changes the model of the type and raises questions of how to best support other APIs, including the one we're using (though the one we're using can be made to work regardless, it's just potentially more work)
Datagen depends on a git hash of Elsa because the test
test_fallback_options
uses an unreleased API. We have a few choices:FrozenMap
unsound ifHash
panics in such a way as to preventHashMap
rehashing to succeed. Manishearth/elsa#48RwLock<HashMap>
instead)@Manishearth @robertbastian
The text was updated successfully, but these errors were encountered: