зеркало из https://github.com/mono/mail-archives.git
117 строки
4.8 KiB
HTML
117 строки
4.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 643958] Resource directory in the project solution should be lowercase
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20643958%5D%20Resource%20directory%20in%20the%20project%20solution%0A%20should%20be%20lowercase&In-Reply-To=bug-643958-28286%40http.bugzilla.novell.com/">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="104754.html">
|
|
<LINK REL="Next" HREF="105126.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 643958] Resource directory in the project solution should be lowercase</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20643958%5D%20Resource%20directory%20in%20the%20project%20solution%0A%20should%20be%20lowercase&In-Reply-To=bug-643958-28286%40http.bugzilla.novell.com/"
|
|
TITLE="[Mono-bugs] [Bug 643958] Resource directory in the project solution should be lowercase">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Tue Oct 12 07:02:26 EDT 2010</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="104754.html">[Mono-bugs] [Bug 643958] Resource directory in the project solution should be lowercase
|
|
</A></li>
|
|
<LI>Next message: <A HREF="105126.html">[Mono-bugs] [Bug 643958] Resource directory in the project solution should be lowercase
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#104784">[ date ]</a>
|
|
<a href="thread.html#104784">[ thread ]</a>
|
|
<a href="subject.html#104784">[ subject ]</a>
|
|
<a href="author.html#104784">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=643958">https://bugzilla.novell.com/show_bug.cgi?id=643958</A>
|
|
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=643958#c2">https://bugzilla.novell.com/show_bug.cgi?id=643958#c2</A>
|
|
|
|
|
|
Jonathan Pryor <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">jpryor at novell.com</A>> changed:
|
|
|
|
What |Removed |Added
|
|
----------------------------------------------------------------------------
|
|
CC| |<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">jpryor at novell.com</A>
|
|
|
|
--- Comment #2 from Jonathan Pryor <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">jpryor at novell.com</A>> 2010-10-12 11:02:26 UTC ---
|
|
@jpobst
|
|
|
|
He's suggesting that we explicitly lowercase all directory names when
|
|
performing the copy to obj/Debug/res, so that if the developer creates a
|
|
Resources/Raw/Movie.m4v resource, it'll be copied as
|
|
obj/Debug/res/raw/movie.m4v.
|
|
|
|
I'm still torn about this. On the one hand, it would "solve" a number of
|
|
resource-related issues where things "break" for no particularly visible reason
|
|
(though a lot of this is precisely because the reason isn't visible within the
|
|
VS Errors window, which is a separately filed bug).
|
|
|
|
On the other hand, it hits my gut as "wrong", and the case changes _will_ be
|
|
user visible, e.g. instead of a Resource.Raw.Movie resource ID, it would be
|
|
Resource.raw.movie, which may seem "odd" to some people.
|
|
|
|
So doing nothing (current status quo) results in an unidentifiable compilation
|
|
error (though this can be improved -- #643660), while lowercasing everything
|
|
will require that we document it for the inevitable "I added something as
|
|
PascalCase but i'm seeing it as lowercase" "bugs".
|
|
|
|
I'm still open to suggestions as to which is preferable.
|
|
|
|
--
|
|
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
You are the assignee for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="104754.html">[Mono-bugs] [Bug 643958] Resource directory in the project solution should be lowercase
|
|
</A></li>
|
|
<LI>Next message: <A HREF="105126.html">[Mono-bugs] [Bug 643958] Resource directory in the project solution should be lowercase
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#104784">[ date ]</a>
|
|
<a href="thread.html#104784">[ thread ]</a>
|
|
<a href="subject.html#104784">[ subject ]</a>
|
|
<a href="author.html#104784">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|