issues Search Results · language:Dune language:Python language:Java language:Java language:C# language:JavaScript
Filter by
61.1M results
Summary
Move the Go-style built-in functions (len, cap, append, make, delete, close) behind the same import gsharp.go that gates
the concurrency surface (item-18 issue). Files without the import cannot ...
enhancement
Oats
Summary
Gate the Go-flavored concurrency surface (go, chan T, -, select, close, make(chan…)) behind an explicit import
gsharp.go. Files without the import cannot use these syntactic forms; the binder ...
enhancement
Oats
!-- Migrated-from-Bitbucket-Issue: bibsonomy/bibsonomy#2446 -- Original Bitbucket issue:
https://bitbucket.org/bibsonomy/bibsonomy/issues/2446
| Field | Value |
| --- | --- |
| Bitbucket ID | 2446 |
| ...
bb-component:webapp-bootstrap
bb-milestone:3.7.0
bb-priority:major
bb-status:resolved
bb-version:3.1
bug
migration:bitbucket
The migrate-xunit-to-mstest skill cheatsheet at
plugins/dotnet-test/skills/migrate-xunit-to-mstest/references/mapping-cheatsheet.md currently recommends
Assert.IsInstanceOfType T plus an extra typeof() ...
Summary
Add a did you mean nil? diagnostic when the user writes null (which is not a keyword in G#) where a null literal is
expected.
Motivation
G# chose nil over null. Users coming from C# or Kotlin ...
enhancement
Oats
Where can we find evaluator.py?
Summary
Deprecate the legacy name = value named-argument spelling in favor of the canonical name: value. One-release warning
window, then removal.
Motivation
Today both Foo(timeout: 30) and Foo(timeout ...
enhancement
Oats
Summary
Restrict Go-style receiver-clause methods (func (r T) M() { … }) to types the package does NOT own. Owned-type instance
methods must be declared in the type body.
Motivation
Per ADR-0024, the ...
enhancement
Oats
Summary
Apply the Kotlin/Swift-style type-declaration grammar from §5.5 of the plan. Drop the type keyword entirely. The
aggregate-kind word (class / struct / enum / interface) is the declaration keyword. ...
enhancement
Oats
Summary
Remove := from the language. Force let (immutable) or var (mutable) at every binding site.
Motivation
:= is the only Go-flavored binding keyword and it picks the least safe binding (mutable, ...
enhancement
Oats

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.