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
Including a file from another file caused a crash because we were
creating a shared_ptr from a `parseable` value. The include context
assumes the parseable it's created from will will continue to exist,
meaning we can't copy parseables. Fix instances where we were creating
copies of parseables.
Fixes#75.
0 commit comments