glazedmigration

package
v1.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package glazedmigration provides source migrations for removed Glazed APIs.

The analyzer rewrites and reports call sites that reference Glazed settings APIs removed by the GLZ-OUTPUT-FLAGS-CLEANUP cleanup. It covers:

  • NewGlazedSchema / NewGlazedSection -> NewStructuredOutputSection (R1/R2)
  • With*SectionOptions wrappers -> unwrapped into the constructor call (R3)
  • default-map key "output" -> "format" (R4)
  • GlazedSlug -> StructuredOutputSlug (R5)
  • Setup* runtime helpers -> report-only (R6/R7/R8)
  • removed feature sections -> report-only (R9)

It runs despite type errors because the removed symbols make consuming code fail to type-check.

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:             "glazedmigration",
	Doc:              "migrate removed Glazed APIs to their structured-output replacements",
	RunDespiteErrors: true,
	Run:              run,
}

Analyzer rewrites and reports calls to removed Glazed settings APIs.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL