Re: Phix 0.7.2 released

new topic     » goto parent     » topic index » view thread      » older message » newer message
ChrisB said...

Just dropped it in (overwrote everything), all seems to be working fine.

Good to hear

ChrisB said...

may I request the return of without warning

consider it done

ChrisB said...

PS - I also found in the help file where to modify pmain.e (just commented out elsif testall then), but that didn't seem to make any difference.

Try editing it like this (comment out 14 lines, and put the 4 from pre-22/5/2016 back in):

--/* 
----added 7/7/16: 
--                optset[k] = OptOn 
----DEV (spotted in passing) 28/6/16: I think I messed up for profile/profile_time... 
----          elsif k=OptWarning then 
----              finalOptWarn[fileno] = OptOn 
----          end if 
----          optset[k] = OptOn 
--            elsif testall then 
--                if k=OptWarning then 
--                    finalOptWarn[fileno] = OptOn 
--                end if 
--                optset[k] = OptOn 
--            elsif k!=OptWarning then 
--                optset[k] = OptOn 
--            end if 
--*/ 
            elsif k=OptWarning then 
                finalOptWarn[fileno] = OptOn 
            end if 
            optset[k] = OptOn 

(if I ever need something like that again, maybe I'll see whether builtins\warnings.ini exists or somesuch)

Pete

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu