Skip to content
#

compile-time

Here are 209 public repositories matching this topic...

nbirillo
nbirillo commented Jan 14, 2022

Create an Intellij IDEA plugin to make it easier to use the Reflekt plugin: add an inspection for searching the Reflekt and SmartReflekt calls and describe what of the part will be replaced at the compile time.

The main reason for it: it can be difficult for users to understand clearly what of the part from the query will be run at the run-time in the composite queries, e.g.:

SmartReflek
enhancement help wanted good first issue
nim-gatabase
Newrite
Newrite commented Oct 9, 2021

First of all sorry for my english

Repro

import db_sqlite
import gatabase
include gatabase/sugar

let db = open("data.sqlite3", "", "", "")
        
let myTable = createTable "kitten": [
  "age"    := 1,
  "sex"    := 'f',
  "name"   := "unnamed",
  "rank"   := 3.14,
  "weight" := int,
  "color"  := char,
  "owner"  := string,
  "food"   := float,
]

echo myTable.string
help wanted good first issue

Improve this page

Add a description, image, and links to the compile-time topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the compile-time topic, visit your repo's landing page and select "manage topics."

Learn more