Ticket #31677

想定外の戻り値

Date d'ouverture: 2013-07-07 23:56 Dernière mise à jour: 2013-07-08 13:40

Rapporteur:
Propriétaire:
(Aucun)
Type:
État:
Atteints
Composant:
Priorité:
5 - moyen
Sévérité:
5 - moyen
Résolution:
Fixed
Fichier:
Aucun

Détails

次のプログラムで1が表示される。想定ではCond1末尾のreturnでnullが戻るはず。確認したリビジョンはr478です。

def CondBase
	return 1
end

def Cond1
	if ! CondBase
		return
	end
	
	return
end

Print(Cond1)

Ticket History (2/2 Histories)

2013-07-07 23:56 Updated by: darai
  • New Ticket "想定外の戻り値" created
2013-07-08 13:40 Updated by: panacoran
  • Composant Update from (Aucun) to trunk
  • Résolution Update from Aucun to Fixed
  • État Update from Ouvert to Atteints
  • Ticket Close date is changed to 2013-07-08 13:40
  • Jalon Update from (Aucun) to バージョン2.0
Commentaire

式のないreturnの返値にnullを設定していなかったため、直近のreturnの返値がそのまま返っていました。r482で直しました。

Attachment File List

No attachments

Modifier

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Connexion