quil-lang / quilc

The optimizing Quil compiler.
Apache License 2.0
448 stars 73 forks source link

Simple repalcement: s/scheduler/schedule [tech-debt] #874

Closed macrologist closed 1 year ago

macrologist commented 1 year ago

Rationale: there is an inconsistent usage between lscheduler and lschedule, even in the naming of accessor functions. This commit brings a consistent langauge to the source by opting for the terms logical-schedule and lschedule instead of logical-scheduler and lscheduler.

No external symbols have been affected. Tests for qvm, boondoggle, cl-quil, and quilc all passed locally.