Difference between revisions of "Talk:How do I create a bug report"

From Free Pascal wiki
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
var
+
This should probably be partly rewritten (Understanding the Report Status) since the move to git. --[[User:Bart|Bart]] ([[User talk:Bart|talk]]) 17:28, 24 September 2021 (CEST)
  s:string;
 
begin
 
  s:=#0#0#0#0;
 
  pword(@s[1])^:=$1234; //bug: runtime error
 
  //....
 
end;
 
 
 
::This is not the place to report bugs (real or imaginary). Unless you have a question or comment about this page, I will remove this entry. --[[User:Bart|Bart]] ([[User talk:Bart|talk]]) 18:49, 25 January 2018 (CET)
 

Latest revision as of 17:28, 24 September 2021

This should probably be partly rewritten (Understanding the Report Status) since the move to git. --Bart (talk) 17:28, 24 September 2021 (CEST)