-
if you have a column named as order you can't process` FaqLabel.walk_tree` for `acts_as_tree order: 'order'`. I was getting errors like
```
ActiveRecord::StatementInvalid: PG::SyntaxError: ERROR: …
-
This could be accomplished by embedding the file info into the syntax tree.
Would need to also add method for rewriting file names for subfiles.
-
```
Description:
Goal:
1. Make it more reasonable
2. Run faster
Issues:
1. Remove syntax tree usage in semantic tree.
2. Function type and function should be separated.
3. More semantic ch…
-
As of nightly-2024-07-18, rustc has begin rejecting code such as the following, which used to parse successfully. https://github.com/rust-lang/rust/pull/126762
```rust
#[cfg(any())]
fn f() {}
…
-
## Background
Some KCL features are just syntactic sugar. E.g. pipeline expressions are basically a more convenient way to do normal function evaluation:
`f |> g(%) |> h(%)` is equivalent to `h(…
-
Below test fails as `SemanticModel.GetOperation` returns Nothing instead of an `IFieidlInitializerOperation`:
```
Public Sub SimpleArrayCreation_WithImplicitArrayInitializer_02()…
-
[Arboria](https://modrinth.com/datapack/arboria)
- #257
[Biomes O' Plenty](https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty):
- Palm trees (#31) (leaves are marked persistent)
- Myst…
-
Was trying to get https://github.com/rsclarke/rehype-shiki to work. It lets you syntax highlight with any VSCode theme. It wasn't working, so I dug into it: it just walks the tree lookiing for `pre` t…
-
# Brief
As the core of any good IDE, the syntax-highlighting must be squeaky clean. The core of syntax-highlighting in IDEA relies on a JFlex lexer generated from a `.flex` definition, and a parser g…
-
In #1320 we [bemoaned the introduction](https://github.com/tskit-dev/tskit/pull/1320#issuecomment-823238645) of new `Tree.parent_array[u]`, `Tree.left_sib_array[u]`, etc. notation, which are the array…