how to calculate hash of stylesheet #8142
Replies: 2 comments 6 replies
-
|
I think it's the correct way. Did you try setting |
Beta Was this translation helpful? Give feedback.
4 replies
-
Token::CDO
| Token::CDC
| Token::Colon
| Token::Semi
| Token::Comma
| Token::LBracket
| Token::RBracket
| Token::LParen
| Token::RParen
| Token::LBrace
| Token::RBrace => {
self.hash(state);
}calling self.hash trigger a dead loop |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
cargo rungotFinished dev [unoptimized + debuginfo] target(s) in 1.60s Running `target/debug/styleshee_hash` thread 'main' has overflowed its stack fatal runtime error: stack overflow Abort trap: 6Beta Was this translation helpful? Give feedback.
All reactions