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
It's not used anywhere (it was imported in resolve, but the import wasn't needed) and a comment at the top says "untested... Likely buggy." Though there actually are some tests within the module, I'm not sure if it should be in std if it's been sitting unused for a long time?
In any case, if it does get kept, there's a FIXME before deque::create: "eventually, a proper datatype plus an exported impl would be preferrable" -- that should be addressed.
The text was updated successfully, but these errors were encountered:
A deque seems like something that should definitely be in any standard library, so I'd vote for keeping and fixing this one. Unfortunately, it doesn't work at the moment (#2383)
It's not used anywhere (it was imported in
resolve
, but the import wasn't needed) and a comment at the top says "untested... Likely buggy." Though there actually are some tests within the module, I'm not sure if it should be in std if it's been sitting unused for a long time?In any case, if it does get kept, there's a FIXME before
deque::create
: "eventually, a proper datatype plus an exported impl would be preferrable" -- that should be addressed.The text was updated successfully, but these errors were encountered: