This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory.git


The following commit(s) were added to refs/heads/main by this push:
     new 000bb1a77 chore(dart): remove stale dart note files (#3642)
000bb1a77 is described below

commit 000bb1a779ddefb044fa2359e833cad56bfc03da
Author: Shawn Yang <[email protected]>
AuthorDate: Fri May 1 23:40:26 2026 +0800

    chore(dart): remove stale dart note files (#3642)
    
    ## Why?
    
    
    
    ## What does this PR do?
    
    
    
    ## Related issues
    
    
    
    ## AI Contribution Checklist
    
    
    
    - [ ] Substantial AI assistance was used in this PR: `yes` / `no`
    - [ ] If `yes`, I included a completed [AI Contribution
    
Checklist](https://github.com/apache/fory/blob/main/AI_POLICY.md#9-contributor-checklist-for-ai-assisted-prs)
    in this PR description and the required `AI Usage Disclosure`.
    - [ ] If `yes`, my PR description includes the required `ai_review`
    summary and screenshot evidence of the final clean AI review results
    from both fresh reviewers on the current PR diff or current HEAD after
    the latest code changes.
    
    
    
    ## Does this PR introduce any user-facing change?
    
    
    
    - [ ] Does this PR introduce any public API change?
    - [ ] Does this PR introduce any binary protocol compatibility change?
    
    ## Benchmark
---
 dart/note/analysis/constructor.txt | 12 ------------
 dart/note/analysis/general.txt     |  2 --
 2 files changed, 14 deletions(-)

diff --git a/dart/note/analysis/constructor.txt 
b/dart/note/analysis/constructor.txt
deleted file mode 100644
index d5ade32e4..000000000
--- a/dart/note/analysis/constructor.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Fish(int? para1, double? para2,) :
-  _g = para1, i = para2;
-This is not considered a Redirecting Constructor
-
-ConstructorElement::superConstructor parameter is the parent class constructor 
used by the current constructor.
-Since a class can have more than one constructor, this represents which parent 
class constructor is chosen by the current constructor being analyzed.
-Note that using super.param in the parameters also counts as using the parent 
class constructor (obviously, this is the unnamed constructor of the parent 
class).
-
-ConstructorElement::redirectedConstructor parameter is the redirecting 
constructor used by the current constructor.
-Note that the parent class constructor is not a redirecting constructor, even 
if it is called using :super(...).
-
-Even if a class does not declare a constructor, there will be a default 
constructor, in which case isDefaultConstructor will be true.
diff --git a/dart/note/analysis/general.txt b/dart/note/analysis/general.txt
deleted file mode 100644
index c831a7553..000000000
--- a/dart/note/analysis/general.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Even if there are some syntax errors, dart analyzer can still analyze.
-For example, if a class uses an undefined mixin, it can still be analyzed, but 
ClassElement::mixins will not record it.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to