Logo
Explore Help
Sign In
talexander/organic
1
0
Fork 0
You've already forked organic
Code Issues Pull Requests Releases Activity
organic/src/context/exiting.rs

8 lines
115 B
Rust
Raw Normal View History

Remove Debug from the context variables. Now that entities are stored in the settings struct, these variables are massive which makes them balloon trace sizes while being mostly unreadable. This removes Debug from them to serve as a static-analysis check that context is ALWAYS ignored in tracing calls.
2023-10-18 18:36:25 -04:00
#[derive(Copy, Clone)]
Put back in needed pubs.
2023-09-11 13:13:28 -04:00
pub(crate) enum ExitClass {
First implementation moving over to the new exit matcher class system.
2023-04-18 20:33:01 -04:00
Document = 1,
Make the item tag exit matcher a lower class than all all others. This is to allow for " :: " inside a description list item's tag if it is nested inside another object.
2023-09-08 14:02:15 -04:00
Alpha = 2,
Beta = 3,
Gamma = 4,
Add an enum for exit class.
2023-04-17 21:16:39 -04:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 117ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API