Replace snapshot mechanism with epochs (#5764)
* Make tag identifiers monotonic Signed-off-by: Nick Cameron <nrc@ncameron.org> * Use epochs rather than snapshots in memory Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -2149,7 +2149,7 @@ impl From<&Node<TagDeclarator>> for TagIdentifier {
|
||||
fn from(tag: &Node<TagDeclarator>) -> Self {
|
||||
TagIdentifier {
|
||||
value: tag.name.clone(),
|
||||
info: None,
|
||||
info: Vec::new(),
|
||||
meta: vec![Metadata {
|
||||
source_range: tag.into(),
|
||||
}],
|
||||
|
Reference in New Issue
Block a user